entry as $item) {
$href = $item->link->attributes()->href;
$title = $item->title;
//create video id
$idsd = $item->id;
$ids = strstr($idsd, 'video:');
$videoids = strstr($ids, ':');
$videoid = ltrim($videoids, ":");
$description_dng = strip_tags($item->content);
$description= substr($description_dng, 0, 120).'.
$date = $item->published;
?>