Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I want to track tweet button clicks via Google Analytics, but tweet button is an iframe with content from another domain. Is there some tricks to add callbacks for tweet button click?

share|improve this question
Are you looking to track clicks as a proxy for actual tweets? Because its actually easier to track that count than to track what you're trying to do. – yahelc Nov 4 '10 at 3:00
1  
I need a full statistics for clicks in Google Analytics and Tweet Button isn't an exception. Facebook Like button have "FB.Event.subscribe" function with "edge.create" event. Anything like this for Twitter? – Olexandr Skrypnyk Nov 4 '10 at 9:27
Good news! I have a working code for tracking clicks inside iframes from other domains. I will share it soon. – Olexandr Skrypnyk Feb 9 '11 at 16:49
Share! :) I am looking for a way to do the same thing. – marko Feb 9 '11 at 16:49
Just scroll down :) – Olexandr Skrypnyk Feb 10 '11 at 20:53

2 Answers

up vote 11 down vote accepted

Twitter recently added support for this: https://dev.twitter.com/pages/intents-events

share|improve this answer

Another domain means it is out of your control due to Same Origin Policy

share|improve this answer
Sure, I know that. That's why I ask this question. – Olexandr Skrypnyk Nov 4 '10 at 9:28

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.