Embed module
Using Jamroom
You are including the smarty media player call as part of the editor content. This will not work as they will not get parsed. They need to be part of a template.
hth
{$_items = jrFollower_get_profiles_followed_by_profile_id($_user_id.profile_id)}
{if isset($_items)}
{foreach $_items as $item}
<div class="p5 center" style="position:relative">
<a href="{$jamroom_url}/{$item.profile_url}">{jrCore_module_function function="jrImage_display" module="jrProfile" type="profile_image" item_id=$item._profile_id size="large" crop="auto" class="img_scale" width=false height=false alt="{$txt|jrCore_entity_string}" title="{$txt|jrCore_entity_string}"}</a><br><a href="{$jamroom_url}/{$item.profile_url}">@{$item.profile_url}</a><br>
</div>
{/foreach}
{/if}