Tagged: javascript head
Hello,
I need to add a third party javascript to the header.
The third party documentation tells me to add this code to the header: <script type=”text/javascript” src=”//??????.nl/api/??????API.js”></script> (i’ve put in the ? for obvious reasons ;-) )
I’ve tried to add the code to to the end of functions.php from Envold child but that is not working. If I put the code at the beginning the code is not placed into the dead section.
Can you tell me what is is best way to approach this?