I would like to have the users easysocial picture show within a different component based on their user id. is there any code that I can use to accomplish this? or can someone help customize this?
thanks
			thanks
<?php
$usera = FD::user('2923'); //load user
?>
<div>
<a href="...your site.../community/profile/2923"><img src="<?php echo $usera->getAvatar();?>" style="border:1px solid #000000; margin: 2px;" alt="whatever" title="whatever" /></a>
</div>