My page shows an error on the digg button, and I'm not sure why. You can see it here:
http://www.susiej.com/?p=104. Also, the digg button only shows up on the archive page, not the home page where the post is showing.
Thanks,
Susie
My page shows an error on the digg button, and I'm not sure why. You can see it here:
http://www.susiej.com/?p=104. Also, the digg button only shows up on the archive page, not the home page where the post is showing.
Thanks,
Susie
Hi Susie. I had the same problem, and in my case it was because I had put in MY url, as opposed to the url of the Digg story.
Hope that helps!
Thanks. I'm not sure what you mean. Do you mean the html code that you paste into the page template? This?
<?php digg_this_button(); ?>
The link to the Digg page you have for it is:
http://digg.com/videos/people/Happy_Birthday_and_enjoy_You_Tube/who
When it should be:
http://digg.com/videos/people/Happy_Birthday_and_enjoy_You_Tube
This is a problem. How to fix it, I don't know. I don't use that plugin.
Which one do you use? I just tried to change the link, and it won't let me.
Thanks,
I would suggest emailing the author of the plugin in that case, and having him help.
Correct me if I'm wrong , but you're using the Digg code, and not a plugin, right?
If that's the Digg code, it needs to be like this:
<script>
digg_url = 'http://digg.com/tech_news/story_name';
</script>
<script src="http://digg.com/api/diggthis.js"></script>
I use this plugin instead, personally:
http://www.aviransplace.com/index.php/digg-this-wordpress-plugin/
And I call it using:
<?php digg_this_button(); ?>
You can see it in action here:
http://babygotmac.com/a/42/
This topic has been closed to new replies.