You are here

function emvideo_vimeo_embedded_link in Media: Vimeo 6

hook emvideo_PROVIDER_embedded_link($video_code) returns a link to view the video at the provider's site

Parameters

$video_code: the string containing the video to watch @return a string containing the URL to view the video at the original provider's site

File

includes/providers/emvideo/vimeo.inc, line 75
media_vimeo/includes/providers/vimeo.inc Provide support for the Vimeo provider to the emfield.module.

Code

function emvideo_vimeo_embedded_link($video_code) {
  return media_vimeo_video_url($video_code);
}