-
gAjax RSS Feeds Displayer-How can I make it update every hour?
1) gAjax RSS Feeds Displayer (hosted)
2) http://www.dynamicdrive.com/dynamici...sdisplayer.htm
3) I was looking at the programming on Dynamic Drive and it says I can insert a code to make the RSS feed refresh on the fly:
http://www.dynamicdrive.com/dynamicindex18/gajaxrssdisplayer.htm
<script type="text/javascript">
var socialfeed=new gfeedfetcher("example2", "example2class", "_new")
socialfeed.addFeed("Slashdot", "http://rss.slashdot.org/Slashdot/slashdot") //Specify "label" plus URL to RSS feed
socialfeed.filterfeed(6, "label") //Show 6 entries, sort by label
socialfeed.init() //Always call this last
</script>
<a href="javascript:socialfeed.init()">Refresh Feed Contents</a>
Any ideas on how I can implement this, to make sure that the page updates every hour? Or is that gonna work? Pinging works, but it usually takes a few hours, and sometimes I forget. If I insert this line of code, will it do it automatically? Do I insert this line after the specific feed or after ALL the feeds?
Any guidance would be helpful and much appreciated!
-
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks