Hi @jimk1416,
The code you provided is actually an HTML <script> tag that loads an external JavaScript file, it’s not a JavaScript snippet itself. That’s why trying to add it as a JavaScript code snippet gives you errors.
There are two ways to add this script to the footer using WPCode:
Header & Footer Section:
The simplest method is to add the script directly into the Footer section under “Header & Footer” in the plugin settings. For reference, please see this screenshot: https://a.supportally.com/i/xF1T3J
As a Code Snippet:
You can add it as a regular code snippet. To do this, go to Code Snippet > + Add Snippet > Add Your Custom Code (New Snippet) and select HTML Snippet. Paste your code, choose the “Site Wide Footer” as the insert location, and then save the snippet. Here’s a reference screenshot: https://a.supportally.com/i/mw5KZy
Let me know if I can provide more info.
Hello and thanks for the info. I had tried both of those methods already and neither method worked. So I suspect they have not given me good code.