Posts Tagged ‘tips’
Embedding videos in WordPress MU
Written by jabull on June 14, 2008 – 7:00 am -Wordpress likes to strip out your embed tags for security purposes, but if your hosting yourself on WordPress MU and aren’t concerned about the security issues, you can work around this with a simple modification.
Login to your hosting server and edit kses.php file in the wp-includes directory.
Search for “Post filtering” and then comment out the following lines:
// Post filtering
//add_filter(’content_save_pre’, ‘wp_filter_post_kses’);
And that’s all there is too it. You should now be able to embed tags even with scribefire and other remote blogging tools.






