Question
- When is a Site Script loaded on a Thinkific landing page?
Solution
If you need your scripts to run before the main body of HMTL is loaded, head
is the right place; otherwise, footer
is the default option.
Note: Thinkific scripts and logic will be loaded prior to any 3rd party scripts that have been added to a site (even if the script is added to the head
). This is to ensure that they are not interfered with when rendering the page.
If you are interested in learning more about how to add site scripts using the API you check out this article.