Shares Widget

The Shares plugin lets people share the content of your site using their Sharesome account.

To add the Shares Widget on your website please edit the following options an the press Get Code button.


Place the code wherever you want the button to appear on your page

<div class="pf-share" data-colorscheme="light"></div>

Include the JavaScript SDK on your page once, ideally right after the opening <body> tag

<script>
  (function(d, s, id) {
    var js, fjs = d.getElementsByTagName(s)[0];
    if (d.getElementById(id)) return;
    js = d.createElement(s); js.id = id;
    js.src = "//sharesome.com/js/sdk.js";
    fjs.parentNode.insertBefore(js, fjs);
  }(document, 'script', 'pornfyre-jssdk'));
</script>
This script works for all the plugins, so you don't need to include it again for Like plugin.