---
title: Select and Subscribe Bookmarklet for Feedly
date: 2015-10-06T05:24:49+00:00
modified: 2015-10-02T10:26:13+00:00
permalink: https://kaspars.net/blog/select-subscribe-feedly
post_type: post
author:
  name: Kaspars
  avatar: https://reverse.kaspars.net/gravatar/avatar/92bfcd3a8c3a21a033a6484d32c25a40b113ec6891f674336081513d5c98ef76?s=96&d=mm&r=g
category:
  - Development
  - Publishing
post_tag:
  - How to
  - Snippet
  - Tool
  - User Experience
  - Web
---

# Select and Subscribe Bookmarklet for Feedly

Blogs usually provide multiple feeds for things like posts, comments and categories so you want to pick the right one when subscribing to the site on Feedly. I created [a little bookmarklet](https://gist.github.com/kasparsd/622b9e9f6e5a7d15b191) that displays a prompt for all of the available RSS and Atom feeds and lets you choose the one to subscribe to.

![Select and subscribe to RSS and Atom feeds in Feedly](https://kaspars.net/wp-content/uploads/2015/10/feed-select-prompt.png?strip=all&quality=90&resize=709,287)

Clicking “OK” will redirect you to the appropriate subscription page on Feedly while “Cancel” will create another prompt with the next feed URL found on the page.

## How to Install

Drag this to link to the bookmarks bar → [Subscribe](javascript:(function(){var%20l=document.getElementsByTagName(%22link%22);for(li%20in%20l)if(l[li].rel%26%26(-1!==l[li].type.indexOf(%22rss+xml%22)||-1!==l[li].type.indexOf(%22atom+xml%22))%26%26confirm(l[li].href))return%20void%20window.open(%22http://feedly.com/i/subscription/feed/%22+l[li].href,%22_blank%22);alert(%22No%20valid%20feeds%20found!%22)})();)