RSS No More plugin

Here is my very first plugin and also very simple (remember: KISS) !

The need I had was to truncate my feed at the ‘more’ tag and as of WP2.8+ this is no longer possible : either you give away the full article or just a few chars, making it non attractive at all.

I had also being using a plugin calles RSS Footer but unless you mess with code editing, both would not work well together. So I added an extra option to add a FSS Footer as well.

So when you activate this plugin, by default your RSS feed will be truncated at the ‘more’ sign and a link to the full article is added at the bottom.

Version 0.2 introduced a simple (KISS remember ? ;-)) control pannel where you can choose to use the cut and/or footer functions.

The footer is fully configurable (tough no HTML allowed) and provides a few pre installed links such as article link, blog link and other variables sur as author name.

Get the RSS No More plugin at WordPress.org

Special thanks to Jay for his help. Make sure you step by his website http://fidoloves.com/ if you like dogs !

Installation :

  1. The KISS way : go to you WP admin panel and search for ‘RSS No More’ in the extensions add submenu and install it from there or
  2. Get the zip file from wordpress.org, unzip it and upload the rss-no-more/ directory it to your wp-content/plugins/ directory (via FTP) and activate it the plugin section of WP admin pannel.

If you like this plugin, and like to buy me a beer you might click that button below 🙂 or simply tell the world it’s working or rate it at RSS No More WP Page





13 réflexions sur « RSS No More plugin »

  1. Your plugin is exactly what I am looking for. I have it installed, wordpress is set to display full in the RSS feeds and all my articles have a more tag after the first paragraph or two.

    However I just checked Google Reader and the whole article is displayed with the new footer links at the bottom.

    Any suggestions?

    Thanks,
    Jay

    1. Hi Jay !

      first thanks for using RSS No More !

      As for your issue, there is most likely a cache on GG Reader’s side. Does this happens too with the article you posted *after* installing the plugin ?

      Also I noticed that using feedburner and gg reader it may take one day before the old articles are updated accordingly.

      Hope this helps !

      Jérôme

  2. Jerome,

    Thanks for making RSS No More work perfectly. Finally my RSS feeds look great for my legitimate subscribers, but contain back links to help deal with content thieves and SEO.

    Thanks again for the help and a great plugin.

    Jay

  3. Hi!
    I’ve found a little bug on rss-no-more.php file. If you put the code:
    if($footer) {
    if (get_option(‘rss-no-more-tracking’)) {
    $permalink = get_permalink();

    When you try to show %%POSTLINK%% on:

    ‘.get_the_title().’‘,

    The variable $permalink has no assignment and when you show the link on rss, it’s not redirect to postlink.

    The correct code would be:

    if($footer) {
    $permalink = get_permalink();
    if (get_option(‘rss-no-more-tracking’)) {

  4. Bonjour,
    Je viens d’installer votre plugin sur http://iteractif.ch et il a fonctionné du premier coup. Fantastique. Tout grand merci.
    Comme mon texte est plutôt long, je me demandais s’il y avait une possibilité de ne l’introduire qu’en tête ou en pied du RSS.

    Hi,
    Just installed your plugin and it worked fist time. Wonderful! Many, many thanks.
    Wonder whether there’s a way to insert one’s special text only in the top or bottom part of the rss feed.

    Wish you all the best and thanks again.

  5. I love this plugin, but it would be great if I could add HTML to the footer. Whenever I try to add a link, such as a link to my copyright policy, all of the HTML code is removed when I save it. Other than that, it’s great. I needed to cut my feed at the more tag sometimes and this works perfectly!

Laisser un commentaire

Ce site utilise Akismet pour réduire les indésirables. En savoir plus sur comment les données de vos commentaires sont utilisées.