I’ve just seen that in the same bar where the others share buttons appear (Facebook, Twitter, G+), now there is a Sumome button that cannot be removed (at least that I can see).
Here is an example of what I mean: https://masdecibelios.es/mumford-sons-wilder-mind/
As you see, there is this Sumome button just on the right side of the share bar.
Here is the link to a screenshot I took to show it clearly: https://masdecibelios.es/wp-content/uploads/2015/05/screenshot-sumome.jpg
Do you know why it could be caused?
Thank you very much!
https://www.ads-software.com/plugins/wordpress-social-ring/
]]>Everything is in the title, I would like to add WooCommerce product page support. Should I put a filter somewhere ?
Thanks for your help,
Regards,
redvivi
https://www.ads-software.com/plugins/wordpress-social-ring/
]]>It shows up in the source code but is not displaying on the page.
Code being used in woocommerce:
<?php do_action('woocommerce_share'); // Sharing plugins can hook into here ?>
<div class="social">
<?php if(function_exists('social_ring_show')){ social_ring_show();} ?>
</div>
Source being output:
<!-- Social Ring Buttons Start --><div class="social-ring">
<div class="social-ring-button"><fb:like href="https://shop.resourcedist.com/shop/riviera-skateboards-kody-noble-pro-model-zia-stick-skateboard-complete/" showfaces="false" layout="button_count" action="like"></fb:like></div>
<div class="social-ring-button"><a rel="nofollow" href="https://twitter.com/share" lang="en" data-url="https://shop.resourcedist.com/shop/riviera-skateboards-kody-noble-pro-model-zia-stick-skateboard-complete/" data-text="Riviera Skateboards Kody Noble Pro Model Zia Stick Skateboard Complete" data-count="horizontal" class="sr-twitter-button twitter-share-button"></a></div>
<div class="social-ring-button"><div class="g-plusone" data-href="https://shop.resourcedist.com/shop/riviera-skateboards-kody-noble-pro-model-zia-stick-skateboard-complete/" data-size="medium" ></div></div>
<div class="social-ring-button"><su:badge layout="1"></su:badge></div>
</div><!-- Social Ring Buttons End -->
But yet nothing showing up on the page.
https://www.ads-software.com/plugins/wordpress-social-ring/
]]>Thanks!
https://www.ads-software.com/plugins/wordpress-social-ring/
]]>I am using this plugin only through the social_ring_show() function:
<?php if(function_exists(‘social_ring_show’)) { social_ring_show();} ?>
I use social ring i both posts and in archive listings.
This worked fine in version 1.2.10. When I updated the plugin to 1.2.13 it ceased to work. I think it has something to do with javascript tags not being injected.
How can I get the javascript tags back in? And I only want them once?
Sincerely and thanks in advance!
/Thomas
https://www.ads-software.com/plugins/wordpress-social-ring/
]]>Hi I have found a problem, cause by facebook’s all.js returning this to the console:
FB.getLoginStatus() called before calling FB.init().
This is most likely because you aren’t loading the SDK asnchronously.
Can I suggest you try replacing
<div id="fb-root"></div><script src="https://connect.facebook.net/<?php echo $this->options['facebook_language']; ?>/all.js#xfbml=1"></script>
in library.php (function add_footer_js()) with
<div id="fb-root"></div><script type="text/javascript">
FB.init({
appId : 'YOUR APP ID',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true, // parse XFBML
oauth : true
});
// Load the SDK Asynchronously
(function(d){
var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = \"//connect.facebook.net/<?php echo $this->options['facebook_language']; ?>/all.js#xfbml=1\";
ref.parentNode.insertBefore(js, ref);
}(document));
</script>
I would like to have done this myself but I cannot find an app ID anywhere.
Also, in function add_footer_js(), you should only load the scripts that are necessary – using
if($this->options['social_X_button'] == 1) {
//load script
}
Thanks in advance,
Billy
P.S please try and get back to me asap, thanks
https://www.ads-software.com/extend/plugins/wordpress-social-ring/
]]>When I try to save the settings, “After the Content” disappear.
Could someone help me, please?
I have the last version of the plugin: 1.2.0 .
thanks
Matteo
https://www.ads-software.com/extend/plugins/wordpress-social-ring/
]]>and it has a feature that allows the customized placement of social buttons.
and the instruction goes like
“Custom position
You can give Social buttons a custom position by calling this function in your theme.
<?php if(function_exists(‘social_ring_show’)){ social_ring_show();} ?>
Pay Attention: it must called inside the loop to work properly!”
I want to put the social buttons (twitter & facebook) below the about section on the front page of my website https://dayforfailure.com/
and when I copy and paste it as the following, the buttons do not line up.
<h2 class="about_text">About</h2>
<p id="front-text"><b>Day for Failure</b> is an international campaign that brings together people to share failure stories and lessons. Our goal is to build a new culture of failure. As the first step to achieve our vision, we will celebrate failure. It means we learn to admit failure and get the most out of failure. <a href="/about/"><span style="font-weight:bold;text-decoration:underline;">Learn More</span><br> <?php if(function_exists('social_ring_show')){ social_ring_show();} ?>
</p>
</div>
I want it to look like this https://www.charitywater.org/ (front page, below Mission section)
Could you help?
]]>Does anyone know what might cause an “Access denied” to appear when trying to use the Pinterest button?
Thanks,
A
https://www.ads-software.com/extend/plugins/wordpress-social-ring/
]]>But I would really like to be able to customize the title and description.
https://www.ads-software.com/extend/plugins/wordpress-social-ring/
]]>