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
Digg Digg v1.2
Digg Digg v1.1

Change Log
Digg Digg v1.2 - 05/09/2008 Updated
Add Digg Button Control Display function Setup Screen.
-Display at Home page
-Display at Static page
-Display at Post Page
-Display at Category Page
-Display at Archive Page

Digg Digg v1.1 - 31/07/2008 Updated
Add Setup screen (Setting–>DiggDigg) to let user choose where user want to display Digg button.
1)Append Digg Button with Left Float Content
2)Append Digg Button with Right Float Content
3)Append Digg Button Before Content
4)Append Digg Button After Content

How to Install
Copy Digg Digg plugin folder to wordpress plugin folder and activate it.

How to use

Add Digg button with prefix template
1) After activated, click “setting –> Digg Digg” to access Digg Digg setup screen.
2) Choose how you want Digg button append into WordPress content
3) Control Digg button only display at Home page, Static page, Post Page, Category Page or Archive Page
4) Saved.

Add Digg button to anywhere you like
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="position:absolute; left:650px; top:50px;">
<?php if(function_exists('digg_digg_generate')) { digg_digg_generate(); } ?>
</div>

or

<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.


Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • StumbleUpon
  • SphereIt
  • Reddit
  • Google
  • YahooMyWeb
  • Technorati
  • Spurl
  • Sphinn
  • Mixx
  • connotea
  • BlinkList