Feedly Bookmarklet for Subscribing to RSS Feeds

Last week Google announced that they are shutting down Google Reader and they have also removed the RSS subscription extension from the Chrome store that allowed users to easily subscribe to RSS Feeds inside Google Reader.

Bookmarklet - Subscribe in Feedly

I have recently moved from Google Reader to Feedly (it looks like the best Google Reader alternative so far) but Feedly offers no bookmarklets and hence it takes quite a few steps to subscribe to feeds in browsers that do not support extensions.

Fortunately, it didn’t take much effort to fork the original Google Reader bookmarklet and make it compatible with Feedly. Just grab the “Add to Feedly” button provided below and drop it to your bookmarks /favorites bar.

javascript: void (d = document);
void (el = d.getElementsByTagName('link'));
void (g = false);
for (i = 0; i < el.length; i++) {
  if (el[i].getAttribute('rel').indexOf('alternate') != -1) {
    ty = el[i].getAttribute('type');
    if (ty.indexOf('application/rss+xml') != -1 || ty.indexOf('text/xml') != -1) {
      g = true;
      h = el[i].getAttribute('href');
      void (location.href = 'http://www.feedly.com/home#subscription/feed/' + h);
    }
  }
}
if (!g) {
  window.alert('Could%20not%20find%20the%20RSS%20Feed');
}

iPhone and iPad users may refer to the iOS Bookmarklets page for instructions on how to install the Feedly bookmarklet in their Safari browser.

RSS Subscription - Chrome With the new Chrome extension, you can subscribe to RSS feeds in your favorite RSS newsreader.

RSS Subscription Extension for Chrome

The original RSS subscription extension developed by Google is no longer available but someone has already created a better clone and uploaded it to the Chrome store.

The fork, the source code is available on Github, is exactly like Google’s original extension except that it now works popular Google Reader alternatives including Feedly, NewsBlur and TheOldReader.

Also, support for Google Reader and iGoogle has been dropped.

Amit Agarwal is a web geek, solo entrepreneur and loves making things on the Internet. Google recently awarded him the Google Developer Expert and Google Cloud Champion title for his work on Google Workspace and Google Apps Script.

Awards & Recognition

Google Developer Expert

Google Developer Expert

Google awarded us the Developer Expert title recogizing our work in Workspace

ProductHunt Golden Kitty

ProductHunt Golden Kitty

Our Gmail tool won the Lifehack of the Year award at ProductHunt Golden Kitty Awards

Microsoft MVP Alumni

Microsoft MVP Alumni

Microsoft awarded us the Most Valuable Professional title for 5 years in a row

Google Cloud Champion

Google Cloud Champion

Google awarded us the Champion Innovator award for technical expertise

Want to stay up to date?
Sign up for our email newsletter.

We will never send any spam emails. Promise 🫶🏻