Hi,
Is it possible to translate the labels?
I wuold like to change share—> Condividi
Is it possible?
Facebook does not appear in the floating share bar. Any help is appreciated. My site link is: https://www.hitechdigitallifestyle.com
]]>Hi. Searching for a social sharer that doesn’t leave cookies. Does your plugin leave any? Thank you
]]>just an fyi…
when i validate the plugin demo page, a lot of errors are found – the actual number may be less if the errors are cascading
https://tinyurl.com/q7lpvau
I received the following error after updating from 7.0 to 10.0:
Cannot redeclare class mobile_detect in … on line 26
Is this known and how can I fix it?
Thanks!
]]>Hey,
I just found out that the problem is this line:
add_filter('the_content', 'tfw_generate', 90000000000);
Unfortunately instead of creating a very big priority, the number is interpreted as a float, and creates a key with the negative value. This causes your plugin to output the code first instead of last and it’s broken by the parser.
I suggest changing it to:
add_filter(‘the_content’, ‘tfw_generate’, PHP_INT_MAX);
Best
]]>Hi,
Plugin is working fine for simple post sharing.
But , when i shared a post from my custom post type posts, it shares it’s thumbnail image and post title correctly, but don’t share this posts content. it picks a random content from somewhere at post or page and shares to facebook.
Please tell me why this is happening like this.
Thanks n regards,
Yash
]]>Using this plugin causes the WooCommerce add to “Add to shopping cart” button to disappear. So I have had to remove it.
]]>am I missing something? Is the graphic now sized strictly in the CSS? There is no longer an option to choose a smaller graphic?
]]>I am using APC opcode caching and the latest changes to this plugin don’t seem to be compatible. I wanted to using the floating widget. I have had to disable this plugin until I can determine if this is really an issue with this latest update. It is possible that it is coincidental that my site was down after I installed the update. I did clear the cache but it was not until I deactivated the plugin did my site come back.
Your thoughts are appreciated.
It is not compatible with wp 3.5 ? any update coming?
]]>Having some problems when I try using the WOW slider. Slides dont work and when I disable the Socializer plugin, everything works again.
I couldnt find an option to disable the buttons per post/page.
Many social plugins do have it (like Sexybookmarks or trackable social buttons).
Is it there, and if not, any plans to have that option?