Comments Widget

The Comments plugin lets people comment on content on your site using their Sharesome account. If people wish to they can share this activity to their friends in News Feed as well. It also contains built-in moderation tools and special social relevance ranking.


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

<div id="pf-comment"></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.