Recent Posts

Best Blogger | Tech Tutorials
Subscribe Via Rss Subscribe To The Latest Tips & Tricks
Follow On Twitter Follow @naijaclub10_com On Twitter
Receive The Latest Posts Directly To Your Email - It's Free: Email rss Enter Your Email And Click Subscribe
What is rssHave You Subscribed ?

September 02, 2013

How to Add Subscribe Button Widget to Blogger

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://naijacinemas.blogspot.com/

No comments:

Post a Comment