Hi all

The the first code i used over a link produce a expanded Hovercard

ex    :
<div id="main_content"><a href="" class="twitter-anywhere-user"
>wakooz</a></div>

       twttr.anywhere(function (T) {
                T("#main_content").hovercards({
                expanded: true
                });
        });

I need to use the following code to work over an image

Does anyone now how to have the Hovercard " expanded: true " over an
image ???

<div id="main_content"><img src="../some.jpg" height="16px"
width="16px" alt="wakooz"/></div>

    twttr.anywhere(function (T) {
                T("#main_content>img").hovercards({
                   username: function(node) {
                   return node.alt;
                }
                });
    });

cheers

Sam

-- 
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group: 
https://groups.google.com/forum/#!forum/twitter-development-talk

Reply via email to