| FAQ |
| Members List |
| Calendar |
| Search |
| Today's Posts |
View Today's Active Threads (No Chit Chat/Chit Chat Only) / View New Posts (No Chit Chat/Chit Chat Only) / Mark All Boards Read / Chit Chat Board
![]() |
|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 | |||
|
||||
|
Member
Forum Regular
|
Maybe an RSS Feed of the Reviews would be handy? I don't think you use a script to add reviews but even so an RSS file could be edited manually, I usually forget to check for the latest reviews and adding it to My Yahoo or Google would be handy.
|
|||
|
|
|
|
|
#2 | |||
|
||||
|
Site Owner
Administrator
Forum Star |
I'm not sure I know how to create a feed manually, but I guess I could look into it.
|
|||
|
|
|
|
|
#3 | |||
|
||||
|
Member
Forum Regular
|
Nothing to it really.
A text editor and manually editing. Here is the top part Code:
<rss version="2.0"> <channel> <title>Sitcoms Online DVD Reviews</title> <link>http://www.sitcomsonline.com</link> <description>DVD Reviews</description> <language>en-us</language> <copyright> Copyright 2006 Sitcoms Online </copyright> Code:
<item> <title>Roseanne: Season 3</title> <link> http://sitcomsonline.com/roseanneseason3dvdreview.html </link> <description> The award winning series 'Roseanne' heads to DVD with its 3rd Season, from Anchor Bay and Carsey-Werner. Read our review at Sitcoms Online. </description> </item> Code:
</channel> </rss>
|
|||
|
|
|
|
|
#4 | |||
|
||||
|
Member
Forum Regular
|
Any word on this?
Did the above code work? |
|||
|
|
|
|
|
#5 | |||
|
||||
|
Site Owner
Administrator
Forum Star |
I need to install a RSS reader. Test this link:
http://www.sitcomsonline.com/dvdreviews.xml I can't get the right published time to display in it. Last edited by TJ; 04-25-2006 at 10:58 PM. |
|||
|
|
|
|
|
#6 | |||
|
||||
|
certified wackball#3
Moderator
Forum Icon |
Quote:
that link gets an error in firefox at least: "This XML file does not appear to have any style information associated with it. The document tree is shown below." the automatic RSS feed for SO is: http://www.sitcomsonline.com/boards/...l.php?type=RSS it's just the same as the View New Posts
__________________
* GeeksToGo * AntiVir * Avast antivirus * Housecall Online * Sysinternals Security Utilities * * ZoneAlarm * Agnitum-firewall * Comodo Firewall * AVG Anti-Rootkit * RootkitRevealer * ParasiteCheck * * Annoyances * FreeCodecs * Mikes-Hosts-File * GRC.com * MSAntispyware * DVD's * TradeList * myspace * |
|||
|
|
|
|
|
#7 | |||
|
||||
|
Site Owner
Administrator
Forum Star |
TVShowsonDVD.com's news feed gets the same error in Firefox. Where is the built-in reader within the browser?
Feed Validator validates the link for me: http://feedvalidator.org/check.cgi?u...dvdreviews.xml |
|||
|
|
|
|
|
#8 | |||
|
||||
|
certified wackball#3
Moderator
Forum Icon |
if you click on the RSS button in the status bar on the right, you can subscribe to it, then just choose where you want the Bookmark - check out this: http://johnbokma.com/firefox/rss-and...bookmarks.html
firefox just treats RSS feeds as active bookmarks, with constantly updated submenus - i just put them on the Bookmarks toolbar. I dont get any errors in firefox with either the Sitcoms Online Blog RSS or the TVShows on DVD RSS feeds |
|||
|
|
|
|
|
#9 | |||
|
||||
|
certified wackball#3
Moderator
Forum Icon |
Quote:
so if you put the subscription code on the reviews page it should work |
|||
|
|
|
|
|
#10 | |||
|
||||
|
Member
Forum Regular
|
The style thing is not an error per-se, a lot of feeds don't have style sheets. Unless you want the basic RSS/XML to be styled and readble there is no point.
It appeaes fine in Google and the Google RSS Reader, http://www.google.com/reader/view/fe...dvdreviews.xml Must be fine then ![]() This also may be helpful to add somewhere to the site, Code:
<a href="http://www.google.com/ig/add?feedurl=http://sitcomsonline.com/dvdreviews.xml"><img src="http://buttons.googlesyndication.com/fusion/add.gif" width="104" height="17" border="0" alt="Add to Google"></a> Code:
<a href="http://us.rd.yahoo.com/my/atm/Sitcoms%20Online/DVD%20Reviews/*http://add.my.yahoo.com/rss?url=http%3A//www.sitcomsonline.com/dvdreviews.xml"><img src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif" width="91" height="17" border="0" align="middle" alt="Add to My Yahoo!"></a> Last edited by Raisingdad2004; 04-26-2006 at 02:03 PM. |
|||
|
|
|
|
|
#11 | |||
|
||||
|
Member
Forum Regular
|
Along the lines of the 'Add to Google' and such links above, maybe a page like this would be useful:
http://www.thegoldengirls.co.uk/News/news.html It shows all the places you can easily add their RSS Feed to different services, one could be created for the News Blog/Reviews Feed and linked to in the needed places. |
|||
|
|
|
|
|
#12 | |||
|
||||
|
Site Owner
Administrator
Forum Star |
A bit excessive with all the buttons I think... A simple RSS button would suffice in most cases. Most people would know how to copy the link and paste into Google or Yahoo.
|
|||
|
|
|
|
|
#13 | |||
|
||||
|
Member
Forum Regular
|
There is probably no need for all those buttons, it is overkill.
But this site is a good example of just enough, http://www.metacritic.com/rss/ Last edited by Raisingdad2004; 04-29-2006 at 03:22 PM. |
|||
|
|
|
|
|
#14 | |||
|
||||
|
Member
Forum Regular
|
There appears to be a problem with the feed. Some services still accept it fine - but the error is coming from a & in the feed section All & should be & otherwise errors occur. An interesting thing also showed up \85 - no idea what that is. http://feedvalidator.org/check.cgi?u...dvdreviews.xml
|
|||
|
|
|
|
|
#15 | |||
|
||||
|
Site Owner
Administrator
Forum Star |
I don't know how much of a problem that would cause. Most feed readers would still make them readable. I'll have to remember to change & to and.
|
|||
|
|
|
![]() |
|
|