Quote:
I tried the Tweet box and it showed up for the first time and then disappeared when I tried to use it.
|
Looks like the code has change a little, try this.
In your
memberinfo_block_statistics template find:
Code:
</div></div>
</vb:if>
Just above that add this (instead of using the code in post #45)
Code:
<div id="tbox"></div>
<script type="text/javascript">
twttr.anywhere(function (T) {
T("#tbox").tweetBox({
height: 100,
width: 400,
label: 'Got tips, suggestions or questions?',
});
});
</script>
Quote:
I got an error talking about the call back url as well.
|
Callback url errors usually occur if you haven't set up the application correctly in Twitter -
https://dev.twitter.com/apps/new