You need to include jquery and the steam mini profiles .js file. Next thing is, you need a div with the steamid embedded like this:
HTML Code:
<div class="steamprofile" title="76561197965018417"></div>
<div class="steamprofile" title="robinwalker"></div>
<div class="steamprofile" title="STEAM_0:0:148902"></div>
You should be able to get the steam profile id out of the users variable, just like in the plugin codes if you're in vbulletin context.
Further reading:
https://github.com/ata4/steamprofile...mple-ajax.html
https://code.google.com/p/steamprofi...i/SteamProfile
Let me know if you have trouble.