<!-- webframe url WIDTH HEIGHT --> Version: 1.0 Author: Andrey Abramov based on an excellent Page View plug-in by John Godley. I just slimmed it down a bit. Author URI: http://n0tablog.wordpress.com/ */ function web_frame_plugin ($text) { $rep = '
'; return preg_replace ("//", $rep, $text); } add_filter('the_content', 'web_frame_plugin'); ?>