2017 © Pedro Peláez
 

silverstripe-module silverstripe-youtubesync

A SilverStripe module for syncing videos with Youtube

image

level51/silverstripe-youtubesync

A SilverStripe module for syncing videos with Youtube

  • Tuesday, April 3, 2018
  • by JZubero
  • Repository
  • 2 Watchers
  • 0 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 4 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

YoutubeSync - A SilverStripe module for syncing your videos with youtube

YoutubeSync is the module of your choice, if you like to show your youtube videos on your homepage. It allows you to fetch videos from Youtube by just giving your username and a valid API key. The videos are stored in the database with a custom DataObject, so the API must not be called on every page load., (*1)

Maintainers

Installation

composer require level51/silverstripe-youtubesync 

Setup

  1. Be sure that the module is in a folder youtubesync/ on the root of the project.
  2. sake dev/build "flush=all", depending on your config you might have to do this via URI in the browser.
  3. Checkout the google developers console and:
    • Activate the YouTube Data API
    • Create a API key (Browser key) in the Credentials section
  4. Go to the CMS settings and put your key and username in the Youtube tab
  5. Take a look in the Youtube model admin ... and sync for the first time
  6. You can use the videos in your pages - all you need is a getter - or you can take a look in the basic YoutubeVideoPage contained in the module

Features

  • Fetching your Youtube videos - by just giving your username and a valid API key
  • A YoutubeVideo DataObject for storage in the database
  • A GridField action that allows you to sync with youtube
  • The sync is done manually in the backend - so it's not necessary to call the API on each pageload
  • The title and description of the fetched videos can be edited - and will not be overwritten on the next sync
  • Thanks to the sortablegridfield module the records are also sortable
  • A checkbox allows you to hide some videos
  • A model admin for the whole process
  • A basic page type, that shows the usage (including a basic template)

The Versions

03/04 2018

dev-master

9999999-dev

A SilverStripe module for syncing videos with Youtube

  Sources   Download

by Daniel Kliemsch

03/04 2018

0.1.4

0.1.4.0

A SilverStripe module for syncing videos with Youtube

  Sources   Download

by Daniel Kliemsch

26/06 2017

0.1.3

0.1.3.0

A SilverStripe module for syncing videos with Youtube

  Sources   Download

by Daniel Kliemsch

30/11 2015

0.1.2

0.1.2.0

A SilverStripe module for syncing videos with Youtube

  Sources   Download

by Daniel Kliemsch

24/08 2015

0.1.1

0.1.1.0

A SilverStripe module for syncing videos with Youtube

  Sources   Download

by Daniel Kliemsch

19/08 2015

0.1.0

0.1.0.0

A SilverStripe module for syncing videos with Youtube

  Sources   Download

by Daniel Kliemsch