Hello,
I'm trying to create a shortcode with the Youtube Sidebar Widget, but for some reason simplexml_load_string() returns true, but there are no videos.
this is the url: `
$ident = esc_attr($atts['ident']);
$playlist_url = "http://gdata.youtube.com/feeds/api/playlists/$ident?v=2";`
and then the rest:
[Code moderated as per the Forum Rules. Please use the pastebin]
What's going on here? I see no error.