Skip to content

Instantly share code, notes, and snippets.

@toppa
Forked from mertonium/snippet.html
Last active January 2, 2016 20:49
Show Gist options
  • Save toppa/8359237 to your computer and use it in GitHub Desktop.
Save toppa/8359237 to your computer and use it in GitHub Desktop.
<script data-electnext id="enxt-script" type="text/javascript">
//<![CDATA[
var _enxt = _enxt || [];
_enxt.push(['set_account', 'YOUR_API_KEY']);
_enxt.push(['set_article', 'YOUR_CMS_SPECIFIC_ARTICLE_ID']);
_enxt.push(['setup_featured_perspective']);
(function() {
var enxt = document.createElement('script'); enxt.type = 'text/javascript'; enxt.async = true;
enxt.src = '//versahq.com/api/v1/enxt.js'; var k = document.getElementById('enxt-script');
k.parentNode.insertBefore(enxt, k);
})();
//]]>
</script>
<noscript>Please enable JavaScript to view the <a href="https://versahq.com?utm_source=noscript&utm_medium=richardson_widget" target="_blank">featured perspectives by Versa.</a></noscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment