Embeded Youtube Video descriptions
Using Jamroom
sekeri:
Thank you Michael for your reply but what I need is to display the youtube video with the player. Just without the descriptions. For example if you add a music video into a blog post even lyrics are displayed in the page if the lyrics are added to the Youtube video and also a lot of links. This is what I want to avoid.
Is not it possible only embed the pure youtube video without Youtube description texts?
If you are referring to the description area below the YouTube player, that can be removed via the item_detail.tpl file in the YouTube modules template directory. Just remove the following variable:
{$item.youtube_description|jrCore_format_string:$item.profile_quota_id}
Hope this helps!