insert script for our flipbook
-
I am new to wordpress.
I want to insert this script:
——————————————————————-
<script type=”text/javascript” src=”https://viewer.zmags.com/js/tinyCatalog.js”></script>
<script>
var mag = new TinyCatalog(130636, “Omaha Magazine Jan Feb 2009 – Best of Omaha”);
mag.setBackgroundColor(“#FFFFFF”);
mag.setSize(260, 168);// Change line below to link to an url
// mag.setLaunchURL(“https://www.dom.tld”);
// mag.setTarget(“_self”);
mag.draw();
</script>
——————————————————————-
but I am not sure how.The above script puts a box on my page that show a flipbook and links to the full flip version.
Here is an example of the script in action:
https://readonlinenow.com/Can someone please tell me how to insert the a script into my wordpress pages?
Thank you,
Tyler
- The topic ‘insert script for our flipbook’ is closed to new replies.