Vote Buttons
- Wikio
- Wikio Tools
- Vote Buttons
Add a static button
You can add one of the following buttons to your articles. It will allow your readers to vote on Wikio by following the link.
Wikio offers different styles to choose from. Pick the one you prefer, copy the HTML code and paste it wherever you want in the template or even directly in your article.
Warning! Wikio uses the 'referer' to determine to which article the click-vote corresponds. The HTML code above only works with an article with a 'permalink' (unique address for the item). If you want to place vote buttons on your home page, you must then specify the URL of each article in the code, for example:
<a href="http://www.wikio.com/vote?url=http://www.mysite.com/unique-adress-of-my-article" target="_tab"> (followed by the rest of the code according to the style selected above).
Add a dynamic button on a WordPress platform
1. Download the plugin
The 'tall' version
Download the following file: wikiovote.php
and install in the directory /wp-content/plugins
Preview:

The 'wide' version
Download the following file: wikiovote.php
and install in the directory /wp-content/plugins
Preview:

2. Activate the plugin in your PC's interface administration
In your WordPress administration, go to "plugins" and activate the WikioVote plugin

3. Insert the plugin into your template
Open the template. /wp-content/themes/votre_theme/index.php
and insert the code<?php wikiovote(); ?> before the end of the line <p class="postmetadata">
Open the template. /wp-content/themes/votre_theme/comments.php
and insert the code<?php wikiovote(); ?> at the beginning of the file
4. The vote button has now been installed on your site.
Add a dynamic button on a DotClear platform
1. Download the plugin
The 'tall' version
If you use the plugin manager, copy and paste the following URL in DotClear's plugin interface, and click on 'install'
If you want to unzip the plugin yourself, download the file plugin-wikiovote-1.2.tar.gz
then unzip in the directory /ecrire/tools
Preview:

The 'wide' version
If you use the plugin manager, copy and paste the following URL in DotClear's plugin interface, and click on 'install'
If you want to unzip the plugin yourself, download the file plugin-wikiovote-1.tar.gz
then unzip in the directory /ecrire/tools
Preview:


2. Activate the plugin in your PC's interface administration

3. Insert the plugin into your template
Open the template. /themes/default/list.php
and insert the code<?php $wikio->vote(); ?>
before the end of the line <p class="post-info-co">
Open the template. /themes/default/post.php
and insert the code<?php $wikio->vote(); ?>
just after the line <div class="post-content"><?php dcPostContent(); ?></div>
4. The vote button has now been installed on your site.
Add a static button on a Blogger platform
You can add one of the following buttons to your articles to allow readers to vote on Wikio by following the link.
1. Select a button style
2. Edit your page

3. Insert your button
Activate the check box Expand Widget Templates
Insert the following code before the line <span class='post-comment-link'>
before the line <span class='post-comment-link'>












