Skip to content

Instantly share code, notes, and snippets.

@sorianog
Created February 1, 2017 05:33
Show Gist options
  • Save sorianog/fc15ce0e99d897624b72aea7636bdb0e to your computer and use it in GitHub Desktop.
Save sorianog/fc15ce0e99d897624b72aea7636bdb0e to your computer and use it in GitHub Desktop.
Livefyre Commenting for a blog powered by Ghost from https://www.ghostforbeginners.com/how-to-enable-comments-on-a-ghost-blog/#livefyre
<!-- START: Livefyre Embed -->
<div id="livefyre-comments"></div>
<script type="text/javascript" src="http://zor.livefyre.com/wjs/v3.0/javascripts/livefyre.js"></script>
<script type="text/javascript">
(function () {
var articleId = fyre.conv.load.makeArticleId(null);
fyre.conv.load({}, [{
el: 'livefyre-comments',
network: "livefyre.com",
siteId: "379401",
articleId: articleId,
signed: false,
collectionMeta: {
articleId: articleId,
url: fyre.conv.load.makeCollectionUrl(),
}
}], function() {});
}());
</script>
<!-- END: Livefyre Embed -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment