kolay gelsin...
Kod:
// Yahoo! Video code define("YAHOO_WIDTH", 500); define("YAHOO_HEIGHT", 425); define("YAHOO_REGEXP", "/[yahoo ([[

"); function yahoo_plugin_callback($match) function yahoo_plugin($content) add_filter('the_content', 'yahoo_plugin'); add_filter('comment_text', 'yahoo_plugin'); // Megavideo! Video code define("MEGAVIDEO_WIDTH", 500); define("MEGAVIDEO_HEIGHT", 425); define("MEGAVIDEO_REGEXP", "/[megavideo ([[

"); function megavideo_plugin_callback($match) function megavideo_plugin($content) add_filter('the_content', 'megavideo_plugin'); add_filter('comment_text', 'megavideo_plugin'); ?>