Good day all,
I added a tweetbox with twitter anywhere on a dev site. The t.co wrapper doesn’t seem to work. Nothing happens
I set “t.co links wrapping for all URLs” to “yes” in my app settings.
I’m calling the tweet box like this:
twttr.anywhere(function(T) {
T("#tbox").tweetBox({
height: 100,
width: 500,
counter: true,
data: {
wrap_links: true
},
defaultContent: document.location.href.split("?")[0].split("#")[0] + " #hashtag"
});
});
Neither the counter or the tweet seems to have a t.co link. Did I miss something ?
When I look at the twitter profile, the link is just http://www.foobar.com/…
Thank you for your help