1.0.5.0 PHP 7.3
I am interested in trying Hotjar but cannot work out where the code goes. They give you a script which according to their instructions it needs needs to be in the <head> of my site. The only place I can see this is in template_top.php but this does not work.
Any suggestions please.
Hotjar
- ReneH4
- Contributor
- Posts: 145
- Joined: Mon Oct 26, 2020 12:00 pm
- Phoenix Version:
- Has thanked: 13 times
- Been thanked: 17 times
Re: Hotjar
Would this not work using a self-made hook?
How to create a hook is very nice explained by @zipurman:
https://www.youtube.com/watch?v=bLd9m_u ... restonLord
How to create a hook is very nice explained by @zipurman:
https://www.youtube.com/watch?v=bLd9m_u ... restonLord
-
LeeFoster
- Contributor
- Posts: 263
- Joined: Sun Feb 28, 2021 9:41 pm
- Phoenix Version: v1.0.8.20
- Has thanked: 1 time
- Been thanked: 5 times
Re: Hotjar
Yeah you should be able to make your own hook using
public function listen_injectSiteStart() {
public function listen_injectSiteStart() {
-
LeeFoster
- Contributor
- Posts: 263
- Joined: Sun Feb 28, 2021 9:41 pm
- Phoenix Version: v1.0.8.20
- Has thanked: 1 time
- Been thanked: 5 times