Okay, in my blog, I'm trying to enter Digg widgets for each post. One problem. All the posts say 1 Digg (because I accidently submitted my blog as a whole as well as some posts.) I have a blog post that has 28 Diggs http://digg.com/2008_us_elections/Let_s_Raise_10_Million_Dollars_for_Kucinich But in the post it says 1 Digg. When you click on the link, it takes you to this site: http://digg.com/2008_us_elections/This_is_my_blog_4 The code I have installed in it is: script type="text/javascript"> digg_url = 'http://digg.com/2008_us_elections/Let_s_Raise_10_Million_Dollars_for_Kucinich'; </script> <script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script> What could be causing it to redirect to http://digg.com/2008_us_elections/This_is_my_blog_4 ???? ----- Rep to whoever helps me straighten this out.
On the 1st line, you have wrote... script type="text/javascript"> You have missed out a < at the beginning.
Okay. But that doesn't solve the problem. i mean, the badge shows up but it's not the badge for that post, it's the badge for my blog.