Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Reply
 
LinkBack Thread Tools
Old 11-11-2009, 09:02 PM   #1
Senior Warrior Member
War Room Member
 
yommys01's Avatar
 
Join Date: Apr 2008
Location: Nigeria
Posts: 1,290
Thanks: 56
Thanked 141 Times in 64 Posts
Social Networking View Member's Myspace Profile 
Contact Info
Send a message via MSN to yommys01 Send a message via Yahoo to yommys01
Default Help With HMTL Code

I need someone to PLEASE teach me to insert an exit popup on my word press blog.

I don't seem to understand the instruction.

There instruction is available here : Reverse Phone Detective Affiliate Program - Pop-Ups

yommys01 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-11-2009, 09:14 PM   #2
Senior Warrior Member
War Room Member
 
yommys01's Avatar
 
Join Date: Apr 2008
Location: Nigeria
Posts: 1,290
Thanks: 56
Thanked 141 Times in 64 Posts
Social Networking View Member's Myspace Profile 
Contact Info
Send a message via MSN to yommys01 Send a message via Yahoo to yommys01
Default Re: Help With HMTL Code

Any warrior? I am trying to install the last one.

yommys01 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-11-2009, 09:17 PM   #3
Advanced Warrior
War Room Member
 
ildarius's Avatar
 
Join Date: Apr 2008
Location: Montreal, Quebec, Canada.
Posts: 722
Thanks: 232
Thanked 50 Times in 30 Posts
Default Re: Help With HMTL Code

see if you can may be put it directly into the html?

Select> HTML view> copy paste the code

Be kind, for you shall pass here but once

ildarius is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-11-2009, 09:18 PM   #4
Erica Stone
War Room Member
 
Sojourn's Avatar
 
Join Date: Apr 2009
Location: Arizona
Posts: 63
Thanks: 30
Thanked 30 Times in 21 Posts
Social Networking View Member's Twitter Profile 
Default Re: Help With HMTL Code

1. Go into Appearance/Editor and bring up your Header (header.php) file. You want to paste the first piece of code into that file somewhere before </head>. Just don't insert it in the middle of another script. Your best bet might be to put it right before </head> to be safe. Replace NICKNAME with your affiliate ID.

2. The second step is to paste that 2nd piece of code inside the <body> tag. This is probably also in your header.php file. That means replace <body> in your file with the new body code they've provided you.

Before I edit my php files, I always save a backup copy, even if it is just to copy and paste the existing code into Notepad so that I can quickly fix any mistakes I might make. Test your site and the new functionality before closing out Notepad if you use this tip.

Hope this helps.

Edited to take out a reference to whether or not this was for WordPress. I obviously read your comment too fast and missed that, in fact, you did need WP directions. Let us know if that works for you or if you need more.

"The successful man will profit from his mistakes and try again in different ways." Dale Carnegie

My earliest project:
Learn Balloon Decorating My life in a blog: Desert Pond
Sojourn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-11-2009, 09:32 PM   #5
Senior Warrior Member
War Room Member
 
yommys01's Avatar
 
Join Date: Apr 2008
Location: Nigeria
Posts: 1,290
Thanks: 56
Thanked 141 Times in 64 Posts
Social Networking View Member's Myspace Profile 
Contact Info
Send a message via MSN to yommys01 Send a message via Yahoo to yommys01
Default Re: Help With HMTL Code

Quote:
Originally Posted by Sojourn View Post
I mostly work with WordPress, but maybe the terminology will help you find this in your own site if you are not using WordPress.

1. Go into Appearance/Editor and bring up your Header (header.php) file. You want to paste the first piece of code into that file somewhere before </head>. Just don't insert it in the middle of another script. Your best bet might be to put it right before </head> to be safe. Replace NICKNAME with your affiliate ID.

2. The second step is to paste that 2nd piece of code inside the <body> tag. This is probably also in your header.php file. That means replace <body> in your file with the new body code they've provided you.

Before I edit my php files, I always save a backup copy, even if it is just to copy and paste the existing code into Notepad so that I can quickly fix any mistakes I might make. Test your site and the new functionality before closing out Notepad if you use this tip.

Hope this helps.
Thanks for this wondeful post. However, being very dumb, I still do not understand how it works. I want to learn it if you can explain a little more. I don't want someone to do it for me.

I have tried to insert the codes the way you instructed but it still did not work.

yommys01 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-11-2009, 09:33 PM   #6
Erica Stone
War Room Member
 
Sojourn's Avatar
 
Join Date: Apr 2009
Location: Arizona
Posts: 63
Thanks: 30
Thanked 30 Times in 21 Posts
Social Networking View Member's Twitter Profile 
Default Re: Help With HMTL Code

Okay - let's try again but first answer a few questions:

1. Did you find </head> in your header file?
2. Did you find <body> in your header file?

"The successful man will profit from his mistakes and try again in different ways." Dale Carnegie

My earliest project:
Learn Balloon Decorating My life in a blog: Desert Pond
Sojourn is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-11-2009, 09:42 PM   #7
Senior Warrior Member
War Room Member
 
yommys01's Avatar
 
Join Date: Apr 2008
Location: Nigeria
Posts: 1,290
Thanks: 56
Thanked 141 Times in 64 Posts
Social Networking View Member's Myspace Profile 
Contact Info
Send a message via MSN to yommys01 Send a message via Yahoo to yommys01
Default Re: Help With HMTL Code

yes for both questions.

yommys01 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 11-11-2009, 10:41 PM   #8
Senior Warrior Member
War Room Member
 
yommys01's Avatar
 
Join Date: Apr 2008
Location: Nigeria
Posts: 1,290
Thanks: 56
Thanked 141 Times in 64 Posts
Social Networking View Member's Myspace Profile 
Contact Info
Send a message via MSN to yommys01 Send a message via Yahoo to yommys01
Default Re: Help With HMTL Code

Thanks to Sojourn and others, for helping me fix the code. Sojourn took my password and did it for me and thought me how to do it too.

Thanks.

yommys01 is online now  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
code, hmtl

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 09:38 PM.