Ronie_iz_BaD Forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Free Popunder code - Advertise your second website while there are visitors on this site

+2
Paris Hilton
hotidiot
6 posters

Go down

Free Popunder code - Advertise your second website while there are visitors on this site Empty Free Popunder code - Advertise your second website while there are visitors on this site

Post by hotidiot Tue Mar 30, 2010 2:19 pm

Popunders are a much better solution to web browser advertising than pop ups. Instead of interrupting the web surfer, it loads in the background and is only shown when the user closes the front browser. Another advantage to popunders is that the message gets a chance to fully load, whereas with pop ups, most people hit the X before the message is even close to loading.

Now I will admit, I am not the biggest fan of popunders, and they should certainly not be your sole advertising method, but I do believe they can be somewhat effective if used correctly.


Here are some guidelines you should follow when using your popunders:

1) Make sure the message is short, sweet, and to-the-point. Get their attention fast and GET THE CLICK.
People are not going to sit and read a 4-paragraph message.

2) Keep it simple. Stay away from flashing banners, scrolling text, and anything else cheesy. Your message is the most important part so make sure the reader gets a chance to focus on that.

3) Target! Target! Target! I cannot stress how important it is to make sure the message fits your web site's
audience. You don't have a second to lose so don't waste your time trying to advertise something that is unrelated to your audience.

If they came to your site to learn about web hosting, make the popunder ad relate to this topic. Promote a
specific benefit for web hosting. Don't just put up any random ad. Your chances of getting the click will be
slim to none.



Free Popunder Code

Below you'll find the HTML code for a resizable popunder window. Simply copy and paste the code inside the of your web page and be sure to add the URL to your popunder page where specified.

There are instructions inside the script to help you configure it to your needs.
Attachments
Free Popunder code - Advertise your second website while there are visitors on this site Attachment
popunder code and instructions.txt You don't have permission to download attachments.(3 Kb) Downloaded 1 times
hotidiot
hotidiot
Subscriber
Subscriber

Posts : 200
Points : 9171
Reputation : 11
Join date : 2009-12-04

Back to top Go down

Free Popunder code - Advertise your second website while there are visitors on this site Empty Re: Free Popunder code - Advertise your second website while there are visitors on this site

Post by Paris Hilton Tue Mar 30, 2010 2:27 pm

Here is a live popup window generator CLICK
Paris Hilton
Paris Hilton
Senior memberz
Senior memberz

Posts : 118
Points : 5951
Reputation : 2
Join date : 2009-12-02

Back to top Go down

Free Popunder code - Advertise your second website while there are visitors on this site Empty Re: Free Popunder code - Advertise your second website while there are visitors on this site

Post by Paris Hilton Tue Mar 30, 2010 2:36 pm

HERE is 1 full page popup code for ronieizbad.net


Code:
<!-- TWO STEPS TO INSTALL POPUP WINDOW:

  1.  Paste the first into the HEAD of your HTML document
  2.  Use the code to open the popup page on your site  -->

<!-- STEP ONE: Copy this code into the HEAD of your HTML document  -->

<HEAD>

<script LANGUAGE="Javascript">
<!-- Idea by:  Nic Wolfe (Nic@TimelapseProductions.com) -->
<!-- Web URL:  http://fineline.xs.mw -->

<!-- This script and many more are available free online at -->
<!-- The Javascript Source!! http://javascript.internet.com -->

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=1024,height=768,left = 0,top = 0');");
}
// End -->
</script>


<!-- STEP TWO: Paste this onLoad event handler into the BODY tag -->

<BODY onLoad="javascript:popUp('http://ronieizbad.net')">

<!-- script Size:  0.73 KB  -->
Paris Hilton
Paris Hilton
Senior memberz
Senior memberz

Posts : 118
Points : 5951
Reputation : 2
Join date : 2009-12-02

Back to top Go down

Free Popunder code - Advertise your second website while there are visitors on this site Empty Re: Free Popunder code - Advertise your second website while there are visitors on this site

Post by monochromatic Tue Mar 30, 2010 2:42 pm

But here is the popunder script which chooses random url's everytime the script loads i.e the webpage gets a visit.
Attachments
Free Popunder code - Advertise your second website while there are visitors on this site Attachment
popunder code and instructions2.txt You don't have permission to download attachments.(2 Kb) Downloaded 1 times
monochromatic
monochromatic
Senior memberz
Senior memberz

Posts : 141
Points : 6971
Reputation : 8
Join date : 2009-12-01

Back to top Go down

Free Popunder code - Advertise your second website while there are visitors on this site Empty Re: Free Popunder code - Advertise your second website while there are visitors on this site

Post by kurdt Tue Mar 30, 2010 3:13 pm

The code that Paris gave is the only working code, but it is a popup Free Popunder code - Advertise your second website while there are visitors on this site Icon_neutral
kurdt
kurdt
Subscriber
Subscriber

Posts : 221
Points : 6918
Reputation : 13
Age : 37
Join date : 2009-12-06

Back to top Go down

Free Popunder code - Advertise your second website while there are visitors on this site Empty Re: Free Popunder code - Advertise your second website while there are visitors on this site

Post by kurdt Tue Mar 30, 2010 3:30 pm

And here is the solution, actually i found 2 solutions but this is the easiest.
As they wrote that you just have to tell the browser to stay with the current window in front and open the new link in the back. like new tabs we open in the browser. Choosing whether to stay on the current window when a new tab is opened or go to the newly opened tab.

Well, nevermind don't read that what I wrote above and if you already read it, its your luck.

SOLUTION :

Add this line of code : window.focus();

HERE :
Code:


<!-- Begin
function popUp(URL) {
day = new Date();
id
 = day.getTime();
eval("page" + id + " = window.open(URL, '" + id +
"',
'toolbar=1,scrollbars=1,location=1,statusbar=1,menubar=1,resizable=1,width=1024,height=768,left
 = 0,top = 0');");
[u]window.focus();
[/u]}
// End -->
</script>


 LANGUAGE="Javascript">








But it is loading everytime the page is loading
Free Popunder code - Advertise your second website while there are visitors on this site Icon_neutral
kurdt
kurdt
Subscriber
Subscriber

Posts : 221
Points : 6918
Reputation : 13
Age : 37
Join date : 2009-12-06

Back to top Go down

Free Popunder code - Advertise your second website while there are visitors on this site Empty Re: Free Popunder code - Advertise your second website while there are visitors on this site

Post by kurdt Tue Mar 30, 2010 3:33 pm

And don't use [ u]rvtrbyrtdbuy [/u] before and after the new line of code
kurdt
kurdt
Subscriber
Subscriber

Posts : 221
Points : 6918
Reputation : 13
Age : 37
Join date : 2009-12-06

Back to top Go down

Free Popunder code - Advertise your second website while there are visitors on this site Empty Re: Free Popunder code - Advertise your second website while there are visitors on this site

Post by Admin Tue Mar 30, 2010 9:16 pm

Here you can have more options to create popunder or popup with time delay and other options CLICK HERE
Admin
Admin
Admin
Admin

Posts : 645
Points : 11908
Reputation : 62
Age : 40
Location : India (New Delhi)
Join date : 2009-11-30

http://www.pokingeye.com

Back to top Go down

Free Popunder code - Advertise your second website while there are visitors on this site Empty Re: Free Popunder code - Advertise your second website while there are visitors on this site

Post by burst Thu May 20, 2010 9:19 am

Thanks for the links
Attachments
Free Popunder code - Advertise your second website while there are visitors on this site Attachment
epndomain.txt You don't have permission to download attachments.(1 Kb) Downloaded 3 times

burst
Senior memberz
Senior memberz

Posts : 104
Points : 5750
Reputation : 4
Join date : 2010-02-04

http://www.nlpy.net

Back to top Go down

Free Popunder code - Advertise your second website while there are visitors on this site Empty Re: Free Popunder code - Advertise your second website while there are visitors on this site

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum