You are here

README.txt in Vimeo Video Uploader 7

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

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

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


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

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


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".
 * Create a folder "vimeo-lib-api" and place the downloaded vimeo.php file 
   to vimeo-lib-api folder (DRUPAL_ROOT/sites/all/libraries/vimeo-lib-api)


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

 * Configuration Page.
   http://yoursite.com/admin/config/media/vimeo_video_uploader
 * On module configuration page enter the copied/saved details of App at vimeo.com.
   and Select 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 allow users to Upload videos to vimeo on
  5. creation of content from your drupal site..
  6. Project homepage: http://drupal.org/project/vimeo_video_uploader
  7. Prerequisite
  8. -------------
  9. * Create an App at vimeo.com, visit
  10. Get the Created App Authenticated. (takes few days to get authenticated by vimeo.com).
  11. Copy/Save the details.
  12. - Vimeo User Id.
  13. - Client ID.
  14. - Client Secret.
  15. - Access token.
  16. - Access token secret.
  17. Installation
  18. -------------
  19. * Copy the whole vimeo video uploader directory to your modules directory
  20. (e.g. DRUPAL_ROOT/sites/all/modules) and activate the Vimeo Video Uploader
  21. module
  22. * Download the Library api of Vimeo from "https://github.com/vimeo/vimeo.php".
  23. * Create a folder "vimeo-lib-api" and place the downloaded vimeo.php file
  24. to vimeo-lib-api folder (DRUPAL_ROOT/sites/all/libraries/vimeo-lib-api)
  25. Configuration
  26. --------------
  27. * Configuration Page.
  28. http://yoursite.com/admin/config/media/vimeo_video_uploader
  29. * On module configuration page enter the copied/saved details of App at vimeo.com.
  30. and Select content type from which you have to upload the video to vimeo.