PHP Code:
<script type="text/javascript">
twttr.anywhere(function(twitter) {
twitter.hovercards({ expanded: true });
});
twttr.anywhere(function (twitter) {
twitter("#tbox").tweetBox({
count: true,
height: 100,
width: 400,
label: "Send a tweet",
});
});
</script>
This has an unintended bug I think, it conflicts hard with DBTech's user tagging/mentions. Whenever I mentioned someone, instead of actually mentioning the member in a thread, it was trying to show a Twitter account with a similar name.