You are here

function emvideo_voicethread_embedded_link in Embedded Media Field 6.3

Same name and namespace in other branches
  1. 6 contrib/emvideo/providers/voicethread.inc \emvideo_voicethread_embedded_link()

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

Parameters

$book_id: the id of the VoiceThread @return a string containing the URL to view the video at the original provider's site

File

contrib/emvideo/providers/voicethread.inc, line 71

Code

function emvideo_voicethread_embedded_link($book_id) {
  return 'http://www.voicethread.com/share/' . $book_id;
}