|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I'm considering adding a news feed to my (static HTML) website. Can anyone recommend a program or script that they've used to pull stories in XML format from the major wire services and news sites?
Any thoughts/advice/feedback would be great. Ideally, I'd like to be able to customize my search parameters, so that the script only pulls stories to my site that are germane to my content. It's my understanding that this can be done for free.... thoughts/recs/horror stories? ---Ed |
|
|||
|
One of the benefits of adding a feed to your site is that it's updated on a regular basis (sometimes hourly or daily) and Google, in particular, loves that.
There are many different types of feeds and there are many sites that will provide it. If you can make RSS work for you, then I would do that. I know people who have had problems implementing an RSS feed on their sites, and they just gave up. I actually prefer to use a PHP feed, and there are only a few out there that work well. The key is to find a feed that updates the content on your page (javascript will not work because although it updates for the human it doesn't update for the search engine robots--see the source code once the page is up and running). The other thing to look for is content that is appropriate for your site, something that your website visitors would be interested in.
__________________
Bill Hartzer's Blog |
|
||||
|
It's called 'syndication'. If you do a search on "Syndication tools" you will find a few tools to help you.
__________________
Jaap PalmVenue Broekhuizen Paintings MacSijp You've done it all You've broken every code (Steve Harley) |
|
|||
|
If you have some understanding of php and html,
check out http://www.geckotribe.com/rss/carp/ You can customize the output of the incoming feed to better match you site.. which is very useful..
__________________
Hardcore Programming Solutions and Coffee Drinker |
|
|||
|
That gecko looks good.
Here is a pretty good list of articles for using and making different kinds of feeds. http://webdesign.about.com/od/rsstools/ K. I installed the gecko, it toook well over 45 seconds LOL. Demo: http://factor1.net/demo/demorss.php One of the easiest third party installs of a php script I've seen. It is getting pretty good these days, though. Lot's of good help here, thanks everyone. I will be around more. Good to see you sijpie! |
|
|||
|
edthomas wrote
Quote:
This is what the 'raw' feeds look like for the gecko I've tested: Quote:
|
|
|||
|
edthomas, between my last post, and this - we went here
Quote:
Looked around, typed "horror" and selected 'english', clicked on the orange 'xml' button... cut'n'pasted this Quote:
http://factor1.net/mike/mik/subdirectory1/uno.php This is easy, I am new - it is the first feed I have installed :O) I have seen other, more powerful scripts, and it looks very easy to build one in xml if you are up to it. I have some tutorial links, and the benefit of that is - free, therefore no links to the script authors sites, and mostly...KNOWLEDGE haha. |
|
||||
|
To anyone who may be interested...
here are a couple of great pages from the LockerGnome site for further information on RSS. RSS QuickStart Guide RSS & Atom Resources - Lockergnome |
|
|||
|
just checking out the gecko tools now, and it looks deceptively straight forward. looks like i've got something new to play with now too... let me see if i can get some test pages up and working tonight---i'm new at this, so i'll be sure to scream if i get lost.
thanks again for the recommendations! --Ed |
|
|||
|
Every single rdf, rss, xml, etc has worked flawlessly with that gecko:
http://davezilla.com/b2rss2.php http://randomwalks.com/index-rss2-xml.php http://www.kottke.org/index.xml http://www.lockergnome.com/rss/web.p...1247ca2d60c271 http://www.scripting.com/rss.xml http://www.volubis.com/blog/index.rdf <?php require_once "d:\\\\html\\\\users\\\\factor1net\\\\html\\\\carp \\\\carp/carp.php"; CarpCacheShow('http://feeds.feedburner.com/WebStrac...evelopmentNews'); ?> Just copy'n'paste any URL for a feed, i haven't seen one not work yet. It is, however, a little slow to load sometimes, like about a 3 to 5 second delay extra. I couldn't tell you if my server load was extreme then, though. |
|
|||
|
Regarding the slow loading, check your cache settings. After initial retrieval, the feed updates based on your preference.. otherwise it is as fast as opening a local file.
And definitely check out the default formatting capabilities in carp.php.. override them before you call the xml in CarpCacheShow(). e.g. Open in a new window CarpConf('linktarget','1'); As well as the link formatting abilities.
__________________
Hardcore Programming Solutions and Coffee Drinker |
|
|||
|
I built a feed aggregator for CHAITGEAR around the turn of the year, based off a sample I had seen (that wasn't working too well). The result is CG-Feedread.
It's not perfect, but is pretty darn simple, and quite lightweight. And, the more people who use it, the better it gets! While most of its use has been WordPress folks, it has no particular requirements aside from PHP for the scripting. Handles all the basics of RDF, RSS1+2, and Atom, and can be modded to support new feed formats or fields easily. If people try it and find it lacking, or looking for certain features, let me know -- further development at this point is extremely user-request focused, so I'm always looking for more ideas of what people might want. -d |
|
|||
|
I use CARP, but I want to make the actual feed look better on my site. Can someone dumb down how to do so, I read the carpconfig thingy but the light has not gone off in my head yet.
For instance I want it to open in new window (how do I control what the window looks like) I want black headers and white font and bolder font. Any help?
__________________
Stevie |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |