I have recently read this tutorial on how to add new tabs to vBulletin profiles (
LINK). I have added a new tab with no problems at all. However, I am trying to include some data in this tab which will show a user's XBox Live information (their avatar, gamercard etc). I have tried using the following:
Code:
<iframe src="http://gamercard.xbox.com/$profilefield[field5].card" scrolling="no" frameBorder="0" height="140" width="204">$profilefield[field5]</iframe>
and other varients of it. However, it doesn't show up. I have got a user profile field for people's XBox Live gamertags (it's field ID is 5) and it all works perfectly with the gXboxlive modification.
I would really appreciate any help with this