Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This module allows you to easily add Optio Dentistry patient education videos to your Drupal site.

An Optio Dentistry subscription is required.

Drupal 7

After enabling the module, a block will be available which contains the Optio Dentistry video library.

The module also provides a number of tokens, and when used in conjunction with the Token Filter module, allows individual videos to be inserted in your content. The follow tokens are available:

[optio:library]

Inserts the full video library.

[optio:video=id]

Inserts a single video with the specified ID.

If your server configuration supports it, additional meta data will be included with embedded videos giving your site an SEO boost.

Drupal 8

After enabling the module, a block will be available which contains the Optio Dentistry video library.

The module also provides a filter that allows individual videos to be inserted in your content. With the filter enabled, the follow tokens are replaced:

[optio:library]

Inserts the full video library.

[optio:video=id]

Inserts a single video with the specified ID.

Project information