You are here

function oembed_init in oEmbed 6.0

Implementation of hook_init().

File

./oembed.module, line 14
Input filter that enhances oEmbed enabled URL:s with extra content

Code

function oembed_init() {
  drupal_add_css(drupal_get_path('module', 'oembed') . '/oembed.css');
}