eschnou / storytlr

Storytlr is an opensource lifestreaming and microblogging platform written in PHP. Note: The default branch (master) is the development branch, if you need a stable version, see the release-XX branches, tags, or downloads.
http://storytlr.org
Other
216 stars 57 forks source link

Google Analytics support #28

Closed abraham closed 11 years ago

abraham commented 14 years ago

It would be sweet to be able to enter a GA id on the advanced tab and have traffic automatically tracked.

jmhobbs commented 14 years ago

You can enter the whole GA code into the "Footer Code" area, none of that is HTML escaped.

Does that work or do you think we should simplify and just have a GA code box?

abraham commented 14 years ago

I'm not seeing a "Footer Code" area. Where is that located?

jmhobbs commented 14 years ago

Should be at /admin/advanced/, at the very bottom.

jmhobbs commented 14 years ago

Oops, looks like that's not merged into core.

Here's the file on my fork: https://github.com/jmhobbs/storytlr/blob/master/protected/application/admin/controllers/AdvancedController.php

abraham commented 14 years ago

Nifty. I'll have a look at it.

eschnou commented 11 years ago

Took me two years to finally add this, but hey; better late than never :-) All fixes on the dev branches, a stable release is in the work...