How to Put More Than One Pop Up on IMVU
To make your notices more eye-catching, consider adding these messages as pop ups on your IMVU profile page. Each pop up appears in a separate dialog window, and they are the first things a visitor sees when she loads your page in a browser. These greetings are ideal if you have an important bulletin to share, or if you just want to customize your profile even more. Use the tools in your IMVU account to add the JavaScript code that puts more than one pop up on your site.
Instructions
-
-
1
Log in to your IMVU account. Click your avatar name that appears in the menu bar to go to your profile page.
-
2
Click the "Edit" button in the top-right corner of the About Me panel. Click the "Edit custom HTML/CSS" option in the list that displays to bring up the text box where you enter your code.
-
-
3
Type the following JavaScript code in the box:
<script type="text/javascript">
alert('Notice 1');
alert('Notice 2');
alert('Notice 3');
</script>Each "alert('Notice #');" line represents a separate pop-up note. Add or remove these lines to create the number of messages you prefer.
-
4
Enter your pop-up text in place of the "Notice 1," "Notice 2" and "Notice 3" entries. For example:
alert('This is your first pop-up message.'); -
5
Click the "Save" button at the bottom of the text box. Refresh your browser window to see your pop-up notices appear on the page.
-
1