Hello,
I would like to add an embed code area under each video.How can I do that?
I want the code to be automatically generated for each video.
thanks

Comments

pbuyle’s picture

Category: Task » Feature request
ron_s’s picture

Version: 7.x-1.0-alpha1 » 7.x-2.x-dev
Status: Active » Closed (duplicate)
Related issues: +#2713725: Refactor theming

This can be done using 7.x-2.x-dev and the refactor theming patch: https://www.drupal.org/node/2713725

You'll need to hook the player and add the embed code to be included. See API usage in README.txt and the jw_player.api.php file.

Please review the patch and provide your feedback, thanks.