Fedafi Create RSS feeds and iTunes compatible Podcast feeds easily

Fedafi - Wordpress Plugin for RSS

Archive for Create RSS Feeds

New Release Fedafi RSS Wordpress Plugin v1.0.2

We have just released v1.0.2 of the Fedafi RSS Wordpress Plugin, download it here.

The new release has some feature changes, code optimization and bug fixes.

New Features

  1. We have started to introduce the new statistics engine into the code, this will now show subscribers by online service where available. So you will be able to see how many Bloglines, Rmail, Pageflakes, Netvibes (and many more) subscribers you have. It’s available by day and uses some Ajax to drop down, it looks like this:

    Subscribers

  2. We have also added referrer tracking so you can see where people come from when they click on article links. This of course is limited to where a referrer is available. This means if a Pageflakes user clicks an article you will know about it. But if a desktop reader clicks one it will just show ‘Desktop/Mobile reader’, like this:

    Referrers

Bug Fixes

  1. We fixed a bug that caused the stylesheet to be ignored if you used a different folder to install Wordpress (different from the index page)
  2. Fixed a ‘null’ return bug in the stats routine

We recommend everyone updates to the latest version. Please report any bugs here.

Comments

RSS redirect for default Wordpress permalinks

If you use the default Wordpress permalink structure for your blog then many people may subscribe to your current feed using an URL something like this

domain.com/?feed=rss2

If you install the Fedafi Wordpress Plugin you need to redirect this to the new feed so that your subscribers don’t get lost.

To do this you need to add code similar to this in your sites .htaccess file.

RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} ^feed=(rss2)$
RewriteRule ^.*$ http://yourdomain.com/rss.php? [R,L]

Comments

RSS Subscriber Standard for user agents

We are just finishing off working on the next release of the Wordpress plugin that will add to the statistics engine to give more accuracy and detail, allowing you to drill down by day. One thing that has made all of the work much tougher is the lack of standardization regarding information supplied by user agents.

Some, such as Netvibes, Pageflakes, Bloglines and more have used a standard format, like this:

Service_Name/release (http://www.domain.com; 1 subscriber)

This is great, it says who and how many. However others seem to use their own standard, such as:

FeedLounge (http://dl0.feedlounge.com/), 1 subscribers, next refresh in approx. 3600 seconds

Others don’t supply any subscriber information, such as

Excite Europe Feed Agent (http://mix.excite.co.uk/)
Google

Come on Excite, let us know how many people are reading, we want to know.

I know some ‘user agent purists’ will say that subscriber details shouldn’t be there, but they are and will continue to be added, let’s just hope they add in a standard way.

Anyway, here’s a sneak preview at the new stats engine;

Sneak preview

Comments (5)

Firefox 2.0 RSS Style Drama

Okay I got dragged away from debugging and think it’s worth making a post regarding Firefox 2.0 and how it deals with RSS feeds. A couple of users have contacted us about the way it disregards the style sheet and uses it’s own, so instead of this:

Before 2.0

You get this:

Firefox

Although much has been said about this here and elsewhere the fix is quite simple (although some appear to have taken a HTML hammer to crack an RSS nut). It’s probably worth saying I didn’t think people would have such an issue with it, it does pretty much what our stylesheet does, not as informative but close and I was wrong.

The problem is that Firefox are three years too late with this, three years ago this would have made a huge difference to RSS uptake, now we all have solutions and many don’t like applications forcing their own solution on them.

We are listening, so in the next release of our plugin we will add an option so you can choose to accept the default Firefox style or override it with your own (the one provided by us).

Comments

Fedafi RSS Wordpress Plugin Released

Fedafi RSS Wordpress Plugin (Beta)

Today we released the beta version of the Fedafi Wordpress Plugin. Find out more and download it FREE here

Features

Fedafi Wordpress Plugin is just that, a plugin for Wordpress, it creates a full text valid RSS 2.0 feed from your Wordpress blog adds a style sheet, tracks subscribers and tracks clicks on articles. Plus it will allow you to sell advertising space right in your feed through our publisher network

  • Auto Creates a Valid RSS 2.0 Feed
    • Full text feed
    • Realtime update
    • Valid RSS for IE7
  • Fedafi Installs Easily
    • Upload the files
    • Activate the plugin
    • View your stats
  • Tracking is a key part of Fedafi
    • Track overall hits on your feed
    • Track unique hits on your feed
    • Track by user agent
    • Track clicks on outbound links by article
    • See statistics by month
  • Monetize your feed
    • Activate advertising
    • Get adverts from the Fedafi Publisher Network

Requirements

Fedafi Wordpress Plugin was developed on various Linux web servers, including Plesk and cPanel, that use Apache, PHP and MySQL using version 2.0.2 and above of Wordpress.

  • Version 2.0.2 and above of Wordpress (hasn’t been tested on anything below this)
  • A website on a Linux webserver with Apache
  • PHP 4.3 or over
  • MySQL 4.0 or over
  • Ioncube loaders (included bundled with the install package)

Instal Fedafi Wordpress Plugin

Install is easy

  • Download the plugin
  • Upload to your Wordpress install
  • Activate the plugin
  • Adjust your template to the new feed URL or use a 301 redirect to it

Upload the files
Download the zip file and unzip, the contents will look like this:

zip contents

The two files you can see:

  • rss.php
  • fedclick.php

Go in the root folder of your Wordpress install, this is the folder that contains wp-config.php

The folder named ‘fedafi’ needs to be uploaded to your plugins folder. You need to upload the whole folder so that your plugins folder now has a folder within it called ‘fedafi’

Activate the plugin
You now need to go to your Wordpress admin in your browser and click the ‘plugins’ link

Here you will see the ‘fedafi’ plugin, click the ‘activate’ link

If you now click the ‘dashboard’ link you will see a new sub-link called ‘Fedafi’

Click this and you will see your feed details

Redirect your feed URL
The URL to your new feed will be http://yourdomain/rss.php

You can edit your template to use this new URL or edit the .htaccess file in the root folder of your Wordpress install and add a 301 redirect

The redirect should look something like this:

Redirect 301 /feed http://yourdomain/rss.php

It must go above everything else in the .htaccess file.

That’s it! Fedafi will now track subscribers and article clicks

Licence

Fedafi Worpress Plugin is not GPL

But it is FREE

What does this mean?

  • You are free to download it and use it
  • You can’t distribute or sell it
  • You can’t make derivitive works from it
  • Copyright notices in the product must remain

For 99.9% of users this licence will suit them fine, it means it’s free as in free beer, we felt the need to do this and encode the source code due to the nature of our market and the nature of our competitors

Disclaimer of Warranty: The software and the accompanying files are provided “As Is” and without warranties as to performance of merchantability or any other warranties whether expressed or implied.

Support

For support please use the comment system below

Update

We have just released v1.0.1 a few bug fixes and an extra feature:

  • Bug: Leading zero on dates stopped stats displaying correctly **Fixed**
  • New: Added a chicklet to display subscribers

To use the chicklet (which shows number of subscribers to your feed yesterday) you can add it to any HTML (such as the sidebar of your blog) using this code:

 subscribers code

You can of course wrap it in ‘a’ tags to create a link to your feed as well.

Comments (16)

Planning an effective RSS marketing campaign

If marketing is really going to take hold of RSS then other than wrestling it away from the PR guys they are going to need an action plan to follow. To create an effective action plan marketers need to ask some questions.

To get things going we have put together the bare bones of a checklist marketing managers can use to help them put together an effective RSS marketing campaign. This is based on a training session I did with some senior marketing managers.

Beware, it doesn’t provide the answers, just the questions to get you started and a structured outline to follow.

Feedback always welcomed.

Download it here.

Comments

Free RSS Tools

We have put together some free RSS tools on our site:

Feed Subscription Button Maker (chicklets)

Chicklet’s are small images that make it easy for your users to subscribe to your RSS feed. Below we have created a tool that will generate the HTML to add your feed to 6 major online aggregators.

Subscription Buttons
Online RSS feed maker

Helps you quickly make and download an RSS feed to put on your website, including the first item to get you started.

rss feed maker

Comments

Fedafi Hosted and Blog Feed Tracking Released

Okay after a great deal of sweat (equity) we’ve released the new version of Fedafi. With a whole new bunch of features.

As well as being able to create, manage, market and track RSS feeds Fedafi now just just as good a job with feeds created elsewhere.

You can now style and track your blogs RSS feed right on your own site, no need to use someone else’s domain name. Just enter your feed URL and you’ll get it styled, with full instructions to all visitors on how they can use the feed, including one click subscribe buttons for Pageflakes, Netvibes, My Yahoo, My Google, Windows Live and Excite Mix.

The cool stuff doesn’t stop there. As well as tracking subscribers to your blog feed it will also track clicks on every outbound link. This means you can see which articles, headlines and links are popular. Giving you the metrics to fine tune your blogging content.

Take a look at a Wordpress blog feed thats been Fedafi’d here.

For those who don’t want to, or don’t have a website to install Fedafi on we have released a hosted version. You can use a sub-domain of a generic RSS domain name that we supply or use your own domain name at no extra cost.

All in all Fedafi puts control of your RSS back in your hands.

Comments (2)

RSS Content Strategy and Marketing Tactics

Heidi Cohen has posted a very easy to digest list of 10 ways marketers can use RSS. Heidi makes some really good points in the article, including:

Using RSS to extend your marketing is about parsing content into small, easily digestible chunks that consumers want. The average Bloglines reader voluntarily consumes about 20 feeds a day.

From a marketing perspective, you must convert your content into compelling information feeds that consumers want to receive. This content falls into three categories:

  • Category-level feeds
  • Granular product information
  • Niche content related to your offering that keeps readers engaged with your brand.

Check out the full article for more

Comments

You know it’s good when…

You know something is good when you keep trying to find new things to do with it just because it can. And that’s what the new release of Fedafi is like. It’s not released until later today, maybe tomorrow morning but the new external feed styling and tracking is really cool.

Take a look at our feed, created by Wordpress but styled and tracked by Fedafi.

We’ve thrown together some demo feeds for testing including Flickr, take a look:

It also works just as well on Blogger and Typepad feeds.

Comments

« Previous entries ·