How to integrate the content locker onto your website.
Written by Ben
Once you have created a content locker, you can click on your newly created locker in the table to bring up the menu. From the menu click on View Details
.
From here, you'll find the integration options.
If you would like to integrate the content locker on your site to overlay on top of your content you should use the javascript code.
First, you need to paste the javascript code in the <head>
of your page.
If your locker load method is "On Load" method your integration is complete.
If you have chosen the "JavaScript" load method you need to add the javascript function og_load();
to your website. Typically this is called on a button or link.
Example:
<button onclick="og_load()">Click me</button>
We also provide you a direct link to the content locker. You can send traffic directly to this link or integrate this link in a button on your site.
Example:
<a href="https://lockedapp.org/cl/i/qkpro3">Click me</a>