Show Visitor's Avipic

Don Von Alpha Dom
by Don Von Alpha Dom · 6 posts
12 years ago in General
Posted 12 years ago · Author
This will display your visitor's avatar picture on your homepage when they visit you.

Code
<script type="text/javascript">
function visitorPic(Nm){
return "<a href='http://avatars.imvu.com/" + Nm + "'><img width='80' height='110' border='0' src='http://www.imvu.com/catalog/web_av_pic.php?av=" + Nm +"'></a>";
}
allTags=document.getElementById('mininav-avname').innerHTML;
if(allTags.indexOf("Guest") == 0) { vN = allTags.substring(6, (allTags.length));} else vN=allTags;
document.write(visitorPic(vN));
</script>
Posted 10 years ago
Cool, thanks.
Posted 3 years ago
this is great, thanks.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Sign in

Already have an account? Sign in here

SIGN IN NOW

Create an account

Sign up for a new account in our community. It's easy!

REGISTER A NEW ACCOUNT