* &;t;?php chatopica_widget(); ?>
*
*
* The function can optioncally take the following arguments:
*
* @param string $width The widget width. It can be a percentage of the container or an integer specifying pixels
* @param string $height The height of the element. Same as $width
* @param string $room The room to connect to. This is ignored at the moment.
* @return Nothing. Echoes a div tag and the embedding code.
*
*/
function chatopica_widget($width=”100%”, $height=300, $bgcolor=”FFFFFF”, $room=NULL)
{
if (empty($room)):
$room = get_option(’chatopica_room’);
endif;
?>
} // chatopica_widget



