The green spirals are an indication that the widget has created its space on the page and has contacted the server for more information (like button status and label).
There are two ways to cause a widget not to load:
If there is no network connectivity when you loaded the page and the JavaScript came out of cache.
If you do not have a complete HTML document surrounding the widgets (affects Safari and Chrome). You must put the widgets in the body of an HTML document and have to have at least the following structure:
<html>
<head>
<title>ioBridge Widgets</title>
</head>
<body>
(((Drop widget embed tags here)))
</body>
</html>
There are ways around having an HTML structure, but this procedure is the most compliant against all modern browsers - Chrome, Safari, Pogo, Firefox, Opera, and Internet Explorer (5/6/7 and IE

.
Let me know if this answers your questions.