topvotes.appspot.com

How does it work?

To equip your website with the functionalities needed to vote you only have to load two Javascript files. After that you need to place a DIV element at the point at which the Voting Widget will appear.

Is it possible to make it even easier for me?

Yes. If you own a Wordpress Blog u can install our Wordpress Plugin from the Wordpress Plug Directory.
The Plugin will do all the following necessary steps automatically and appends a voting widget at the bottom of your pages.

Html Example

<html>
<head>
<title>Your Page Title</title>
<script type="text/javascript" language="javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" language="javascript" src="http://topvotes.appspot.com/src/widget.js"></script>
</head>
<body>
<h1>Topvotes</h1>
<div class="topvotes-widget-vote"></div>
</body>
</html>

Description

Create your own

It is always cool to have a unique layout. It is possible to personalize the Vote widget, so it can be embedded well into the layout of your website.

Do you want to know more?