<script type="text/javascript">FYREBALL.create({});</script>
Which will look like this:
You'll notice that we passed the create function an empty object. You can use that object to specify certain button behaviors. For example, you can give the button custom text:
<script type="text/javascript">FYREBALL.create({buttonText: 'Custom Text'});</script>
In much the same way, you can include a buttonClass property in the object to give the button a specified CSS class to match your site's styles. However, you'll lose the fyreball image if you do this.
<script type="text/javascript">FYREBALL.create({
url:"http://worldfrontpage.com/",
description: "In Norway there's no tradition for fireworks arranged by the city. It's too cold in January to gather downtown for the celebrations, so everyone just go out into their gardens or a nearby open spot, launch their rockets and then head back inside.\" writes Norwegian photographer Bjørn Christian Tørr. In this case decentralization certainly works. The result is more than simply beautiful.",
link_list: ['http://worldfrontpage.com/illustrations/2008-Oslo_Norway_by_Bjorn_Christian_Torrissen.jpg'],
title: 'Norwegian Fireworks'
});</script>