| View previous topic :: View next topic |
| Author |
Message |
glytch Level 1

Joined: 30 Aug 2007 Posts: 2
|
Posted: Thu Aug 30, 2007 6:36 am Post subject: digg button only appears on one post |
|
|
I have the digg this button installed and it works on a post that has been dugg but another post I made recently about a [url=http://www.fiddyp.co.uk/2007/08/26/someone-stole-my-face/]widget[/url] I made has been dugg but the button doesn't show.
I am using a sandbox type template, here's the singlepost php..
[code:1]<?php get_header() ?>
<div id="container">
<div id="content">
<?php the_post(); ?>
<div id="nav-above" class="navigation">
<div class="nav-previous"><?php previous_post_link('<span class="meta-nav">«</span> %link') ?></div>
<div class="nav-next"><?php next_post_link('%link <span class="meta-nav">»</span>') ?></div>
</div>
<div id="post-<?php the_ID(); ?>" class="<?php sandbox_post_class(); ?>">
<h2 class="entry-title"><?php the_title(); ?></h2>
<div class="entry-content">
<div style="float:right" width="50px"><?php digg_this_button(); ?></div>
<?php the_content(''.__('Read More <span class="meta-nav">»</span>', 'sandbox').''); ?>
<?php link_pages("\t\t\t\t\t<div class='page-link'>".__('Pages: ', 'sandbox'), "</div>\n", 'number'); ?>
</div>
<div class="entry-meta"><?php if (function_exists('wp_notable')) wp_notable(); ?> <a href="http://www.stumbleupon.com/submit?url=<?php the_permalink(); ?>&title=<?php the_title(); ?>"><img src="http://www.fiddyp.co.uk/icon_su.gif"> Stumble it!</a><br>[/code:1]
any idea why it's not showing on the latest post but not on the old one?
Andy |
|
| Back to top |
|
 |
Aviran Site Admin


Joined: 03 Sep 2004 Posts: 416
|
Posted: Fri Aug 31, 2007 3:35 am Post subject: Re: digg button only appears on one post |
|
|
Tis happens because the way the digg this plugin works. The only way for the digg this to identify that your story has been dugg is by identifying traffic coming from Digg.com to your site. Only after someone comes to your post from the digg submition (not the incoming page but the actual story page) only then the plugin can identify that your story is dugg and the button will appear.
Note that if the user has a firewall that blockes the referrer the plugin will not recognize the dugg story. Only users that do not block the referrer can trigger the plugin. |
|
| Back to top |
|
 |
glytch Level 1

Joined: 30 Aug 2007 Posts: 2
|
Posted: Fri Aug 31, 2007 4:22 am Post subject: Re: digg button only appears on one post |
|
|
thanks!
it actually popped up after a few hours, the next post I did that got dugg got the button immediately so i guess I was a little impatient
thanks for the response and plugin!
Andy |
|
| Back to top |
|
 |
|