RSS News, Blogs & Feeds by Email

Reading RSS the way you are already reading your emails

Allow email subscriptions to your website

You can choose between 2 styles:

1. Clickable Image

Subscribe via RSS:Forward

<a href="http://rssforward.net/rssfwd/powered_by"
title="Click to subscribe for email updates"><img
alt="Subscribe via RSS:Forward"
src="http://rssforward.net/subscribe_via_rssforward.png"
/></a>

Upon clicking on the icon, your readers will be lead to the RSS:Forward preview page, where they can subsequently subscribe. They'll be returned to your site after subscription

Just copy the HTML above and paste to your website - a nice little icon should appear on your page.

Note: To use this feature, your site has to support auto-discovery of feeds. Most blogging software supports it (e.g. Typo, Wordpress, Movable Type, Typepad )

2. Email Entry Form

Email_form

<form action="http://rssforward.net/rssfwd/subscribe">
Email: <br />
<input type=text name=email /><br />
<input type="submit" value="Subscribe!" />
</form>

A simple form for readers to enter their email. Upon clicking on the icon, your readers will be subscribed to your feed and be returned to your site.

Advanced Email Form fields

1. Site ranking option

If you wish your site to be ranked in RSS:Forward's Popular page, be sure to include the following before the </form> tag:

<form action="http://rssforward.net/rssfwd/subscribe">
Email: <br />
<input type=text name=email /><br />
<input type="submit" value="Subscribe!" />
<input type="hidden" name="public_flag" value="1" />
</form>

2. No Autodiscovery?

If your website does not support autodiscovery, be sure to include your feed url before the </form> tag:

<form action="http://rssforward.net/rssfwd/subscribe">
Email: <br />
<input type=text name=email /><br />
<input type="submit" value="Subscribe!" />
<input type="hidden" name="url" value="your feed url" />
</form>

3. Text only emails

To allow your readers to choose receive text-only emails, include the option before the </form> tag:

<form action="http://rssforward.net/rssfwd/subscribe">
Email: <br />
<input type=text name=email /><br />
<input type="submit" value="Subscribe!" /><br />
<input name="text_only" value="1" type="checkbox" /> Text-only emails
</form>

Basic Statistics

You can also track how many RSS:Forward subscribers you have. Just use this API:

http://rssforward.net/rssfwd/subscribers_count?url=[your rss url]

(example)

Need More Help?

If you encounter any problems, just drop an email to admin at rssforward dot net