Generated Code for 0reia

There are multiple variations of the code which can be used: the javascript based 'Blinger', a website link, a basic HTML Form, or an IFrame.
The 'Blinger' serves two purposes: it allows users to request your bling, and allows you to send bling to those who have requested it.
In order to send the badges requested you MUST put the 'Blinger Code' on your homepage or one of your product pages.
Only ONE 'Blinger' can only be on a page; if you want extra request forms, use the HTML Form code.

Blinger Code

Copy and paste the following code:
<div id='imvuxblinger'>
<script type='text/javascript'>
ixblinger_config = {
	avatar_name: '0reia'
};
</script>
<script type='text/javascript' src='http://imvubling.imvux.com/scripts/blinger_loader.js'></script>
</div>

Link Code

Copy and paste the following code:
Request My Bling!
<a href='http://imvubling.imvux.com/?AvatarName=0reia' target='_blank'>Request My Bling!</a>

BBCode Code

Copy and paste the following code:
Request My Bling!
[url=http://imvubling.imvux.com/?AvatarName=0reia]Request My Bling![/url]

HTML Form Code

Copy and paste the following code:
Avatar Name:
<form action='http://imvubling.imvux.com/' method='get' target='_blank'>
<input type='hidden' name='Mode' value='Add'>
<input type='hidden' name='AvatarName' value='0reia'>
Avatar Name:
<input type='text' name='RequesterName' value='Avatar Name' onclick='this.value="";'>
<input type='submit' value='Request'>
</form>

IFrame Code

Copy and paste the following code:
<iframe src='http://imvubling.imvux.com/?type=mini&AvatarName=0reia' style='width: 370px; height: 60px;'></iframe>