I'm wanting to do something like this:
PHP Code:
<!-- XBOX LIVE TAG Below by: Cyricx -->
<if condition="$post[field6]"><div class="info">
<div id="gamertagmenu_$post[postid]">XBOX Live: <a href="">$post[field6]</a>
<script type="text/javascript"> vbmenu_register("gamertagmenu_$post[postid]", true); </script> </div> <div class="vbmenu_popup" id="gamertagmenu_$post[postid]_menu" style="display:none"><iframe src="http://gamercard.xbox.com/$post[field6].card" scrolling="no" frameBorder="0" height="140" width="204">$post[field6]</iframe> </div> </if>
<!-- XBOX Live TAG ABOVE -->
Which is found
here .
But I want to adapt this to xFire,
here is the thread discussing how to put it in the profile which I currently have going.