public function tinyMceVersionFilter($content)
 {
     return $content . '_k' . KalturaHelpers::getPluginVersion();
 }