Overview:
Add a “Digg This” button to your post.
Features:
- Generate perfectly valid XHTML code
- Deactivating the plugin will not break your site!
Requirements:
- WordPress 1.5 or above
Installing
- Download Digg Integrate from WordPress Extend.
- Extract and upload the contents of the
digg-integrate.ziptowp-content/plugins/folder. You get a folder calleddigg-integrate. - Activate the Plugin in WP-Admin.
- Use the button (digg) in the quicktag toolbar to insert the code.
- If you are using the WYSIWYG, you will have to add the code manually or use the Code tab. You can add
<!--digg-->where you want to display the button. For correct XHTML, make sure that the code is added on a new line.
Customizing:
Add the following code to the style.css to your theme.
/* Digg Button */
.diggbutton {
float: right;
margin: 10px;
}
This will cause the displayed “Digg This” button to be floated to the right.
ChangeLog:
- 1.0 – Release
Downloads
Current Version is 1.0
Support the Development
I’ve spent a good deal of time and money developing and maintaining the plugin. If you like the plugin and find it useful and would like to donate something for my work please do click the Paypal Donate button below. The payment is secure. I haven’t filled in any amount. Feel free to donate what you please. Any amount is welcome. Thank you
License
All files and their contents are licensed under the GNU General Public License (GPL).
Questions or Bugs
If you have any questions or would like to report any bugs then please use the support forum.
Home






This is hot. Thank you.
Liking that I can use the Digg This button when I choose so, so simply.
Very useful plugin. Thanks sharing.
I am using WP 2.6.2 and nothing shows up in the post when I add the digg button. I used the quicktags button to add it, so I know it’s put in there properly.
Tried going to the support forums but I am getting a 500 internal server error.
Can you provide me a link to the post where you have this?
I’m working on getting the Support Forums up and running.
Ajay, it’s here: http://focusorganic.com/leaner-greener-apple-macbooks/
I checked the source and the tag inserted for the Digg badge shows.
I don’t use the WYSIWYG editor.
I think I figured out the problem. It appears to be because you have the WYSIWYG disabled.
Can you try changing the code to
<p><!--digg--></p>No luck. I just tried deactivating all plugins except Digg Integrate in case it was a plugin interaction issue… no luck with that either. Definitely strange.
Oops, you edited your comment!
That made it work! Can I edit to make it show the compact Digg button by chance?
Sorry about the comment edit.
I’ve not integrated the code for the compact Digg button.
I’ll try and work on more options for the button. And I think I may be able to solve the problem when the WYSIWYG is off.