The RSS subscribe button let your visitors to subscribe and easily add your blog to their favorite RSS services. When visitors like your content and want to read your blog thorough RSS news readers then they will click on the feed button on your blog.
So to add a subscribe button to Blogger, you need to find a big, beautiful RSS icon. Download it and upload it to your image hosting service (Google Picasa is a good option) and get the URL.
Now go to Layout tab and add a "HTML/JavaScript" gadget. Add the following code into it and save it. You can also write something into the gadget to tell your readers to subscribe.
<a href="http://example.blogspot.com/Feed-Address
" title="Subscribe to RSS"><img alt="Subscribe to RSS" src="http://lh3.ggpht.com/_dzq0x75P67s/S-eNuEhHhAI/AAAAAAAABfo/pxusYgKjxu4/s800/feed-icon-orange-48.png" /></a>
Explanation
Change
Feed-Address
with your feed URL. Generally your post feed URL will be:http://example.blogspot.com/feeds/posts/default
But if your feeds are redirected to FeedBurner then URL will be:
http://feeds.feedburner.com/name-of-the-feed
Some of you may also want to add comment RSS for which URL will be:
http://example.blogspot.com/feeds/comments/default
If you want to change the image then find the below URL and change it with your hosted image:
http://lh3.ggpht.com/_dzq0x75P67s/S-eNuEhHhAI/AAAAAAAABfo/pxusYgKjxu4/s800/feed-icon-orange-48.png
Note
example
actually will be your blog address such as:http://simplebloggertutorials.blogspot.com/
0 nhận xét:
Post a Comment