Inserting Peel away ads on wp-blogs.
Posted: under Internet-Marketing.
How to insert a peel away ad on a self hosted wp-blog
The only file that requires editing is the peel.js file, open this up using an editor i use PSPad to do my editing.
What to change:
/ ——————————————————— MODIFFY
esel.ad_url = escape(’http://www.WHERE-SHOULD-IT-GO.com‘); // Change URL to be redirected to when clicking Peel Away Ad
// ——————————————————— END MODIFY
esel.small_path = ‘http://www.YOUR-URL-HERE.com/peel/cornersmall.swf‘; // Enter the URL of the Peel Away Corner Flash
esel.small_image = escape(’http://www.YOUR-URL-HERE.com/peel/images/small.gif’); // URL of the Image behind the Peel
esel.big_path = ‘http://www.YOUR-URL-HERE.com//peel/cornerbig.swf‘; // Enter the URL of the Large Peel Away Corner
esel.big_image = escape(’http://www.YOUR-URL-HERE.com/peel/images/big.gif‘); // URL of the Big Image Behind the Peel
All the changes you need to make to the script i change the color of the font so they will stand out more. The fist change you need to make is the go to url. This will be the page they are taken too when they click on the peel away. This is in the red font.
next enter the url of the cornersmall.swf and the url for the small.gif image.
Do the same for the cornerbig.swf and gif file
** Tip it is best to upload these files to your server first so you know the url**
With the file edited and saved upload it to your server. To activate the script you will need to insert this coding to the page you wish the peel away ad to appear on.
<script src="http://www.yoursite.com/peel/peel.js" type="text/javascript"></script>
Comments (0)
Jul 19 2008