This project is not covered by Drupal’s security advisory policy.

Add your vdocipher videos on a Drupal website

Your videos on VdoCipher are protected and can only be played when generating an access token for each video view. This access token needs to be generated securely in your website backend. This Drupal module does this step in your Drupal website without getting your hands dirty in API programming. With this module, you can add videos inside any text field in content_type on your Drupal website.

The module uses a shortcode-like syntax to parse and display videos inside any node such as an article or a page or a custom content type. The markup of the content body is processed and the shortcode syntax is replaced with the player code.

  1. Download the module file from the link above.
  2. Upload the module file from the install new module page in your Drupal “install new module” page.
  3. Enable the uploaded module.
  4. Click on the configure link in the module page to complete your setup.
  5. Copy your API secret key from VdoCipher Dashboard > Config > General.
  6. Enter the API key in Drupal and save your settings.
  7. Save the configuration.
  8. Copy a video id from your VdoCipher dashboard. Edit an existing node in Drupal and add this code in any text field (replace 123456789 with the id of a video).

    [vdo id=123456789]

  9. Open the article on a page. You should see the video player in your Drupal website.

Project information

Releases