|
The 4 Steps of Hovclick:
Step 1:
Once you have logged into Hovlick.com, select (the New HovClick Button).
Step 2:
Choose a pre-designed HovClick, or Create a new HovClick of your own. If you create a HovClick of your own, make sure to set the Page Width, Height, and the amount of time you would like the HovClick to delay. (The Delay is measured in Seconds.)
Step 3:
Check the checkbox of the HovClick and then select (the Get Code Button). This will pop up with the one line of JavaScript to enter in the Source of the page you would like the HovClick to be displayed on.
Step 4:
Paste the generated code right below the closing body tag (</body>) in the source of your web page.
That’s it!
Example Code and Location
<html> <head> </head>
<body>
All the words and pictures of your website would be in here.
</body>
<script src="http://www.hovclick.com/popover.php?id=4bf54a63fcb47e038ebebec92d81ada8"></script>
</html>
** Note - If your having issues with sizing in Internet Explorer please change popover.php to popover1.php.
For Example:
</body>
<script src="http://www.hovclick.com/popover1.php?id=4bf54a63fcb47e038ebebec92d81ada8"></script>
</html>
|