embed($url); $this->title = $Media->title; $this->thumbnail = $Media->thumbnailUrl; $this->author = $Media->authorName; $this->width = $Media->width; $this->height = $Media->height; $this->description = $Media->description; $width_tmp = $Media->width; $height_tmp = $Media->height; // get video $temp = explode("=",$Media->url); if ( strlen($temp[1])>5){ $player =<< END; } else { $player =<< END; } //$this->embed = $player; $this->embed = '
'.$Media->html.'
'; $this->youtube_embed = "https://www.youtube.com/embed/$temp[1]?feature=oembed&fmt=18"; $this->youtube_watch = "https://www.youtube.com/watch?v=$temp[1]"; } }