Welcome our webmaster and SEO forum
Please enjoy the forum, contribute what you can, and wind up the Moderators!
Results 1 to 4 of 4

Thread: Add RSS to website (PHP)

  1. #1
    amber.long83 is offline Junior Member
    Join Date
    Mar 2009
    Posts
    11

    Default Add RSS to website (PHP)

    Hello Everyone

    Any one can please tell me the best way to add RSS to my website.I don't want the javascript version, I want PHP for SEO purposes.I can create feeds etc., but I am unsure of the PHP code to run the script on the server.

    Thanks in Advance

  2. #2
    surreypcsupport's Avatar
    surreypcsupport is offline Senior Member
    Join Date
    Nov 2008
    Location
    surrey
    Posts
    565

    Default

    Do you mean you want to add RSS feeds from other sites or create a feed for other sites to read in?

    If it's the former then have a look at SimplePie - SimplePie: Super-fast, easy-to-use, RSS and Atom feed parsing in PHP.. I use it on this site - The UK Motorsport Calendar of Events. Here's a page example - Formula 1 News

    This is a great way to create dynamic content without any ongoing effort.

  3. #3
    amber.long83 is offline Junior Member
    Join Date
    Mar 2009
    Posts
    11

    Default

    Thanks for help me and give me the link

  4. #4
    MayaLocke is offline Member
    Join Date
    Mar 2009
    Posts
    51

    Default

    It sounds like you want to display an RSS feed within your HTML website. The easiest/best way to do this is to use RSS2HTML a free PHP script. This means that you can retain the complete control of the HTML layout (using templates) and make it match your existing design. Additionally using PHP rather than JavaScript will mean that search engine spiders can "spider" the contents of the RSS feeds.

    Additional details and a free rss2html download is available at: RSS2HTML free PHP script for displaying RSS feeds
    Additional information and other options for displaying RSS feeds can be found at: Displaying RSS Feeds
    Goodluck!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124