This is a very simple digg button plugin. This plugin is use to add digg button into wordpress content. Just like how it look like in this website.
Features
Add Digg Button Into Wordpress Content
Download Here
http://www.mkyong.com/download/digg-digg.zip
How to Install
Copy Digg Digg plugin folder to wordpress plugin folder and activate it.
How to use
Add following code to where you want digg vote button to display. like Single Post (single.php)
<?php if(function_exists(’digg_digg_generate’)) { digg_digg_generate(); } ?>
For example, below is code that use in this website
<div style=”float:right”>
<?php if(function_exists(’digg_digg_generate’)) { digg_digg_generate(); } ?>
</div>
If you have any idea , please share it to me if you do not mind.
source: mkyong
Related Stuff
Improving security in Wordpress plugins using NoncesUsing a nonce (number used once) is the best way to protect your plugin against a cross-site request forgery (CSRF) hacker-attack. Nonces ...
10 New WordPress PluginsThis plugin enable admin to put up a splash page to show that the site is down for maintenance. Come with a timer to tell how long the site ...
WordPress Forums Plugins To Build CommunityGrowing your blog beyond publishing can be done quite easily by using WordPress Forums Plugins. Community growth greatly depends on ongoing ...
5 Annoying WordPress PluginsUsually I attempt to share useful WordPress information but today, I thought we could have some fun with 5 of the most annoying WordPress ...
New releases for jQuery and WordpressThe jQuery Database plugin takes your HTML tables and allows you to write a query against them similar to MS- or mySQL. I haven’t had ...
Be the first ... |Add your comment.
Your Comment ...
Name (required)
Email (required, hidden)
Website
