function emaudio_odeo_thumbnail in Embedded Media Field 5
Same name and namespace in other branches
- 6.3 contrib/emaudio/providers/odeo.inc \emaudio_odeo_thumbnail()
- 6 contrib/emaudio/providers/odeo.inc \emaudio_odeo_thumbnail()
Implementation of hook emaudio_odeo_thumbnail(). Returns the external url for a thumbnail of a specific audio. TODO: make the args: ($embed, $field, $item), with $field/$item provided if we need it, but otherwise simplifying things.
Parameters
$field the field of the requesting node.: @param $item the actual content of the field from the requesting node. @return a URL pointing to the thumbnail.
File
- contrib/
emaudio/ providers/ odeo.inc, line 92
Code
function emaudio_odeo_thumbnail($field, $item, $formatter, $node, $width, $height) {
return $tn;
}