Add hyerlink to Facebook player image
Suggestions
Did you have a chance to see how FaceBook now shows the song Brian?
{capture name="tpl" assign="tpl"}
{literal}
{jrCore_module_url module="jrPrivateNote" assign="murl"}
{foreach $_items as $i}
<a href="{$jamroom_url}/{$murl}/new/user_id={$i._user_id}"><div class="profile_menu_entry">Send a Note to {$i.user_name}</div></a>
{/foreach}
{/literal}
{/capture}
{jrCore_list module="jrUser" limit="1" profile_id=$_post._profile_id template=$tpl}