Download the PHP package r0nn1ef/vimeo-service-module without Composer
On this page you can find all versions of the php package r0nn1ef/vimeo-service-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download r0nn1ef/vimeo-service-module
More information about r0nn1ef/vimeo-service-module
Files in r0nn1ef/vimeo-service-module
Package vimeo-service-module
Short Description The Vimeo module is designed to let you display a gallery of videos from the Vimeo video sharing site. The module also adds a shortcode to embed a Vimeo video into any text field.
License BSD-3-Clause
Informations about the package vimeo-service-module
############################################### Vimeo Service Module ###############################################
18 June 2011
Maintainer Contact
Ronald Ferguson (Nickname: r0nn1ef) <r0nn1ef8580 (at) gmail (dot) com>
Requirements
SilverStripe 2.4.5 PHP 5.2.x
Documentation
Installation Instructions
- Create a basic account at http://www.vimeo.com/join
- Log in to your Vimeo user account
- Register your web application at http://www.vimeo.com/api/applications/new (Ensure that you uncheck the checkbox for "Upload Permissions" as you will not need upload access for this module.)
- Place this directory in the root of your SilverStripe installation I.e. you will now have the following root folders
assets mysite cms jsparty sapphire vimeoservice
- add the following to your mysite/_config.php:
VimeoService::setAPIKey('vimeo_api_key'); // << Your Vimeo "Consumer key" VimeoService::setSecretKey('vimeo_secret_key'); // << You Vimeo "Consumer secret"
-
Run /dev/build/
-
The CMS should now have a new "VimeoGallery" page type. Create a page and set the parameters correctly on 'Videos' tab to grab the videos for display.
- Add these and visit your public site to reflect the changes
Usage Overview
The Vimeo module is designed to let you display a gallery of videos from the Vimeo video sharing site. The module also adds a shortcode to embed a Vimeo video into any text field.