Latest profile youtube added used in a profile
Design and Skin Customization
jrYouTube_embed does need the youtube id to work. Your code isn't providing it.
{if isset($_items)}
{foreach from=$_items item="item"}
<div style="display: inline-block; width:100%">
{jrYouTube_embed profile_id=$_profile_id item_id=$item._item_id type="iframe" width="100%" auto_play=true}
</div>
{/foreach}
{/if}