This extension for Firefox automatically inserts HTML signatures into your Gmail messages based on which address you are sending from. Works for Compose Message and Reply/Forward.
After searching a lot .. i find a great solution to get the related topics automatically, if you are interested for this then please follow my procedure...
------------------------------------------------------------------------------------------------------------------- Enjoy chat with your blog too.. do comment for any type blog topic or any help!!!
If you want to include the button below each blog post, copy and paste the code snippet into your Blogger template, right after the <div class='post-footer'> tag. If you want to track analytics for your button
In this post, I'll concentrate on actually embedding the music (rather than adding widgets such as Last.fm playlists). You can see an example of embedded background music here and also further down this page...
The easiest method of adding background sound is to include a line like this in your blog template, just after the opening <body> tag:
where the URL is that of the background music you wish to use. This method works perfectly well, but visitors to your site will not be able to switch the music off if it becomes distracting.
This is achieved by including the following code somewhere in your template (eg: the sidebar):
You can change some of the variables to suit your needs:
autostart: set to "true" to make the music begin as soon as the page is loaded, or "false" to ensure the user has to press the play icon
loop: set to "true" to have the music play over and over, or "false" so that it plays only once.
height: if this is set to "40", only the play options will be visible. You can make this larger if you prefer, in which case blank space will be visible.
Using either method, you can link to .mp3, .mid or .wav music files. However, you must be aware of copyright restrictions, and ensure you have the appropriate permission for use for the music you decide to use!
Here are some sites I've used for copyright-free music you could use in your blog:
all of us know that the fastest way to increase your traffic and develop your blogger seo is adding social bookmarking button , now we’ll add new social bookmark button to your blogspot blog. the bookmark button made by addthis.com. and it allow your visitors to book mark your blog in alot of social bookmarking sites like :
1: go to addthis.com Click here (It will open in a new window )
2: you’ll see some options.
please choose the following.
- Which kind of button? sharing / bookmarking button. - Which look? choose the best style for you. - Where? Where do you want to put the button? on a blog. - Blogging Platform: Blogger
3:Then click ” get your free button >> ”
please see the next image.
When you click ” get your free button >> ” it’ll take you to another page.
you’ll see 2 more options. 1- Member Login. 2- Create a Free Account.
if you don’t have an account. please register a new one. it won’t take more than 30 seconds.
see the next image.
4: click ” create account ” button.
we are about to be done.
you’ll go to the next page. and there is another 2 more options.
add the regular button to my blog OR add the dropdown button to my blog
click on your favorite choice.
and it’ll redirect you automatically to your blogger account to add the widget to your blog.
The old Blogger templates didn't have fancy drag-and-drop widgets, but it felt like they had more control with the special <$Blogger...$> tags. That is until I truly started to understand the new template structure. Now you can create templates which allow for drag-and-drop while showing/hiding pieces of code or widgets themselves on specific pages. For this post, I wanted to show you some useful things I've found out how to do.
Let me explain I'm going to be working with the raw HTML on the Template tab under Edit HTML. Please do us a favor and backup your current template HTML by copying it into NotePad/TextPad. Additionally, remember to check the box labeled Expand Widget Templates otherwise Blogger hides the tags we'll be modifying. And finally, don't worry too much about messing things up. The blog's data is not being modified, neither are the URL's, and you can always revert your template by pasting your backup into the template HTML textarea. neither are the URL's, and you can always revert your template by pasting your backup into the template HTML textarea.
Prevent Archive Page Indexing
Using a clever robots meta tag and Blogger's conditional layout tags you can prevent search engines from indexing archive pages, but still let spiders find and follow links within them. Archive pages can be useful to users who want to browse your site, but they're terrible to arrive at from Google or another search engine. The problem is they can get intimidatingly large and are confusing to visitors unsure of exactly what post/wording to look for.
Place your meta tags immediatley after <b:include data='blog' name='all-head-content'/> or <head> in your template.
Don't index any archive page:
<b:if cond='data:blog.pageType == "archive"'>
<meta
content='noindex,follow' name='robots'/>
</b:if>
Prevent archiving main page and all archive pages:
<b:if cond='data:blog.pageType == "archive"'>
<meta
content='noindex,follow' name='robots'/>
</b:if>
<b:if
cond='data:blog.pageType == "index"'>
<b:if cond='data:blog.url !=
data:blog.homepageUrl'>
<meta content='noindex,follow' name='robots'/>
</b:if>
</b:if>
That one uses a nested if. It's more complicated because Blogger considers both the main page and label pages as "index" pages; there are three page types: index, post, and archive.
If you want to prevent indexing on everything except individual post pages:
<b:if cond='data:blog.pageType != "post"'>
<meta
content='noindex,follow' name='robots'/>
</b:if>
Even though I said there's no danger in messing with your template, screwing up your robots tag is a bad problem. Make sure you view the HTML on the output of your blog to ensure that it's not putting this on all pages; check and double-check. If Google is told not to index a page, then it may not revisit that URL for indexing - ever. You can't be sure and it's a pain to fix indexing problems. That is, it's easy to get removed from the index, but difficult to get put back in!
Show on Main Page Only
Many sites have splash text, a table of contents, or something else that is only shown on the front page of their site. This allows new users to become familiar with the layout and goal without being inundated with brand-spanking-new posts about who knows what.
Adding front-page-only content is slightly complicated and error-prone, so put on your rubber gloves and let's dive in. What you'll need to do is make it so your main pane can have widgets added to it, add an HTML/JavaScript widget, and then modify it so it only shows up on the main index page. All conditional layout affects widgets in Blogger's new template system, so you can't simply hard-code some content and have it conditionally shown or hidden.
1. Allow Widgets in Posts Area: Find the "main" section in your template code, it will probably have an attribute that says showaddelement='no'. That's part of the reason why you can't add new page elements to the main post area. The other is it needs a new attribute called maxwidgets which should be greater than one. So, change that whole tag to the following:
Enter the Page Template GUI, the main area should now have the familiar "Add Page Element" above the "Posts" section. Click it, pick the HTML/JavaScript, and type in whatever text you want to see on the front page.
3. Modify Widget to Only Appear on Main Page:
Head back into the template code and find your new widget, make sure "Expand Widget Templates" is checked! Add the following immediately after <b:includable id='main'>:
what is the advantage of using a scroll to top or back to top widget? When you add the scroll to top widget you will get a button on the right corner and when a user clicks on it he can get back to the top of the blog.
This is a nice tip for you if your blog is now too long , this can cause a big problem for your visitors want to back to header.This widget is very simple , so you just have to add the code below and paste it to "HTML/Java Script" in Add A Gadget tab.
If you want to lead your visitors to do somethings about web development but you can not put the codes in the post so this is maybe a big problem.You don't believe ? Go to "Create new post" and type the word