I got the solution thanks to Carreon from
Joomla! México
The thing is create a iframe in the correct template:
components/com_fireboard/template/default/smile.class.php
Find the code:
[code:1] // img
$fb_message_txt = preg_replace("/[img size=([0-9][0-9][0-9])](.*?)[/img]/si", "", $fb_message_txt);
$fb_message_txt = preg_replace("/[img size=([0-9][0-9])](.*?)[/img]/si", "", $fb_message_txt);
$fb_message_txt = preg_replace("/[img](.*?)[/img]/si", "", $fb_message_txt);
$fb_message_txt = preg_replace("//si", _LINK_JS_REMOVED, $fb_message_txt);[/code:1]
EDIT: And replace with the screenshot code two post downhere