So you want to integrate a Digg This button on your wordpress powered blog huh ? You might have seen most of the bloggers integrate a digg button right in their posts like the one. Digg it if you like it !
Isn’t integrating it beside all the posts as simple as this
<script type="text/javascript"> digg_url = 'WEBSITE_URL'; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script>
Well if you are using the above code on yout index.php file then forget about it working because it will digg your homepage URL. But what if you want to integrate a digg button of each of your posts right on your homepage ?
Try this..
<pre class=”javascript” name=”code”><script type=”text/javascript”>
digg_url = ”;
</script>
<script src=”http://digg.com/tools/diggthis.js” type=”text/javascript”></script></pre>
I haven’t checked the above code, but I am pretty positive it will work. If it doesn’t work for you then please let me know
Related posts:
