You are here

README.txt in Vimeo Video Uploader 7.2

Same filename and directory in other branches
  1. 8.4 README.txt
  2. 8 README.txt
  3. 7 README.txt
-------------------------------------------------------------------------------
                               Vimeo Video Uploader
-------------------------------------------------------------------------------

The Vimeo Video Uploader module allows users to Uploads videos to vimeo on
creation of content from your drupal site.

1.x version of the module requires older version of Vimeo API
2.x version of the module incorporates changes made in new and updated Vimeo API

Project homepage: http://drupal.org/project/vimeo_video_uploader


Prerequisite
-------------

 * Create a App at vimeo.com, visit <https://developer.vimeo.com/apps>
   Get the Created App Authenticated.
   (It takes few days to get authenticated by vimeo.com)
   Copy/Save the details.
    - Vimeo User Id.
    - Client ID.
    - Client Secret.
    - Access token.


Installation
-------------

 * Copy the whole vimeo video uploader directory to your modules directory
   (e.g. DRUPAL_ROOT/sites/all/modules) and activate the Vimeo Video Uploader
   module
 * Download the Library API of Vimeo from "https://github.com/vimeo/vimeo.php".
 * Go to the path "sites/all/libraries"
   Create a folder "vimeo-lib-api" and place the downloaded all file.
   to vimeo-lib-api folder (DRUPAL_ROOT/sites/all/libraries/vimeo-lib-api)
 * You should see
   (DRUPAL_ROOT/sites/all/libraries/vimeo-lib-api/vimeo.php/autoload.php).


Configuration
--------------

 * Configuration Page.
   http://yoursite.com/admin/config/media/vimeo_video_uploader
 * On module configuration page enter the copied/saved details of App from
   https://www.vimeo.com and select the content type from which you have to
   upload the video to Vimeo.

File

README.txt
View source
  1. -------------------------------------------------------------------------------
  2. Vimeo Video Uploader
  3. -------------------------------------------------------------------------------
  4. The Vimeo Video Uploader module allows users to Uploads videos to vimeo on
  5. creation of content from your drupal site.
  6. 1.x version of the module requires older version of Vimeo API
  7. 2.x version of the module incorporates changes made in new and updated Vimeo API
  8. Project homepage: http://drupal.org/project/vimeo_video_uploader
  9. Prerequisite
  10. -------------
  11. * Create a App at vimeo.com, visit
  12. Get the Created App Authenticated.
  13. (It takes few days to get authenticated by vimeo.com)
  14. Copy/Save the details.
  15. - Vimeo User Id.
  16. - Client ID.
  17. - Client Secret.
  18. - Access token.
  19. Installation
  20. -------------
  21. * Copy the whole vimeo video uploader directory to your modules directory
  22. (e.g. DRUPAL_ROOT/sites/all/modules) and activate the Vimeo Video Uploader
  23. module
  24. * Download the Library API of Vimeo from "https://github.com/vimeo/vimeo.php".
  25. * Go to the path "sites/all/libraries"
  26. Create a folder "vimeo-lib-api" and place the downloaded all file.
  27. to vimeo-lib-api folder (DRUPAL_ROOT/sites/all/libraries/vimeo-lib-api)
  28. * You should see
  29. (DRUPAL_ROOT/sites/all/libraries/vimeo-lib-api/vimeo.php/autoload.php).
  30. Configuration
  31. --------------
  32. * Configuration Page.
  33. http://yoursite.com/admin/config/media/vimeo_video_uploader
  34. * On module configuration page enter the copied/saved details of App from
  35. https://www.vimeo.com and select the content type from which you have to
  36. upload the video to Vimeo.