Viewing 3 replies - 1 through 3 (of 3 total)
  • Great plugin. I would suggest you to add shortcode for including buttons on any place we want.

    Thread Starter xradar

    (@xradar)

    It’s possible, maybe in next release.

    At the moment, how would I include my own button for stumbleupon?

    I placed this in the <head> :

    <script type="text/javascript">
      (function() {
        var li = document.createElement('script'); li.type = 'text/javascript'; li.async = true;
        li.src = ('https:' == document.location.protocol ? 'https:' : 'http:') + '//platform.stumbleupon.com/1/widgets.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(li, s);
      })();
    </script>

    And I just need to place this <su:badge layout="1"></su:badge> somewhere in the plugin.

    Is that possible?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Simple Social Buttons] Pinterest added to SSB!’ is closed to new replies.