View Single Post
Old 05-04-2007, 12:21 PM  
fusionx
Confirmed User
 
Industry Role:
Join Date: Nov 2003
Location: Olongapo City, Philippines
Posts: 4,618
Thanks Donnie!

Quote:
Originally Posted by donnie View Post
WP uses filters and you can read about it here:

http://codex.wordpress.org/Filters

To embed videos you need to make this change:

add_filter('content_save_pre', 'wp_filter_post_kses');
to
remove_filter('content_save_pre', 'wp_filter_post_kses');

You do this in kses.php

BUT there is a security risk in doing this. Read more at the URL above...
fusionx is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote