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.

Quick Start

RSS Feed Button Generator

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

Simple

How It Works

👉

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)

Options

Two Ways to Add the Button

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 Button

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

<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');
Support

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