Greenguy's Board

Greenguy's Board (http://www.greenguysboard.com/board/index.php)
-   Programming & Scripting (http://www.greenguysboard.com/board/forumdisplay.php?f=15)
-   -   Getting RSS into html websites (http://www.greenguysboard.com/board/showthread.php?t=53253)

LD 2009-06-18 07:50 PM

Getting RSS into html websites
 
I've seen this come up a few times here, but it always leaves me with lots of questions.

What to use?
Should I avoid Java?
What's best for search engine spiders?
Can Blog Automator do it?

Probably more I can't think of right now.

I tried

http://www.rss2html.com/

some time ago, and the pages were super slow loading...any tips, advice, etc?

Thanks!

Cleo 2009-06-18 07:52 PM

Blog Automator does it very nicely and is what I'm using on my shemale blog. You can use it on up to three blogs without paying for it.

LD 2009-06-18 09:14 PM

I wasn't real clear, sorry, but what I mean is on a regular static website, not a blog, I want to bring in content from an rss feed.

Cleo 2009-06-18 10:05 PM

Quote:

Originally Posted by LusciousDelight (Post 454785)

That is what I'm using to pull the latest post from my personal blog on this page and it seems to work just fine although I am only pulling in one post each day.

walrus 2009-06-19 07:54 AM

Quote:

Originally Posted by LusciousDelight (Post 454785)

I tried

http://www.rss2html.com/

some time ago, and the pages were super slow loading...any tips, advice, etc?

Thanks!

Hmmm, I use RSS2HTML quite a bit and never noticed an unacceptable load time but then again I rarely use the whole feed.

But if thats not working for you, the only other one I know of is CARP Evolution. I think the have a free version, just not sure

Wazza 2009-06-19 08:52 AM

Simplepie - But imo, it aint especially simple... but well worth wrapping your head around...

nate 2009-06-19 10:51 AM

Use scary rss parser to build the html and then have it write that html into a template html page that replaces the page you have the rss in.

scary rss parser will build the html and cache it, but you're gonna have to hack in some php to make it write to a template instead of a cachefile.

The best thing to do is use htaccess in that directory to make html files parse php and just add it with php.

nate 2009-06-19 10:57 AM

No wait. Just use scary rss parser to build the web page with the rss, then use SSI includes to include it in your html page. You'll still have to enable SSI for HTML files with htaccess though.

tickler 2009-06-19 01:14 PM

Probably should just enable the SSI/PHP for a selected directory only to cut server loads a bit.

LD 2009-06-20 03:49 PM

I must be doing something wrong with http://www.rss2html.com/ . It brings the whole feed in, I just want one post. I'll read over the docs again...

EDIT: just saw the $MAXITEMS parameter...this is looking better now, thanks for the help...:)


All times are GMT -4. The time now is 04:53 PM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc