I’m trying to detect when my users retweets our tweets. But it just fire sometimes.
Between tags:
In "Script.js"
if( window.twttr ){ twttr.events.bind(‘retweet’, twitter_retweetHandler); } // Firebug’s Firefox shows the condition is always true, and the block code is always executed! The alert inside function “twitter_retweetHandler” executes just in sometimes
Inside HTML
Retweet
This error affects all browsers
More informations
- I use facebook likebox script and facebook like button script
- I use Google Analytics script
- I use crazy egg script
- Doctype XHTML 1.0 Transitional with XML Declaration before
I don’t know what to do
I try to move the position of all scripts, but the problem persist