Skip to content

Instantly share code, notes, and snippets.

@Gizmotronn
Created August 22, 2019 05:57
Show Gist options
  • Save Gizmotronn/32f74a534582c6ee297fbdc26520784f to your computer and use it in GitHub Desktop.
Save Gizmotronn/32f74a534582c6ee297fbdc26520784f to your computer and use it in GitHub Desktop.
Comment system for ACORD Network
<div id="graphcomment"></div>
<script type="text/javascript">
/* - - - CONFIGURATION VARIABLES - - - */
// make sure the id is yours
window.gc_params = {
graphcomment_id: 'ACORD',
// if your website has a fixed header, indicate it's height in pixels
fixed_header_height: 0,
};
/* - - - DON'T EDIT BELOW THIS LINE - - - */
(function() {
var gc = document.createElement('script'); gc.type = 'text/javascript'; gc.async = true;
gc.src = 'https://graphcomment.com/js/integration.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(gc);
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment