SiteReviews.org

Syndication

Anyone can include SiteReviews.org website reviews on their own site completely free of charge and without adverts. If you have a directory of sites you could include reviews to help your visitors, or just show an impartial opinion of your website from a third party.

There are currently three ways to do it:

Iframe

With this method, the review is placed inside a small frame that is on your website.

<iframe frameborder="0" width="WIDTH" height="HEIGHT" src="http://en.sitereviews.org/s:iframe:ADDRESS"></iframe&gt;

Replace WIDTH and HEIGHT with your choice of width and height and ADDRESS with the address of the website you want a review of.

Javascript

With this method, the review is placed directly into your website without any surrounding frame. If you know CSS this allows you to more easily alter the style of the review (the text is just in <p&gt paragraph tags).

<script language="JavaScript" src="http://en.sitereviews.org/s:js:ADDRESS"></script&gt;

Replace ADDRESS with the address of the website you want a review of.

XML

This method is only for the technically saavy who have access to some sort of server side scripting such as PHP or ASP. All the data about the review is returned as a simple XML document with no formatting information.

http://en.sitereviews.org/s:xml:ADDRESS

Replace ADDRESS with the address of the website you want a review ofand just GET it.


 
© 2004 Oliver Brown.