You are here

README.txt in Vimeo Video Uploader 8

Same filename and directory in other branches
  1. 8.4 README.txt
  2. 7.2 README.txt
  3. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Prerequisite
 * Installation
 * Configuration
 * Maintainers


INTRODUCTION
------------

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

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


REQUIREMENTS
------------

This module requires the following modules:

 * Video embed field (https://www.drupal.org/project/video_embed_field)
 * Libraries (https://www.drupal.org/project/libraries)


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
------------

Since the module requires external libraries, Composer must be used

Use Composer to download the module, which will download the required libraries:
   composer require "vimeo/vimeo-api"


CONFIGURATION
-------------

 * Configuration Page.
   http://yoursite.com/admin/config/system/vimeo_auth
 * 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.


MAINTAINERS
-----------

 * Mahavir singh (mahaveer003) - https://www.drupal.org/u/mahaveer003
 * Neera prajapati (neeraprajapati) - https://www.drupal.org/u/neeraprajapati

Supporting organization:

 * Valuebound - https://www.drupal.org/valuebound

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Prerequisite
  6. * Installation
  7. * Configuration
  8. * Maintainers
  9. INTRODUCTION
  10. ------------
  11. The Vimeo Video Uploader module allows users to Uploads videos to vimeo on
  12. creation of content from your drupal site.
  13. Project homepage: http://drupal.org/project/vimeo_video_uploader
  14. REQUIREMENTS
  15. ------------
  16. This module requires the following modules:
  17. * Video embed field (https://www.drupal.org/project/video_embed_field)
  18. * Libraries (https://www.drupal.org/project/libraries)
  19. PREREQUISITE
  20. ------------
  21. * Create a App at vimeo.com, visit
  22. Get the Created App Authenticated.
  23. (It takes few days to get authenticated by vimeo.com)
  24. Copy/Save the details.
  25. - Vimeo User Id.
  26. - Client ID.
  27. - Client Secret.
  28. - Access token.
  29. INSTALLATION
  30. ------------
  31. Since the module requires external libraries, Composer must be used
  32. Use Composer to download the module, which will download the required libraries:
  33. composer require "vimeo/vimeo-api"
  34. CONFIGURATION
  35. -------------
  36. * Configuration Page.
  37. http://yoursite.com/admin/config/system/vimeo_auth
  38. * On module configuration page enter the copied/saved details of App from
  39. https://www.vimeo.com and select the content type from which you have to
  40. upload the video to Vimeo.
  41. MAINTAINERS
  42. -----------
  43. * Mahavir singh (mahaveer003) - https://www.drupal.org/u/mahaveer003
  44. * Neera prajapati (neeraprajapati) - https://www.drupal.org/u/neeraprajapati
  45. Supporting organization:
  46. * Valuebound - https://www.drupal.org/valuebound