Header script not embedding just before closing </head> tag
-
I'm using the plugin to place my script, but it is being placed further up in the code, and not just before the closing </head> tag as required. The site I'm working on is: https://dentalspecialtiesnw.com/. The script I'm using is: <script id="rhinogram-embed" src="https://app.rhinogram.com/widget/embed.js?id=c4a47ba7-c468-43c5-aba8-c34bad67ceb6"></script>
Can anyone provide me with some guideance?
Thank you!
-
The plugin uses
wp_head
hook to insert codes. Others plugin and themes also usage the hook. The first script loaded is probably have high priority.If it is not required by any specific script you may simply ignore it.
Let me know if you need clarification.