Issue with head and body script. beginner helllp
-
Hi all!
I’m having difficulties adding a HEAD and BODY code to my website. I’m a beginner and need the plugin to do these steps. I copy pasted the code recieved by a chatbot platform that I have to add within my site.
With that being said, I have to issues:
– Will my script ‘upload’ to all pages by adding the script to the plugin spaces?
– Have I uploaded the strip of code incorrectly? (I can send a screenshot if necessary)This is the script that i have to upload to my header and body:
HEAD
<head>
<link rel=”stylesheet” href=”https://app.boteria.com.br/cdn/webchat/webchat.v2.css” />
<script src=”https://app.boteria.com.br/cdn/libs/showdown.min.js”></script>
<script src=”https://app.boteria.com.br/cdn/libs/axios.js”></script>
<script src=”https://app.boteria.com.br/cdn/libs/socket.io.js”></script>
<script src=”https://app.boteria.com.br/cdn/webchat/webchat.js”></script>
</head>BODY
<body>
<script>
window.renderBotWidget(
‘617acdc747b3f5001448e2f1’
);
</script></body>
The page I need help with: [log in to see the link]
The topic ‘Issue with head and body script. beginner helllp’ is closed to new replies.