How to Add RSS Feed to Blogger- Follow.it | Feedburner Alternative

Learn How to Add RSS Feed to Blogger. To increase page views for your blog, you should put a Recent Posts Widget in its sidebar. It will show your recent blog posts to visitors in a simple and attractive theme. Recent post widgets will help you to get more impressive on your blog and also reduce the bounce rates of your blog. Today, I am going to show you how to add a simple How to Add RSS Feed to Blogger.

RSS Feed Widget lets you display headlines of your recent posts or recent comments using your RSS Feed. RSS Feed can catch your daily RSS Feeds and show them in a way of a list to your readers. This widget is very useful and many bloggers also use it.

Read: Popular Post Widget For Blogger With Thumbnails

Blogger Logo
Add RSS Feed to Blogger

How to Add RSS Feed to Blogger

  • Step 1: Go to the https://follow.it/intro Official Website, and sign in to your account. Here are all your blogs RSS feeds are available, now select your desired blog where you want to add this widget.
  • Step 2: In Feed Setting, You can customize your recent post widget according to your need.
  • Step 3: Activate your widget.
  • Step 4: Copy the Script of the recent post widget.
  • Step 5: Go to the Blogger.com → Select Blog → Layout → Click on “Add a Gadget”
  • Step 6: Add “HTML / JavaScript” Paste the code in this gadget box and save.
  • Step 7: Save your layout arrangement.

Now you’ve done it.

By default, the recent posts widget includes a credit at the footer that says “Headlines By Follow.it” Click to the Below Button and Subscribe and Get a Live Demo.

Follow.it

Read: How to Add Related Post Blogger Script With Thumbnail

Lets now remove the logo “Headlines by Follow.it”

Recent Posts Looks Similar to This

<script src="https://follow.it/programmingwithbasics?format=sigpro" type="text/javascript" ></script><noscript><p>Subscribe to RSS headline updates from: <a href="https://follow.it/programmingwithbasics"></a><br/>Powered by FeedBurner</p> </noscript>/pre>

Remove the Below Line from the Above Code

<noscript><p>Subscribe to RSS headline updates from: <a href="https://follow.it/programmingwithbasics"></a><br/>Powered by Follow.it</p> </noscript>

You Just Need to Add the Following Code to Recent Posts

Read: Top 5 Best SEO Friendly Blogger Template Free 

<style> div #creditfooter{
	display: none;
}
 </style>

The Resulting Code Should Look Something Like This

<script src="https://follow.it/programmingwithbasics?format=sigpro" type="text/javascript" ></script> <style> div #creditfooter{
	display: none;
}
 </style>

Save your widget and visit your blogs to see it working just fine.

Read: How to Add Read More in Blogger Using Jump Break

I hope this post is very helpful to you don’t forget to share this post with your social network.