if anyone wants it, I have a pretty cool hack that works like this:
if the user has a gamertag, a small XBL button shows up next to the IM buttons.
when a user clicks that button, the avatar is replaced with their gamercard (from xbox.com).
its works like this:
the avatar (and whatever else you want to replace with the gamercard) is wrapped in a div with a name that contains the post number. The style is set to visible.
the gamercard (iframe code straight from xbox.com) is wrapped in a different div that contains the post number as well. this div's style is set so its invisible.
the XBL gif triggers a very small javascript that toggles the visibility of the 2 divs for that post number.
I hope that makes sense.
|