Tracking HP Visitors and Avatar Names - Clicky + Javascript

Don Von Alpha Dom
by Don Von Alpha Dom · 23 posts
3 years ago in Javascript
Posted 3 years ago · Author
This tutorial allows you to track more information about the users who visit your HP on IMVU.

1) Start by registering a clicky account: https://clicky.com/
2) Login to clicky and get your clicky tracking code
3) Add your clicky tracking code to your HP
4) Add the following JavaScript code to your HP:

Code
<script type="text/javascript">
var vName = document.getElementById("mininav-avname").innerHTML;
var clicky_custom = clicky_custom || {};
  clicky_custom.visitor = {
    username: vName
  };
</script>


5) Wait for people to visit your HP
6) Login to clicky and check the visitor info on your clicky dashboard
Posted 3 years ago
Hello, useful, what do you mean by "add your clicky tracking code to your HP" ?
Posted 3 years ago
wow this is going to be outstandingly kewl. I cant wait to try it :) tks Don :)
Posted 3 years ago · Author
@pepsicolaa


HP = homepage

IMVU provides you with your own homepage, that you can add scripting code to. There is a link to it on your avatar card. I think the avatar card calls it your "profile". IMVU's website calls it your homepage. Your homepage has edit buttons on it, that you can click to add code.
Posted 3 years ago
very good this tip I can't wait to try it thank you very much
Posted 3 years ago
@Don Von Alpha Dom


When you register on Clicky it asks you for a website to add to your account before proceeding to anything.

What to do for this? Did you forget a step on your tutorial?
Posted 3 years ago · Author
@KokoNyny


Not sure. I did not test this myself.

Someone else told me they were using clicky for this ... and asked me to give them JavaScript code to pass extra data to clicky. I wrote the code, gave it to them, and they said it worked.
Posted 3 years ago
@Don Von Alpha Dom


So yeah I found that you need to "register" imvu.com on your Clicky account to make the code part to work. You should update your tutorial btw.
Posted 3 years ago
It doesn't seems to work for me neither, the visitor counts remains at 0 on clicky

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