Example - Source code

The code snippets can be really long in some cases. Put them into your Beyond app and let your visitors display the certain part of a code when they need it.

<script>
    (function(d) {
        var s = d.createElement('script');
        s.src = 'https://cdn.getbeyond.io/beyond-embed.min.js';
        d.getElementsByTagName('head')[0].appendChild(s);
    }(document));
</script>

With this piece of code you'll install the Beyond app to your website. Easy peasy!

Was this article helpful?: