RSSinclude & nofollow

Discussion in 'Programming' started by Dn100, Dec 3, 2009.

  1. #1
    Hi everyone,

    I have been playing about with some code to implement RSS news feeds from multiple websites to display onto 1 page of our site (the homepage).

    I have used the RSSinclude service which is simple to use but does not provide the ability to include nofollow attr.

    Here is how I have implemented it onto our site:

    - Our homepage is in HTML
    - RSS feed is in a separate php file (but only 1 line with the url for the main feed)
    - I have included the php file into our homepage which works fine with no issues (using php parsing via htaccess)

    What i'm looking to do is to add nofollow to the links however I cannot figure out how to do this. I have emailed their support but no reply as of yet.

    Can anyone provide any suggestions/tips to how to include nofollow on the links from the externally provided feed?

    Thx
     
    Dn100, Dec 3, 2009 IP
  2. MayaLocke

    MayaLocke Peon

    Messages:
    1,016
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you use RSS2HTML you can ad the "nofollow" code as the RSS2HTML is a free PHP script and it uses HTML templates for the layouts simply edited the HTML links to include "nofollow".

    More information is here: http://www.feedforall.com/free-php-script.htm
     
    MayaLocke, Dec 5, 2009 IP