Halfagain IM Forums
May 24, 2012, 19:34 *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Due to increasing spam we are forced to make this forum "Read Only". If you have an issue, most likely was discussed here. Use the Search function and try to find related discussions. If you can't find any helpful information, just email support at halfagain dot com"
 
   Home   Help Login Register  
Pages: [1]
  Print  
Author Topic: Recommend RSS Feed Reader for RSSM  (Read 1184 times)
0 Members and 1 Guest are viewing this topic.
ascendedmind
Newbie
*

Karma: 10
Offline Offline

Posts: 11


« on: November 08, 2007, 20:02 »

Please recommend an RSS feed reader with PHP that automatically updates that I can use with RSSMagician.

I am looking for an RSS feed reader with PHP that I can use to post separate RSS feed urls into.

For example:
I want to be able to automatically update my content sites with specific rss feeds for attracting search engine spiders.

In other words use the NBA RSS feed for my NBA content page & use an NFL RSS feed for my NFL content page w/o having a combination of RSS feeds on the same content page. Undecided
Logged
Omar
Here to help.
Administrator
Hero Member
*****

Karma: 10001
Offline Offline

Posts: 2687


« Reply #1 on: November 09, 2007, 09:00 »

I think you don't want a php reader but a php parser. You don't want just to read the feeds but to add it in your pages so others can see it.

Now the question is, do you want just some box on a page, like "latest news" and post some latest 10 news that will automatically change when new news available?

Or you want to create insite pages from the feeds, like make a page on your site from every news?
Logged
ascendedmind
Newbie
*

Karma: 10
Offline Offline

Posts: 11


« Reply #2 on: November 09, 2007, 09:28 »

I want to create just enough data to attract the Google bot to index my pages & find the content relevant to generate a better quality score.

I don't want the RSS feed accumulating as content pages.

I want fresh data automatically updated.

Can this be done on 265 pages with a different RSS feed on each page?


Now the question is, do you want just some box on a page, like "latest news" and post some latest 10 news that will automatically change when new news available?

Or you want to create insite pages from the feeds, like make a page on your site from every news?
Logged
Omar
Here to help.
Administrator
Hero Member
*****

Karma: 10001
Offline Offline

Posts: 2687


« Reply #3 on: November 10, 2007, 09:44 »

it is possible to do on as many pages as you want, with as many feeds as you wany, but you will have to edit each page at a time and add some stuff inside (the parser code)

You can try using CaRP (is a free version too), Magpie, rssfeedreader and other alike.

http://www.google.com/search?hl=en&client=opera&rls=en&hs=Nmm&q=Free+RSS+PHP+parser&btnG=Search
Logged
ascendedmind
Newbie
*

Karma: 10
Offline Offline

Posts: 11


« Reply #4 on: November 10, 2007, 09:57 »

This may seem funny to you but I'm not a techie, but which rss feed reader would you recommend to use with RSSM?

Does RSSM also acst as an RSS feed generator that you can submit to RSS directories?
Logged
Omar
Here to help.
Administrator
Hero Member
*****

Karma: 10001
Offline Offline

Posts: 2687


« Reply #5 on: November 10, 2007, 20:48 »

RSSM does not submit feeds anywhere. It only create the feeds for you to use.

As about reader, i am not sure which onw would be simpler for you to use. They all need to be installed and work in a pretty similar way. Free carp or rssfeedreader i guess are ones most spread.
Logged
ascendedmind
Newbie
*

Karma: 10
Offline Offline

Posts: 11


« Reply #6 on: November 12, 2007, 19:58 »

Can RSSM display on PHP pages that are not html?

If not... then what is a quick and easy way to accomplish this?

Do you offer a script that does or can display on PHP pages?

Thanks,

Mark 206-763-4747 PST Seattle 9am to 9pm
Logged
Omar
Here to help.
Administrator
Hero Member
*****

Karma: 10001
Offline Offline

Posts: 2687


« Reply #7 on: November 13, 2007, 08:32 »

That does not depend on RSSM but on your server setup. The php codes usually display in .php files only, but .html or .htm files can be made to allow php codes inside by making some changes on server settings.

If you want to execute dynamic PHP code on otherwise static .html and .htm webpages, you need to enable PHP parsing on this type of webpage. To do this, simply add the following line to your .htaccess file and then you can include PHP code directly in the source code of your .html and .htm webpages. Make sure that you embed all PHP code inside opening and closing PHP tags ().

Quote
AddType application/x-httpd-php .html .htm


If you do not have a .htacess file, just create it with only that line inside. You can also ask help fom host support.
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.8 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!