How To Add Subscribe Feed… Drop Down Menu to blogger

Posted by Lasantha Bandara on June 28th, 2009 File Under : feeds, gadget, html0 Comment

1.Log in to your dashboard--> layout- ->Page Elements

2.Click on 'Add a Gadget' on the sidebar.

3.Select 'HTML/Javascript' and add the code given below and click save.

<form><select class="dropdown"
onchange="location = this.options[this.selectedIndex].value;">
<option value="" selected>Subscribe feed..</option>
<option
value="http://fusion.google.com/add?feedurl=YOUR-FEEDBURNER-URL">&nbsp;&nbsp;in Google Reader</option>
<option value="http://add.my.yahoo.com/rss?url=YOUR-FEEDBURNER-URL">&nbsp;&nbsp;in
My Yahoo!</option>
<option value="http://feeds.my.aol.com/add.jsp?url=YOUR-FEEDBURNER-URL">&nbsp;&nbsp;in
My AOL</option>
<option
value="http://www.bloglines.com/sub/YOUR-FEEDBURNER-URL">&nbsp;&nbsp;in
Bloglines</option>
<option
value="http://www.netvibes.com/subscribe.php?url=YOUR-FEEDBURNER-URL">&nbsp;&nbsp;in
Netvibes</option>
<option
value="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=YOUR-FEEDBURNER-URL">&nbsp;&nbsp;in
NewsGator</option>
<option
value="http://www.addthis.com/feed.php?pub=YOUR-FEEDBURNER-ID&h1=http%3A%2F%2Ffeeds2.feedburner.com%2FYOUR-FEEDBURNER-ID&t1=">&nbsp;&nbsp;..more Options</option>
</select></form>



Note :
Remember to replace YOUR-FEEDBURNER-URL and YOUR-FEEDBURNER-ID with your real details.

Look at the example below.

<form><select class="dropdown"
onchange="location = this.options[this.selectedIndex].value;">
<option value="" selected>Subscribe feed..</option>
<option
value="http://fusion.google.com/add?feedurl=http://feeds2.feedburner.com/blogspot/WyNa">&nbsp;&nbsp;in Google Reader</option>
<option value="http://add.my.yahoo.com/rss?url=http://feeds2.feedburner.com/blogspot/WyNa">&nbsp;&nbsp;in
My Yahoo!</option>
<option value="http://feeds.my.aol.com/add.jsp?url=http://feeds2.feedburner.com/blogspot/WyNa">&nbsp;&nbsp;in
My AOL</option>
<option
value="http://www.bloglines.com/sub/http://feeds2.feedburner.com/blogspot/WyNa">&nbsp;&nbsp;in
Bloglines</option>
<option
value="http://www.netvibes.com/subscribe.php?url=http://feeds2.feedburner.com/blogspot/WyNa">&nbsp;&nbsp;in
Netvibes</option>
<option
value="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http://feeds2.feedburner.com/blogspot/WyNa">&nbsp;&nbsp;in
NewsGator</option>
<option
value="http://www.addthis.com/feed.php?pub=blogspot/WyNa&h1=http%3A%2F%2Ffeeds2.feedburner.com%2Fblogspot/WyNa&t1=">&nbsp;&nbsp;..more Options</option>
</select></form>

Now you are done.Look at the picture below.

File Under : feeds, gadget, html

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.