Quote:
Originally Posted by Roi Danton
To support vimeo.com add the following code to PlugIn passiveVid - Global Array
PHP Code:
// Vimeo (own edit) $passiveVid[] = array ( 'string' => '#'.$urlrx[0].'(?:www\.)?vimeo.com/(\d+)(?:[^"]+)?'.$urlrx[1].'#', 'replacement' => '$PASSIVEURL = $matches[1]; $PASSIVETITLE = $matches[3]; $PASSIVEEMBED = \'<object width="500" height="281"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=\'.$matches[2].\'&server=vimeo.com&show_title=1&show_byline=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=\'.$matches[2].\'&server=vimeo.com&show_title=1&show_byline=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"></embed></object>\'; return "'.$customstring.'";', 'id' => 7563452433 );
|
I am a bit new to this. Where should I be looking in the Admin control panel to find where this edit should go?
Is there a specific place in the language that this edit should start after?