Search
Most common:
center
,
hide
,
special someone
,
text
,
panel
,
scroll
,
center panels
Login
Get clickable visitors aviname
5347 views
imvucodesAds
Added by
productions
This will write the name of the visitor at the given location and makes it clickable!
»
Discuss about this code snippet on imvuboard.com
<script type="text/javascript"> /* by productions published on http://imvu.at/ic290 under CC-Share-alike license */ var copiedfrom='www.imvucodes.net'; function getaviname_by_imvucodesnet () { try { return document.getElementById('mininav-avname').innerHTML; } catch(e) { return false; } } var aviname_ic = getaviname_by_imvucodesnet(); if (aviname_ic != false) { document.write('<a href="http://avatars.imvu.com/'+aviname_ic+'" target="_blank">'+aviname_ic+'</a>'); } </script>
Click the code to select, press CTRL+C to copy and CTRL+V to paste at the wanted location.
Share:
Preview:
Try this code
Problem?
Report
Comments
Ask a Question on imvucodes