|
Notes
- Adding the Popup Note To Your Webpage or Blog
When you use
the "Add Popup" feature, it will do two things:
-
Add a snippet
code just after the opening <body> tag in your webpage that
will look like this:
<!-- POPUP --><script src=index.popup/script.js></script><!--
END -->
-
Create a
folder with the name
index.popup
which
contains three files: logo.png,
pix.gif,
and
script.js.
The above
example is for a homepage called index.html. However, if the
page you are adding an Impact Popup note to is called
specialoffer.html, then the code in your
page will look like this:
<!-- POPUP --><script src=specialoffer.popup/script.js></script><!--
END -->,
and the folder will be named
specialoffer.popup.
The page name and the folder name should always match, and
both need to reside on the same directory level on
your webserver for the popup to work!
PHP Pages / WordPress Blogs
As shown on
tutorial video 3, the Impact Popup code snippet needs to be placed
right at the top of your php page, before the opening
<?php code, for the note popup to
work.
If you're trying to install an Impact Popup note on your
WordPress blog, you would probably add the Impact Popup code
snippet to the top of the header.php file for the WordPress theme
you are using,
however this might be theme dependent.
|