Netopi badges
The following solutions require that you have PHP enabled on your website.
This php script will generate a text link pointing to the Netopi reviews of a site on which you put this on.
Feel free to alter them and customize them for your site.
Text link
$Netopi_Url="http://www.yourdomain.com".$_SERVER["REQUEST_URI"];//replace "yourdomain.com" with your domain
$Netopi_Title="Add your opinion about this site";//tooltip
$Netopi_Href="Post to Netopi!";//text to click
echo "<a href=\"http://www.netopi.com/?url=$Netopi_Url\" title=\"$Netopi_Title\">$Netopi_Href</a>";
This is how it looks like:
Post to Netopi!Image link I
$Netopi_Url="http://www.yourdomain.com".$_SERVER["REQUEST_URI"];//replace "yourdomain.com" with your domain
$Netopi_Title="Add your opinion about this site";//tooltip
$Netopi_Href="<img src=\"http://www.netopi.com/images/badges/n-18x18.png\" border=\"0\" alt=\"Netopi\">";
echo "<a href=\"http://www.netopi.com/?url=$Netopi_Url\" title=\"$Netopi_Title\">$Netopi_Href</a>";
This is how it looks like:

Image link II
$Netopi_Url="http://www.yourdomain.com".$_SERVER["REQUEST_URI"];
$Netopi_Title="Add your opinion about this site";//tooltip
$Netopi_Href="<img src=\"http://www.netopi.com/images/badges/n-text.png\" border=\"0\" alt=\"Netopi\">";
echo "<a href=\"http://www.netopi.com/?url=$Netopi_Url\" title=\"$Netopi_Title\">$Netopi_Href</a>";
This is how it looks like:

Netopi reviews on your site
If you want to display users reviews of your website, use the following javascript code.
Works on any website - no PHP required.
Simple code
<script type="text/javascript" src="http://netopi.com/webmaster_js.php" > </script>
<script type="text/javascript">
NetopiPrintComments();
</script>
The above code will display Netopi comments, using as much width as available, without any frames.
Reviews-box limited to a given width with a frame
To limit the width, insert the above code into a div, like in this example.
We also add a thin frame to the div.
<div style="width:300px;border:1px solid #cccccc;padding:10px;">
<script type="text/javascript" src="http://netopi.com/webmaster_js.php" > </script>
<script type="text/javascript">
NetopiPrintComments();
</script>
</div>
Example
Using one of the above methods, here are this website's reviews displayed: