1. Start
  2. Description
  3. Vimeo keys
  4. Installation procedure
  5. Further Information

Vimeo importer v2.0

for phpVibe v3.3


Description


With the Vimeo Importer you can import videos from Vimeo to phpVibe with no effort.

Vimeo Keys


In order for this plugin to work you need to head to developer.vimeo.com and register a new application .
You will only need the:

Client ID (Also known as Consumer Key or API Key)
Client Secret (Also known as Consumer Secret or API Secret)

No upload permission is required.

Installation procedure


Prepare upload

Unpack the plugin to a folder on your hard drive.

Backup your site!

If you have not done any changes to the file moderator/hooks.php you can safly and fast install this plugin by overwriting the files on server. Simply copy the entire content of the folder "plugin" to your phpVibe's root on server. Exclude the folder "plugin" just it's content.

and that's all...

If you have other plugins like for example Redtube importer , open the file moderator/hooks.php and copy it's content over to the file on server, not overwriting the existing one. Else, simply overwrite it.

Set the permissions of folder "moderator/cache" to 0777

That's all.

You should see now two links under the menu "Video importers" (expand this first).

If you have any problems with cache, please open /moderator/vimeo.php and comment out/remove this two lines:.

$c_path = ADM.'/cache';
$vimeo->enableCache(phpVimeo::CACHE_FILE,$c_path, 300);

If you want to make structural changes to the plugin, please follow the commented code at

moderator/vimeo.php

Further Information


For further information about this mod visit: