'.$id.',
'pl' => 'player', //sets the default values if no attribute is set
'by' => 'authorSTREAM'
), $atts));
$replacement ='
Uploaded on authorSTREAM by '.$by.'';
return $replacement;
}
add_shortcode('authorSTREAM', 'authorstream_Display'); //install the shortcode
?>