-
For fun and never-ending metallic mayhem, you can display random metal albums on your own site or blog with the Metallizer.dk Widget.
-
It is quite easy to install: Simply insert this JavaScript tag somewhere on your site:
<script type="text/javascript" src="http://metallizer.dk/static/widget.js"></script>
-
It will look like this:
-
No adware, spyware, or any other nefarious scheme is involved.
However, this service may cause Armageddon,
may damn your eternal soul to Hell,
and/or may self-destruct without warning.
-
Advanced options - manipulation of widget options:
You can control certain aspects of the widget if you really need to.
Two options exist:
- The width of the widget.
- The number of tracks the widget displays (valid range is 1-9 tracks).
-
E.g. to widen the widget to 200 pixels, but only display 5 tracks:
<script type="text/javascript">metallizer_widget_options = {width: '200px', tracks: 5};</script>
<script type="text/javascript" src="http://metallizer.dk/static/widget.js"></script>
-
You can even get tricky and randomize the number of tracks:
<script type="text/javascript">metallizer_widget_options = {tracks: Math.floor(Math.random()*5+5)};</script>
<script type="text/javascript" src="http://metallizer.dk/static/widget.js"></script>