fbpx

Add Feedburner Feeds on Firefox extension Sage

To those who are using Sage feed reader (the Firefox extension) will notice that it can only get the usual feeds that’s built into your blog application. For WordPress, that’s just RSS 2.0, RSS 0.92 and Atom 0.3.

However, if you use Feedburner and you want readers to be able to subscribe to that using Sage, you will need to add one line of code into your blog’s < header > tag.

It should look like this:

<link rel="alternate" type="application/rss+xml" title="RSS
thru Feedburner" href="http://YourFeedburner URL" />

In WordPress, you can find that inside your index.php (or header.php) depending on the theme.

That line of code should be placed along the other three feeds here:

<link rel="alternate" type="application/rss+xml" title="RSS
2.0" href="<?php bloginfo(‘rss2_url’); ?>" />
</link><link rel="alternate" type="text/xml" title="RSS
.92" href="<?php bloginfo(‘rss_url’); ?>" />
</link><link rel="alternate" type="application/atom+xml"
title="Atom 0.3" href="<?php bloginfo(‘atom_url’); ?>"
/></link>

The result should look like this:

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,023 other subscribers
Avatar for Abe Olandres

Abe is the founder and Editor-in-Chief of YugaTech with over 20 years of experience in the technology industry. He is one of the pioneers of blogging in the country and considered by many as the Father of Tech Blogging in the Philippines. He is also a technology consultant, a tech columnist with several national publications, resource speaker and mentor/advisor to several start-up companies.

1 Response

  1. Avatar for Tanya Tanya says:

    %blog_comment%

Leave a Reply
JOIN OUR TELEGRAM DISCUSSION

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