Andrew Yates
Forum Replies Created
-
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] your jquery implementation is brokenCould you try using the iFrame integration rather than XFBML and see if that solves your problem?
Thanks
1. We’ll be removing support for the Facebook Share button soon as it has been depreciated and Facebook don’t recommend using it. This will be removed in a forthcoming update and we’ll make sure we fully support the Facebook Send button.
2. How are you adding images to your post? The plugin should grab the post thumbnail attached to your post or the first image uploaded via the image uploader. Knowing more will help me figure out what’s happening here.
3. The Buffer Counter changed and has remained at 1 for me when I Buffered this post… https://justsherpas.com/blog/my-iphone-home-screen/
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Facebook Share Button Disappeared SuddenlyIt looks like Facebook has removed the Share Button completely in favour of the like/send button which is why the button is no longer displaying.
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Pinterest Still not workingHi Dave
Would you be able to just check whether this fixes your issue?
Just copy the source from https://gist.github.com/4293c383b5c501021a4e into dd-class.php which is located in wp-content/plugins/digg-digg/include/, please make a backup beforehand so you can easily roll it back.
Let me know how you get on.
Thanks
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Pinterest Still not workingI’ll see if I can get something done shortly. ?? Keep an eye on those updates. I’ll try and post back here also.
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Pinterest Still not workingHi Dave
The current version will try and use a post thumbnail if available. If one isn’t it will grab the first image that was attached to the post through WordPress’ Image Upload. Because they are external Digg Digg isn’t picking them up. I’ll see if I can add one last rule to the button to select the first image src from the content if post thumbnails or attachments don’t exist.
Till then you could attach the desired image and not insert it into the copy of the post. Digg Digg should then pick it up.
Thanks
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Url Shortener doesn't WorkHi Both
This is for TweetMeme itself and not Twitter. Are you both using TweetMeme and seeing this issue?
Thanks
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Pinterest Still not workingHi Dave
Does your theme use Post Thumbnails at all? Could you send me a link to your site so I can see the code Digg Digg is generating for your Pinterest buttons?
Thanks
Aspired Muse, I can see the Facebook Like button on your site? Have you changed anything or are you still unable to see it. Let me know what browser you are using and i’ll check that also.
Kevin, do you have a link I can take a look at?
Thanks
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Plugin prevents WordPress Mobile App workingHi honeytonal
I’ll take a look at this. What platform are you using the mobile app?
Thanks
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] would like support for scoop.itThanks for your suggestion. We’ll bare it in mind for future updates.
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Customize Floating DisplayYou can overwrite the CSS Digg Digg uses by including CSS to change #dd_ajax_float in your own CSS file. Make sure this is included after Digg Digg’s CSS file.
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] How can I addHi Lola
Do you a link I can take a look at?
Thanks
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Floating bar not consistant y positionHave you got lazy load on for LinkedIn? If so can you try disabling it?
Thanks
Forum: Plugins
In reply to: [Digg Digg] [Plugin: Digg Digg] Floating bar not consistant y positionIf you want to fix it by editing the plugin find line 342 of digg-digg.php which reads…
$dd_start_anchor = '<a id="dd_start"></a>';
And remove the contents of that so it’s just…
$dd_start_anchor = '';
Then add the following to your theme files just above the post thumbnail.
<a id="dd_start"></a>
Warning: You’ll have to do this for each update of Digg Digg while this remains an issue.