Hi,

I am very new to this, i wish to print the URL link of the Youtube or vimeo next to the embedded video. i don't know how to achieve.

Thanks

Comments

andrewlorien’s picture

Status: Active » Closed (works as designed)

I know this is an old question, but it was one of the top google hits for my question...
the solution is to copy the video-embed-field-embed-code.tpl.php file from /sites/all/modules/video_embed_field to the templates folder within your theme, and add a line like this:

<a href="<?php print $url; ?>"><?php print $url; ?></a>