Hi,
I use this plugin for a few months and I find it a very good and an easy plugin. After I’ve posted my message then I can directly post to facebook etc.
But lately I don’t get the right image on my facebook. Always when I post then I put an image and text. Always when i use the plugin it lets me choose which image I want to use.
But with a few post it don’t comes or when he comes then he disappears after 5 min and then come something else in the place.
I hope I have been able to clearly explain because I can’t find the problem.
Regards,
Eddy4live
The Netherlands.
https://www.ads-software.com/extend/plugins/simple-social-sharing-widgets-icons-updated/
]]>Hi, is there any way to remove the number next to Tweet icon & Google+ icon ?
I know this will involve some coding on the plugin core, but can someone show me how?
Any help would very appreciate.
Thanks
https://www.ads-software.com/extend/plugins/simple-social-sharing-widgets-icons-updated/
]]>Simple Social Sharing widget icons Not working with wordpress 3.4.
We Need New Update.
https://www.ads-software.com/extend/plugins/simple-social-sharing-widgets-icons-updated/
]]>Hey, I added LinkedIn to the plugin, here’s my full modified code from simple-social.php:
Also, I added the WP-PHP widget plugin and entered:
<?php echo simple-social(); ?>
so now I have it in a widget. I’m sure I could have created a registered widget too.
Just figured I’d share so that you could add it to the next release.
You can see the widget here: https://www.pollenbrands.com/eco-branding-website-smackdown-apple-vs-windows/
]]>Unfortunately this slows the speed of your site down. the code they use for facebook adds 5 seconds onto the page load time.
https://www.ads-software.com/extend/plugins/simple-social-sharing-widgets-icons-updated/
]]>How can I prevent the buttons from appearing after a custom post type?
https://www.ads-software.com/extend/plugins/simple-social-sharing-widgets-icons-updated/
]]>Hi,
Can you please add LinkedIn to the options? It’s fairly easy…
to simple-social.php, just add:
// LinkedIn Button
if(get_option(‘ss_linkedin’,’1′)){
$simplesocialcontent .= ‘<a onclick=”return simplesocial(this,570,520)” class=simplesocial title=”LinkedIn” style=”background:url(‘.$simplesocial_dir.’linkedin.png)”
href=”https://www.linkedin.com/shareArticle?mini=true&url=’.$simplesocial_enclink.’&title=’.$simplesocial_title.'”>’;
}
and change this line from:
function simple_social_options(){
$simple_social_icons = array(‘twitterwidget’,’facebookwidget’,’googlepluswidget’,’facebook’,’twitter’,’email’,’blogger’,’delicious’,’digg’,’google’,’myspace’,’stumbleupon’,’yahoo’,’reddit’,’technorati’,’rss’);
to:
function simple_social_options(){
$simple_social_icons = array(‘twitterwidget’,’facebookwidget’,’googlepluswidget’,’facebook’,’twitter’,’linkedin’,’email’,’blogger’,’delicious’,’digg’,’google’,’myspace’,’stumbleupon’,’yahoo’,’reddit’,’technorati’,’rss’);
Also need to add the linkedin png images to the icons directory.
16- https://img214.imageshack.us/img214/9694/linkedinu.png
32- https://img249.imageshack.us/img249/9694/linkedinu.png
Thanks ??
https://www.ads-software.com/extend/plugins/simple-social-sharing-widgets-icons-updated/
]]>This plugin is great but in a day and age where WP is used as a CMS this plugin does nothing for pages, only posts. Too bad.
https://www.ads-software.com/extend/plugins/simple-social-sharing-widgets-icons-updated/
]]>Hi, I just uploaded the plug-in to my blog site however it doesn’t seem to be working. Uploaded it to the correct location in my directory, I see it in my blog admin plugin setting page, and I have activated it. But when I go to the settings, I see broken links for the icons and I do not see it on my website.
Can anyone help me with this?
Thanks for any suggestions in advance!
https://www.ads-software.com/extend/plugins/simple-social-sharing-widgets-icons-updated/
]]>Hi,
Just wondering if there is a manual way to put it on my blog homepage? if yes how?
Thank you for your help
https://www.ads-software.com/extend/plugins/simple-social-sharing-widgets-icons-updated/
]]>This plugin seems to work well. I have edited it on the site I have used it on though as I only wanted share buttons to appear on single posts and pages – ie not on the homepage or archives, i also excluded certain pages that were not appropriate to be shared on the site such as the contact page. my changes were hardcoded in the plugin as I do not think the requirements for the site will change, but maybe other users would find additional options useful without making the plugin bloated?
If feature suggestions are being considered, I think a great addition would be the ability to set which pages the buttons are to appear on – various options can be checked (home / pages / single posts / archives etc ) and if pages is checked, maybe there could be a input for a list of pages to be excluded.
https://www.ads-software.com/extend/plugins/simple-social-sharing-widgets-icons-updated/
]]>