Skip to content

Instantly share code, notes, and snippets.

View gohluke's full-sized avatar

Luke Goh gohluke

View GitHub Profile
@gohluke
gohluke / get-started.html
Last active February 27, 2019 02:28
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>