You are here

function emvideo_lastfm_embedded_link in Embedded Media Field 6

Same name and namespace in other branches
  1. 6.3 contrib/emvideo/providers/lastfm.inc \emvideo_lastfm_embedded_link()

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

contrib/emvideo/providers/lastfm.inc, line 87
Provide support for Last.fm to the emfield.module.

Code

function emvideo_lastfm_embedded_link($video_code) {
  return '';
}