mommyRanks Web Tools

Add To Standard Sites
Copy and paste the code into your website where you want this vote button to appear.

PHP Code:
<script type="text/javascript">submit_url = 'ARTICLE_URL';</script>
<script type="text/javascript" src="http://www.YOUR_DOMAIN.com/evb/button.php"></script> 

Add To WordPress

Copy and paste the code into your WordPress Theme files where you want this vote button to appear, probably on index.php and single.php of your default WordPress Theme.
PHP Code:
<script type="text/javascript">submit_url = '<?php the_permalink() ?>';</script>
<script type="text/javascript" src="http://www.YOUR_DOMAIN.com/evb/button.php"></script>
 

Buttons:

1 2 3 4
       

 

BACK