Re: [TYPO3-english] how to include google analytics

2009-02-12 Thread Christopher Lörken
Francois Suter schrieb: > Using an extension is not absolutely necessary and TS content can also > come at the end of the body if defined correctly (other examples can be > found in this mailing list). > I am using this snippet at the end of my template: page.40 = HTML page.40.value ( var g

Re: [TYPO3-english] how to include google analytics

2009-02-12 Thread Francois Suter
Hi, > Or better yet, use m1_google_analytics from typo3.org/extensions because > it puts the JS on the end of the , so it doesn't block your > loading of the site. Using an extension is not absolutely necessary and TS content can also come at the end of the body if defined correctly (other examp

Re: [TYPO3-english] how to include google analytics

2009-02-12 Thread Andreas Lappe
On 12.02.09, StephenBungert wrote: > Use the PAGE object: > page { > ### JS Includes ### > ### --- ### > includeJS { > file1 = fileadmin/path_to/javascript/file_name.js > file1.type = text/javascript > } > } Or better yet, use m1_google_analytics from typo3.org/extensions

Re: [TYPO3-english] how to include google analytics

2009-02-12 Thread StephenBungert
Use the PAGE object: page { ### JS Includes ### ### --- ### includeJS { file1 = fileadmin/path_to/javascript/file_name.js file1.type = text/javascript } } - -- Stephen Bungert -- View this message in context: http://www.nabble.com/-TYPO3-english---how-to-include

[TYPO3-english] how to include google analytics

2009-02-12 Thread ddrill
I included it manually to header but it goes away. I use templateautomake plugin for header, and no idea how to include javascript code :( ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listin