We've just implemented @anywhere's hovercard feature on our website
and noticed that in addition to the initial loading of jQuery from
Google which we were already doing, by including the Twitter script it
loads jQuery 2 or 3 more times from Google. This should be fixed to
only load jQuery once if it is not already detected.

Here is the script we're using:

<script src="http://platform.twitter.com/anywhere.js?
id=OURAPIKEYISHERE&v=1"></script>
<script type="text/javascript">
twttr.anywhere(function(twitter) {
  twitter('.twitter a').hovercards({
    infer: true
  });
});
</script>


-- 
Subscription settings: 
http://groups.google.com/group/twitter-development-talk/subscribe?hl=en

Reply via email to