Skip to content

Instantly share code, notes, and snippets.

@SebastianStehle
Created November 11, 2022 18:53
Show Gist options
  • Save SebastianStehle/fb77954a89d46e9d8547ad79bb526586 to your computer and use it in GitHub Desktop.
Save SebastianStehle/fb77954a89d46e9d8547ad79bb526586 to your computer and use it in GitHub Desktop.
<script src="https://YOUR_DOMAIN/notifo-sdk.js"></script>
<script<script>
var notifo = notifo || [];
// YOUR CODE here.
notifo.push(['init', {
userToken: 'YOUR_USER_API_KEY'
});
</script>
<div id="notifo-button"></div>
<script>
notifo.push(['show-notifications', 'notifo-button', { style: 'notifo' }]);
</script>
<div id="topic-button"></div>
<script>
notifo.push(['show-topic', 'topic-button', 'news/general', { style: 'heart' }]);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment