Page 1 of 1

Script at the top of Head section

Posted: Wed Jun 19, 2019 8:03 am
by piotrh
Hello,
I have a php script that automaticly recognizes mobile device system (android, ios) and is redirecting to a dedicated page.
In Page HTML im placing it Between <head></head> tags.

WWB is placing it after all default code (like reference to googlefont and so on).
Is there a way that WWB will place my code at the very top of head section?

Re: Script at the top of Head section

Posted: Wed Jun 19, 2019 8:37 am
by Pablo
You also add the code in the meta tags section: user defined.

Re: Script at the top of Head section

Posted: Wed Jun 19, 2019 8:44 am
by piotrh
Yes! Great, thank You!