Widget
basic WHAT IS LINKGUA SEMANTIC WIDGET?
Linkgua Semantic Widget is a set of frontend layouts that brings to the
publishers the possibility to add a new capability to their content. Web and app
developers will be able to create a better user experience through have that media content
on its webs.
Feel free to use our widget code, or download it from Github.
Demo
How can I add Widget on my web?
You will only have to add this code at the end of yout webpage code. The widget will add automatically links to your content inside the css selector:
<script>
window.lksConfig = {
key : ':yourKey',
token : ':yourToken'
};
(function(l,i,n,k,g,u,a){
a=l.createElement(i); a.type ='text/javascript'; a.async=1;
a.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + n; g = l.getElementsByTagName(i)[0]; g.parentNode.insertBefore(a,g)
})(document,'script','www.linkgua-books.com/widget/video/lks-video-plugin.min.js');
</script>