Wordpress Plugin

This vote button will allow you to create a vote link and display a vote/submit button to an article automatically from your wordpress web site. tested with 2.3 of wordpress this plugin should also work with older versions. Below is a preview of the available buttons.

standard.vote.jpg

slimline.vote.jpg

Download
P2PViNE wordpress plugin

INSTALL

1. Unzip p2pvine-wordpress-vote-button.zip

2. Upload the file named “p2pvine-vote-button.php” to your Wordpress plugin folder (/wp-content/plugins/)

3. Go to your Wordpress admin panel and Activate this plugin.

How To Use

1. Write this code to your post. (< ! - - p2pvivne - - >)

2. Or click on p2pvine button on post menu (non rich text editor)

You can change the buton to display on the left or right by opening the “p2pvine-vote-button.php”,
then find and edit editing the line below.

//Default Button float to left (left, right)
$defaultfloat = “left”;

To select the type of button you would like to display either standard size or slimeline
Edit the code below within the p2pvine-vote-button.php before uploading.

//Edit this line to display the full size vote button on your blog.
$p2pvinesite = “http://p2pvine.com/evb/button.php”;

//Uncomment this line to display the slimline vote button on your blog.
//$p2pvinesite = “http://p2pvine.com/evb0/button.php”;

Popularity: 1% [?]