You are here

function _filter_brightcove_tips in Brightcove Video Connect 7.3

Same name and namespace in other branches
  1. 7.7 brightcove.module \_filter_brightcove_tips()
  2. 7.4 brightcove_field/brightcove_field.module \_filter_brightcove_tips()
  3. 7.5 brightcove_field/brightcove_field.module \_filter_brightcove_tips()
  4. 7.6 brightcove.module \_filter_brightcove_tips()

Tips callback for brightcove filter.

@TODO: improve documentation.

1 string reference to '_filter_brightcove_tips'
brightcove_field_filter_info in brightcove_field/brightcove_field.module
Implements hook_filter_info().

File

brightcove_field/brightcove_field.module, line 1656
Brightcove field module provides a Content Construction Kit module to developers, allowing them to browse videos in their Brightcove Studio and upload them.

Code

function _filter_brightcove_tips($filter, $format, $long = FALSE) {
  return t('To embed a brightcove video use the [brightcove:VIDEOID] syntax, ' . 'where VIDEOID is the ID of the brightcove video what you want to embed.');
}