infinix flip
yugatech choice awards 2024
Home » Add Feedburner Feeds on Firefox extension Sage

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 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:

Abe Olandres
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. %blog_comment%

Leave a Reply

Add Feedburner Feeds on Firefox extension Sage » YugaTech | Philippines Tech News & Reviews

Yearly Device Database

Smartphone pricelist Philippines 2024

Smartphone pricelist Philippines 2023

Smartphone pricelist Philippines 2022

Smartphone pricelist Philippines 2021

Smartphone pricelist Philippines 2020

Popular Topics

What We Do

YugaTech | Philippines Tech News & Reviews
© 2024. All Rights Reserved.