Re: [twitter-dev] @anywhere hovercard events

2010-04-20 Thread Furkan Kuru
I have just added class=twitter-anywhere-user manually to the links which I want to show hovercards. and just: script type=text/javascript twttr.anywhere(function (T) { T.hovercards(); }); /script On Tue, Apr 20, 2010 at 6:44 PM, scotth_uk satsc...@gmail.com wrote: Hi, been

Re: [twitter-dev] @anywhere hovercard events

2010-04-20 Thread Todd Kloots
Hey Scott - If you've already linkified Twitter usernames yourself according to the pattern used by the @anywhere linkifyUsers() method (@a href=../a, then you can tell hovercards not to linkify as follows: twttr.anywhere(function (T) { T.hovercards({ linkify: false }); }); If your anchor