-
Tuesday, 26 Feb 2008 at 5:09 pm 1 Comment
Categories: Social Media
Tags: Digg, Social Bookmarking
Look at the Digg button on the left. It’s quite simple to install this Digg/Submit button to your blog post or web page.
You can get the complete instructions at http://digg.com/tools/integrate
And I will show you here how I did it with this Wordpress MU/Prologue Modified theme.
Add this to the style.css
#widget_digg { float:left; margin:13px 5px 2px 0; }Modify the file single.php
<div id="widget_digg"> <script type="text/javascript" src="http://digg.com/tools/diggthis.js"> </script> </div> <?php the_content( __( '[More...]' ) ); ?>If you like what you read, why not...
Related entries...
- Social Bookmarking Widget
After a couple hours of hacking with JavaScript, I finally created... - Persuasive Headlines
Found this interesting blog post by Trevor Crook at Digg. I... - What is HubScore?
I was asked several times yesterday, "What is the number beside... - TextEdit Word Count with Automator
I have been searching high and low for a TextEdit word... - No Ban on Aesthetic Treatments
According to the report in The Straits Times, there is no...
- Social Bookmarking Widget

29 Feb 2008 @ 1:26 am
Social Bookmarking Widget says
[...] the source codes above, you can see that I placed the bookmarking widget after the Digg It Submit Button. I think this layout looks pretty [...]