YouTubeFeed requests videos from an authenticated YouTube 'My Uploads' feed and converts them into YouTubeVideo DataObjects.
Requests videos from an authenticated YouTube 'My Uploads' feed and converts them into YouTubeVideo DataObjects.
framework/sake YouTubeFeedTask flush=all
Installation via composer
$ composer require littlegiant/silverstripe-youtubefeed
You're then required to create an application at Google Developers Console.
http://yoursitename.tld/youtube/authenticate
then "Create"Client ID
and Client Secret
into Settings in the CMSAuto-update is disabled by default, and can be enabled within the CMS Settings "YouTube" tab.
onAfterCreate(YouTubeVideo $videoObject)
Called after a YouTubeVideo DataObject is created as a result of being found in a playlist of the connected YouTube account.
public function onAfterCreate(YouTubeVideo $videoObject)
{
// Do something with the newly created $videoObject
}
Submit a pull request or issue and i'll try reply on the same working day.
This project follows the standards defined in:
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem