Glad you guys like this idea ... I definitely find it a lot easier to keep track of things and update everyone with the New Supported Video Sites too ...
Mecho, if I understood correctly what you are referring to is the Title that displays above the Video in the Post, correct? This Title serves as a Link to the Main Page where the video is actually hosted, but if you want to remove it, it can be done. To remove the Link, simply do the below steps ...
Go to:
AdminCP > AME CP > Settings > Container HTML > Open
In the Open Box Find:
HTML Code:
<a href="$url" title="$title" target="_blank">$title</a>
Replace with:
HTML Code:
<strong>$title</strong>
What this will do is remove the Link that displays above the Video in a Post. So basically it wont allow the user to click on it for them to go into the Main Page where the video is hosted to view the video there. I hope this is what you were asking as it was a bit difficult to understand what you were trying to refer to in your post. If this was not what you were talking about, please explain a little better and maybe include some Screenshots for be to better understand.