Scripts doesn't work when embedded on pages; only works on dashboard

Hi @littleviolette, thanks for the post :slight_smile: A few things:

  1. The noscript tag in your google tag manager code, will need to be wrapped by javascript writeln functions, because our custom code editor does not support he noscript tag. So for example, instead of this:


    You would use this:

  2. At the moment, it is only possible to add custom code to the header for all pages, not specific pages. Take a peek at this article for more info: http://forum.webflow.com/t/adding-custom-code-on-a-single-page/3739

  3. The table script code should be put in the Footer of your custom code panel. I have not tested this script, but if you add your page element with the unique ID “#articles_table”, then anywhere where you have this element ID in your site, the table you are calling should show up (provided there is not some issue with the script.).

Check those things first, and then if there are still issues, you can update the post :slight_smile: ​I hope this helps, cheers, Dave