Installing tracking code after opening tag
Permalink
Installing tracking code after opening <body> tag - Can this be done easily on Concrete5?
Does anyone know how to do this?
Thanks
Does anyone know how to do this?
Thanks
Thanks for the reply.
The code I need to put in has to go in a specific place, doesn't the method your suggesting just put the code in headers and footers?
Thanks
The code I need to put in has to go in a specific place, doesn't the method your suggesting just put the code in headers and footers?
Thanks
Yes.
In that case you will need to do one of
- put it in an html block (for in the doc body)
- create a special to purpose block (for in the doc body or header/footer, in amongst scripts and styles)
- use the header extra content attribute (for inside the header, amongst the c5 parts)
- modify your theme header (for in the header outside of the c5 parts and you control where)
- override the c5 header (for in the header in amongst the c5 parts and you control where)
In that case you will need to do one of
- put it in an html block (for in the doc body)
- create a special to purpose block (for in the doc body or header/footer, in amongst scripts and styles)
- use the header extra content attribute (for inside the header, amongst the c5 parts)
- modify your theme header (for in the header outside of the c5 parts and you control where)
- override the c5 header (for in the header in amongst the c5 parts and you control where)
The document body tag is usually opened at the bottom of the theme header element.
Cheers John, I appreciate the help!
yoursite.com/dashboard/system/seo/codes
C5 will then insert the codes for you.