Skip to content

Instantly share code, notes, and snippets.

@gohluke
Last active February 27, 2019 02:28
Show Gist options
  • Save gohluke/321e3c81684a9e186266a8e366e46c9f to your computer and use it in GitHub Desktop.
Save gohluke/321e3c81684a9e186266a8e366e46c9f to your computer and use it in GitHub Desktop.
Integrating Vidy
<script src="https://unpkg.com/@vidy/embed/dist/embed.min.js"></script>
<script>
let vidy = new Vidy({
appid: '2199e8c8-abcd-efgh-a123-d463129790c5', // Your APP ID
postid: location.pathname, //=> eg "hello-world"
content: '#article',
autoload: true
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment