function emvideo_twistage_embedded_link in Embedded Media Field 6
Same name and namespace in other branches
- 6.3 contrib/emvideo/providers/twistage.inc \emvideo_twistage_embedded_link()
Implementation of hook_PROVIDER_link().
File
- contrib/
emvideo/ providers/ twistage.inc, line 111 - Provide support for Twistage to the emfield.module (http://twistage.com).
Code
function emvideo_twistage_embedded_link($video_code) {
// Provide a straight embed link.
return 'http://service.twistage.com/plugins/player.swf?v=' . $video_code;
}