Hi, I'm working on my NodeBB forum configuration (under NodeBB 0.8.2).
I installed the plugin nodebb-plugin-custom-pages
then created a new template page (named sondage.tpl)
and added in my Content section a js script (between script tags) :
<script type="text/javascript" charset="utf-8" src="http://static.polldaddy.com/p/9134086.js"></script>
My problem is when the page is loading, I get this error in the console :
Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened.
So, the script can't succeed in writing into the document. How can I fix this ?
Thank you for your help !!