Easy implementation
To implement Beyond you don't have to be rocket engineer. You simply paste a short snippet of code to your website and that's it. You can instantly make your website cleaner, well-arranged... better!
Paste this code before the ending <body>
tag
<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>
And add data-beyond
attribute to all relevant links.
<a href="https://help.beyondpage.info/s/cr" data-beyond title="Easy implemented link">Easy implementation</a>
And that's it :)