Cant get the gigatool widget work in blocs 3

hi there
i tried to dispay a widget from gigatools into my website but i only get a blank page… tried it with the code bric…

here would be the code i want to insert

<div><script type="text/javascript" src="http://widget.gigatools.com/html/v2/GigaTools-iframe.js"></script><script type="text/javascript">
 addGigaToolsWidget(new GigaToolsWidget({ client: 'user', id: 'brainalien', widthType: 0, font: 'helvetica', width: '550',height: '500',  backgroundColor: 'rgba(0,0,0,1)', headTextColor: '#ffffff', bodyTextColor: '#afafaf', borderColor: '#CCCCCC', borderSize: '2', borderRadius: '0' }));
</script></div>

would be really apreciated if anybody could help me with this…thanks in advance
ralph

Hello this code is working…

Just add a code bric and paste it in the html code and appears this:

And after a few seconds, appears this:

hi there
in the preview it works, but when i upload the site online, its gone and a blank page is hown

Hello @brainalien

There you have the script in a server working:

LINK