Adding javascript to a single page
-
Hi guys, how to add javascript to a single page of my website?
Here is the script
========
<!– BEGIN JIVOSITE CODE {literal} –>
<script type=’text/javascript’>
(function(){ var widget_id = ‘XXXXXXXXX’;
var s = document.createElement(‘script’); s.type = ‘text/javascript’; s.async = true; s.src = ‘//code.jivosite.com/script/widget/’+widget_id; var ss = document.getElementsByTagName(‘script’)[0]; ss.parentNode.insertBefore(s, ss);})();</script>
<!– {/literal} END JIVOSITE CODE –>========
Here is page – https://www.coma.lv/wordpress-website-development/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Adding javascript to a single page’ is closed to new replies.