PDA

View Full Version : JavaScripts on Custom Templates?


Abhik
01-01-2012, 08:03 PM
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.php?u=1&tab=socializer#socializer

About Me Tab Link : http://www.getassisted.com/member.php?u=1

JavaScripts that *might* not working:
<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?