To add ESPN Video to your embed videos:
In Pliggroot/plugins/functions.embedvideos.php, find:
Code:
$post_video_html = "<br />";
Code:
// code to replace <espn> tags with
$ESPNCode = '<object width="440" height="361"><param name="movie" value="http://sports.espn.go.com/broadband/player.swf?mediaId=$1"></param><param name="wmode" value="transparent"/><param name="allowScriptAccess" value="always"/><embed src="http://sports.espn.go.com/broadband/player.swf?mediaId=$1" type="application/x-shockwave-flash" wmode="transparent" width="440" height="361" allowScriptAccess="always"></embed></object>' . $post_video_html;
// replace <espn> tags with the espn code
$displayed_story = preg_replace("/\<espn\>(.+?)\<\/espn\>/is", $ESPNCode, $displayed_story);
Add <espn> as an html tag and enjoy. Use the video number just like youtube.




Linear Mode
