Thursday, November 13, 2014

Put My Imvu Name With My Credits

If you have a lot of IMVU credits, consider showing off this accomplishment by putting it next to your IMVU name. Your name displays on your profile and identifies your presence on this avatar-based social networking site. Performing this task can be confusing because IMVU does not give you a way to attach your credits to your name. Instead, use a workaround by adding special code to your profile page.


Instructions


1. Log in to your IMVU account. Click your avatar name above the menu bar to go to your profile page.


2. Click the "Edit" button in the top-right corner of the About Me panel, and select the "Edit custom HTML/CSS" link in the drop-down list. This action displays a text box where you input your code.


3. Type the following code in the text box:


/* by productions published on http://imvu.at/ic133 under CC-Share-alike license */


var copiedfrom='www.imvucodes.net';


document.getElementById('avatar_name').innerHTML=' ';


4. Position your cursor between the quotation marks after the "innerHTML=" entry. Enter your IMVU name and type the number of credits you have. For example:


document.getElementById('avatar_name').innerHTML='IMVU Name Credits 20,000';


5. Click the "Save" button at the bottom of the text box. Your IMVU name now displays with your credits.

Tags: your IMVU, your profile, your profile page, avatar_name innerHTML, document getElementById