Skip to content

Instantly share code, notes, and snippets.

@sumbad
Created April 15, 2017 07:35
Show Gist options
  • Save sumbad/2e1c7d75f3554802bf60d12abf7790bc to your computer and use it in GitHub Desktop.
Save sumbad/2e1c7d75f3554802bf60d12abf7790bc to your computer and use it in GitHub Desktop.
<html>
<template>
<div id="share-buttons">
<a href="#">Facebook</a>
<a href="#">Twitter</a>
</div>
</template>
<script>
(function() {
...
document.registerElement('share-buttons', { prototype: MyCustomElement });
});
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment