External Vote Button

Panodigg offers you a new feature, the EVB (External Vote Button). It can easily be inserted in any website or blog.
It's purpose is to allow visitors of your web page where to vote your story on Panodigg, increasing your score.

In case a story linking to the page where the button is placed already exists you will see the vote button with score.
If the story is not yet existing on Panodigg you will se a "suggest" button, by clicking it, you will be able to submit the story to panodigg.

EVB

1. Add EVB in web page where the PDigg story is linking to:

Copy and paste the below code in any web page or blog post where you want the EVB to appear.

<script type="text/javascript">submit_url = document.url;</script>
<script type="text/javascript" src="http://www.panodigg.com/evb/button4.php"></script>

2. Add EVB in web page having a different URL then the one the PDigg story is linking to:

Copy and paste the below code into your website where you want this vote button to appear.

<script type="text/javascript">submit_url ='YOUR URL';</script>
<script src="http://www.panodigg.com/evb/button4.php" type="text/javascript"></script>

3. Add EVB 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.

<script type="text/javascript">submit_url = '<?php the_permalink() ?>';</script>
<script type="text/javascript" src="http://www.panodigg.com/evb/button4.php"></script>
Technorati Profile  •  Subscribe To RSS Feeds  •