Does anyone know how to make a rate button where owners of a webhosting company can paste a code onto their website so that their visitors can vote on it
you could just use a simple html link, or a form that sends a request to your website to track votes. you receive the votes, and store them in a database.
eg
<a href="http://example.org/vote.php?site=foo.org">vote for foo.org! click here!</a>
Bookmarks