Latest video’s from the win2008workstation Youtube Channel. Any feedback, suggestions and requests are welcome via the comments or at the forum.
// Get RSS Feed(s)
include_once(ABSPATH . WPINC . '/feed.php');
// Get a SimplePie feed object from the specified feed source.
$rss = fetch_feed('http://gdata.youtube.com/feeds/base/users/win2008workstation/uploads?alt=rss&v=2&orderby=published&client=ytapi-youtube-profile');
if (!is_wp_error( $rss ) )
{
// Figure out how many total items there are, but limit it to 20.
$maxitems = $rss->get_item_quantity(20);
// Build an array of all the items, starting with element 0 (first element).
$rss_items = $rss->get_items(0, $maxitems);
}
?>
if ($maxitems == 0)
echo 'No items.';
else
{
// Loop through each feed item and display each item as a hyperlink.
foreach ($rss_items as $item)
{
?>
get_title()); ?>
Posted get_date(‘j F Y | g:i a’); ?>
$vidparser = parse_url($item->get_permalink());
parse_str($vidparser[query], $query);
$vidid = $query['v'];
?>
I have set my filezilla server “FTP” My users are getting message 530 ssl required. I do want to leave Force SSL for user login– How do I export the cert fo them to install it ontheir machine? or how do they pass this–my understanding is that they would have to install the cert on their machine but there is no prompt for them to install any –? please help?