Hi there.
Is there a way to make the ‘Share’ button display a translation of this word (share)?
I use this plugin and it works fine, just one thing.
When a teacher makes a post it will be published private, then the principal checks the text an add’s or delete something before she publish the post public. the problem is when you then share the post it will give you the text from the first post without the additional text.
somebody some advice to get rid of this “problem”?
]]>Hi
I’ve installed the plugin and got it up and running showing the like button using Open Graph on all blog posts.
I’d like to know, if there is something I have to do to include a thumbnail from the post includeded with the share comment? At the moment, the space reserved for a thumbnail is just blank.
Thanks for an otherwise great plugin!
]]>The Shortcode doesn’t parse, and in settings the Shortcode setting won’t stay selected. I found a typo in the code (I think it said fm_where instead of fb_where at one point). Fixing that allowed me to select Shortcode, but it still won’t parse.
]]>Using latest version of WP, all posts have one image, when clicking “Like” button, the post thumb is not current, it shows a very old post thumbnail. How to fix this, so it shows thumbnail from current post?
]]>How can I get the like’s etc to a particular Facebook Page, not my own personal profile?
]]>hi
Could anyone please tell me that how to Get the response of “Share Link” button from facebook sharing feed window while using this link?
<a href=https://www.facebook.com/sharer.php?u=%27url to share'&t='title of content' />
So that is someone shared the link successfully then i can do some action.
Thanks!
]]>Unfortunately, this plug in has stopped working. ?? It was great — please fix it!
Right now, I’m going to disable it because it looks really unprofessional and neglected on my blog.
What happens is that a giant white rectangle shows up where the widget should be — I can see my FB profile photo thumbnail, but then just a giant white box — and it’s blocking my footer, or other blog posts… so… ?? sad! Please fix it!!
]]>Plugin is broken – additional text appears – and no comments or resolution from the author in over a year.
Word Press should take this plugin down.
]]>Plugin causes many validation errors for duplicated IDs.
Could you fix this?
]]>At my site the sharebutton started to show “Share” in clear text to the left of the button in WP3.4.1.
]]>All of a sudden the number of shares, displayed above the Share button, at the bottom of each post, is showing zero on all of my articles. How can I fix that?
]]>Out of the blue, my Facebook “Share” button turned into just the word “share” all over my site.
I researched support threads and tried changing API Open Graph setting to “Like.” I then added the “Send” button to that. No matter how I adjust it, it looks worse than before this happened.
Do you have a solution for my text-only “Share” issue? I know others have had the same issue. I just want it back to the way it was.
(Note: I updated WordPress to the current version before this happened. Not sure if it’s related.)
]]>I run a site with SSL.
I’m not getting my padlock and have detected the problem originating with this plugin. I need to ensure that calls to facebook are to the https address but I’m unable to edit the code to enable it.
Is there a way for me to fix this or am I missing a simple way of enabling it?
]]>Hi,
This is a great plugin. However, it has conflicts with the new facebook comments. When this plugin is enabled, the facebook comments don’t show. I suspect about the conflicting old javascript.
But I guess I can’t expect more since facebook share is not supported anymore, based from facebook.com.
Thanks anyway ??
]]>I’m using Tweet button and Facebook share. When sharing blog post with FB share the description field is messed up.
It says in the description field: “Title Released 1.6.2012, Writer Admin TweetShare” and then the post like it should but how can I remove the first part?
Topic and url in share is like it should be.
Also, how can I make counter box to look good in black background? The down pointing part is not looking right, if you get what I mean. ??
Thanks any way for the good plugin!
]]>Hello,
I discover this plugin and like the approach.
The Share button in the post section is a great (even if i would have set the counter optional).
However the word “Share” appears in the excerpt on my homepage.
Reading other post about his problem, i set the plugin to work with the Open Graph API. It solved the problem, BUT the display is changed too.
Instead of the Share button, i have a “Like” button and i added a “Send” button. I missed the previous Share button and i think it was better. Anyway to get it back in the next version ?
]]>The Shortcode doesn’t parse, and in settings the Shortcode setting won’t stay selected. I found a typo in the code (I think it said fm_where instead of fb_where at one point). Fixing that allowed me to select Shortcode, but it still won’t parse.
]]>Please turn on the following in your wp-config.php file when working on your plugin:
define('WP_DEBUG', true);
I’m getting a lot of errors as soon as it’s activated, including that rss.php is deprecated.
]]>I select the shortcode option on this plugin and hit save. When the screen refreshes the shortcode selection is changed back to the before option and the button and the text [fbshare] appear at the top of the page.
]]>The button still works to link to facebook, but the counter does not display.
Also, although I changed the subtitle of my blog several months ago, facebook share still pulls the old subtitle. This is rather annoying and I end up copying and pasting the new subtitle into the share page each time.
Hi,
You have probably noticed that the plugin’s count data is lost the past days. although it was working perfectly before. I am not sure but I guess it happened due to the upgrade to the 3.2 wordpress (using 3.2.1 now)
It would be really nice if you could fix it.
Cheers
]]>All share data and analytics for this plug-in have disappeared. First, it was sporadically showing data over the last few days, and today it’s completely gone.
]]>Hi there,
Ive installed this plugin on my website and when I click the share button, it wont show a decent title, description or photo when I want to share it to facebook.
Here is my site: https://www.zurc.nl
The share button is below the post.
Can anyone explain to me how I can add a title, description and photo to the facebook share box for all my posts?
Thanks.
Nick
]]>I installed the program and yet when I ‘share’ the story the counter shows 1. However, if you reload the page – the counter disappears. Other plugins I have installed for twitter and google buzz correctly hold the counter after reload. Please fix.
]]>Fixes for the stats:
First row not showing properly:
Adjust row 153 from:
$url = 'https://api.facebook.com/restserver.php?method=links.getStats&urls="'.$urls.'"';
to
$url = 'https://api.facebook.com/restserver.php?method=links.getStats&urls='.$urls.'';
Footer showing on top:
Adjust row 103 from:
$get_analytics = fb_read_analytics($urls);
}
to:
$get_analytics = fb_read_analytics($urls);
echo "</table>";
}
Showing pages and posts:
Adjust row 88 from:
query_posts('posts_per_page=30');
To:
query_posts( 'post_type=post&posts_per_page=-1&orderby=title&order=ASC');
Adjust row 102 from:
wp_reset_query();
To:
wp_reset_query();
query_posts( 'post_type=page&posts_per_page=-1&orderby=title&order=ASC');
//The Loop
if ( have_posts() ) : while ( have_posts() ) : the_post();
if (get_post_status($post->ID) == 'publish') {
$urls .= get_permalink().",";
}
endwhile; endif;
]]>
Broken in 3.1.3, which granted is in beta, but also broke in 3.1.2. Always the same issue of it closing the </head> which causes all sorts of nasty issues on your website. Why on earth would you program that into the plugin… use wordpress enqueue and register functions for the love of god!
]]>If I want to add the share button on a “index” page -like an archive-, that page won’t validate w3c, ’cause id “fb_share_1” appears more than one time.
I solved modifying the plugin, adding _’.$post->ID.’ to the id.
!!! edit: the parser parsed the links, code changed – the essential !!!
Search:
id="fb_share_1"
Replace with:
id="fb_share_1_'.$post->ID.'"
actually I’m managing “fb:” meta tags with my theme, and this plugin create other meta tags which override (coming before) my behaviour.
I disable them modifying the plugin.
Search: function fb_share_meta_header()
{
and replace with: function fb_share_meta_header()
{ return true; // break;
I don’t like this solution, I guess an option to disable that behaviour from plugin settings..
]]>Hey all,
I have a question. I use this plugin to give the opurtunity to share my content on facebook. However it is not clear to me how the plugin count the share numbers. One of my articles has 103 number of shares but that article was visited only by 50 unique visitors and has 118 pageviews. If one visitor click the button 10 times it is counted once or 10?
Thanks