Make aweber work with wordpress on IE
If you guys are not using hover ads or light box ads by aweber, you guys are missing out on a lot of leads.
Hover ads and light boxes are gold when it comes to increasing return traffic and leads to your site.
Aweber had this option (light box and hover ad) but I couldn’t figure out why it didn’t work with IE.
Everytime you used it with IE using wordpress, you would get this pop up from internet explorer and the site will dissapear.
Well now their is a way . . .
Simply add the “defer” option within your javascript code.
<script type=”text/javascript” src=”http://forms.aweber.com/form/66/split.htm” defer=”defer”></script>
For wordpress:
You need to open the index.php and the code right after a body tag ( <body> ) - which you also have to add.
This is how it should look - add the body tag right after the first line on index.php followed by your aweber script on wordpress:
<?php get_header(); ?>
<body><script type=”text/javascript” src=”http://forms.aweber.com/form/66/split.htm” defer=”defer”></script>
Hope it helps!
I learned this neat trick from cybercashology
Popularity: 12% [?]
No comments yet.