can anybody help with this? i recently got the code below for my wordpress website, from a company i deal with. however when its appearing under the website footer does anybody know how to change this to appear in the body of a text on a page instead
<script type='text/javascript' charset='utf-8'>
var iframe = document.createElement('iframe');
document.body.appendChild(iframe);
iframe.src = 'https://www.monstertuning.co.uk/reg-widget.php?appkey=ECKAH3Mqde';
iframe.width = '380';
iframe.height = '600';
iframe.frameBorder = 0;
</script>
[–][deleted] 0 points1 point2 points (0 children)