Hello,
Basically, I am trying to create a profile tab to show latest tweets in conjunction with these two mods.
https://vborg.vbsupport.ru/showthread.php?t=265541
and
https://vborg.vbsupport.ru/showthread.php?t=265971
But the latest tweets are not showing up. It looks the javascripts are not working like they should on the custom template that I created for the tab. However, they are working on the default "About Me" page.
Custom Tab Link :
http://www.getassisted.com/member.ph...zer#socializer
About Me Tab Link :
http://www.getassisted.com/member.php?u=1
JavaScripts that *might* not working:
PHP Code:
<script type="text/javascript" src="twitter/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/{vb:raw userinfo.fieldXX}.json?callback=twitterCallback2&count=5"></script>
What to do now?