FeeDings!
For Publishers & Developers

Add to Feedings button.

Make it easy for your readers to subscribe to your RSS feed or share specific articles directly to Feedings.

RSS feed button generator.

Generate a button for readers to subscribe to your RSS feed in Feedings.

How it works.

Three steps, no setup required.

👉

1. Reader clicks

Someone clicks your "Add to Feedings" button on your site.

📱

2. App opens

If they have Feedings, it opens directly with your feed pre-loaded.

✔️

3. Subscribed

Your feed is automatically added to their subscription list.

Supported formats
https://

Standard RSS feeds

feed://

Feed protocol (auto-converted)

rss://

RSS protocol (auto-converted)

Two ways to add the button.

Use our hosted image, or style your own.

Option 1 · Our button image

Easiest option - copy, paste, done. Hosted by us, always up to date.

Add to Feedings
<a href="feed://yourfeed.com/feed.xml">
  <img src="https://feedings.co.uk/addto.png"
       alt="Add to Feedings"
       style="height: 48px;">
</a>
Option 2 · Custom HTML

Fully customisable - change colours, text, styling to match your site.

📰 Add to Feedings
<a href="feed://yourfeed.com/feed.xml"
   style="padding: 12px 24px;
          background: #00baff;
          color: #000;
          border-radius: 8px;
          font-weight: bold;
          border: 2px solid #000;">
  Add to Feedings
</a>
WordPress

Add this to your theme's functions.php:

function add_feedings_button() {
    $feed_url = get_bloginfo('rss2_url');
    echo '<a href="feed://' . $feed_url . '"
             class="feedings-button">
            Subscribe in Feedings
          </a>';
}
add_action('wp_footer', 'add_feedings_button');

Why add this button?

Benefits
  • Make it easier for readers to follow your content
  • Increase RSS subscriptions
  • Better reader retention
  • Direct connection with your audience
  • No third-party tracking or cookies
Need help?

Need help setting up your button or integrating deep links?

📧 support@feedings.co.uk

We typically respond within 24-48 hours.