<?php
$export_tags = array (
0 =>
array (
'tag' => 'embed:photobucket',
'descrip' => 'Photobucket Widget',
'prompt' => 'Please enter the URL to your photobucket widget (.pbw file).',
'regex' => '(.*)\\?(.*)=(.*)',
'markup' => '<embed type="application/x-shockwave-flash" wmode="transparent" src="http://w33.photobucket.com/pbwidget.swf?pbwurl=\\\\1\\\\3" height="350" width="425" />',
),
);
?>