You are here

function _filter_brightcove_tips in Brightcove Video Connect 7.7

Same name and namespace in other branches
  1. 7.3 brightcove_field/brightcove_field.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.

1 string reference to '_filter_brightcove_tips'
brightcove_filter_info in ./brightcove.module
Implements hook_filter_info().

File

./brightcove.module, line 1918
Brightcove module is an integration layer between any modules using Brightcove API. It makes all necessary checks for the API and makes settings available to the user.

Code

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