# Landing Page - Here's My final Piece of the Puzzle

**URL:** <https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190>\
**Category:** Tools of the trade\
**Created:** [April 5, 2017, 10:16am UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190 "2017-04-05T10:16:11Z")\
**Posts on this page:** 20\
**Page:** 1

<div class="post-metadata">

**Author:** ![Adnan](https://mpsocial.com/user_avatar/mpsocial.com/adnan/32/326_2.png) [@Adnan](https://mpsocial.com/u/Adnan)\
**Post date:** [April 5, 2017, 10:16am UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/1 "2017-04-05T10:16:11Z")

</div>

Regards,

As most of you know, in last couple of months I shared almost everything I know with this community and I do not regret it. All I wanted is to help you earn some money. So, you had a chance to see [the settings I use for my Instagram accounts](https://mpsocial.com/t/make-money-with-instagram-cpa-full-mass-planner-settings-included/27) used for CPA marketing, I revealed my [best performing niches](https://mpsocial.com/t/revealed-my-cpa-niches-and-methods/6633), and even [my frustration](https://mpsocial.com/t/do-you-make-money-online-no-whats-your-excuse-then/7914) 🙂

As I said, almost everything, so here’s my final piece of the puzzle.

Just to be clear with this, I did used [G+ links](https://mpsocial.com/t/how-to-use-same-link-on-multiple-profiles-and-avoid-instagram-detecting-it/28) to get different URL for each of my IG accounts or used [FB Hashtag method](https://mpsocial.com/t/method-promote-your-fb-posts-without-getting-page-links-banned/33/51) to avoid getting blocked while promoting on Facebook, but all my prelanders, and when I say prelanders I refer to Facebook and G+ posts, led to my landing page of course.

## Now, what was my landing page?

Let’s explain this in a simple way with that NFL Jersey giveaway CPA offer. My landing page was official NFL Shop website 🙂

That’s why the conversion rate for this offer was high and that’s why this offer worked extremely well for me. It looked freaking real.

## So, how I did it?

No, it doesn’t include hacking, I’m not capable of doing anything related to that 😃

It’s pretty simple. There’s a wordpress plugin that I used to jack NFL Shop homepage and show my pop up with nice free jersey offer image, NFL Shop logo and call to action.

Basically, users would think they’re on official NFL Shop page and shop is offering them free jersey. Who wouldn’t believe that, right? Well, you probably wouldn’t since you would actually check the URL in address bar and see it’s not official page, but ordinary users have no clue and do not check that kind of stuff.

So, I thought to share this plugin with all of you.  
Some of you heard about it, some not, but here you go.

**[Download Jack Jacker Gold](http://www99.zippyshare.com/v/y2ti04CI/file.html)**

VirusTotal: [http://bit.ly/2oHxy7M](http://bit.ly/2oHxy7M)

## Instructions:

Upload the plugin to your WP site, install and activate. Create new page. Then go to Jack Jacker settings in WP and create new Jack. There are couple of fields in Jack Jacker options.

You’ll see Select a WordPress page, select the page you just created.

[http://i.imgur.com/drlDua3.png](http://i.imgur.com/drlDua3.png)

I think screenshot speaks for itself. It’s up to you are you going to use bar text or only set color of it to match color of real website (the one you jacked). Personally, I do not like it and use only pop up. Now, the plugin doesn’t come with the pop up option, but here’s the simple code you can add to HTML field and you’ll get the pop up to show.

Here’s the code:

```
<!-- POP UP Start --><!-- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> -->
 <script>
      $(document).ready(function(){
         $('#overlay').fadeIn(500,function(){
            $('#popup').show();
         });
 
         $(".close").on('click', function() {
            $('#popup').hide();
            $('#overlay').fadeOut(500);
         });
      });
   </script>
<div id="overlay" style ="position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.6; filter: alpha(opacity=60); z-index: 5; display: none"></div>
<div id="popup" style="position:fixed; display:hidden; top:250px; left:50%; width:500px; height:auto; margin-left:-250px; background-color:#FFFFFF; z-index:6; padding:20px; border:solid 5px #2A1D9E; border-radius:5px;">
<a href="URL TO YOUR CPA OFFER" class="close" style="display: block; float:right; position:relative; top:-15px; right: -15px; height: 20px; color:#FFFFFF;">X</a>
<p style=color:#FFFFFF;">
</p>
<p style="margin:0; padding:5px; text-align:justify;">
<a href="URL TO YOUR CPA OFFER"><img class="aligncenter wp-image-21 size-full" src="URL OF IMAGE YOU WANT TO SHOW IN POP UP.jpg" alt="ALT TEXT" width="500" height="300" /></a>
</p>
<a href="URL TO YOUR CPA OFFER" style="margin:0; padding:5px; text-align:right; float:right; color:#333333;">CALL TO ACTION TEXT CLICK HERE</a>
</div>
<!-- POP UP End -->

```

Of course, there is some stuff you can change in the script according to your wishes, like position of pop up, color of borders… It’s up to you to decide.

Yeah, one more thing to mention. The field Jack Page Links should be set to YES so visitors are redirected to your offer whatever link they click on that website (even links outside of pop up)

After you set up everything, visit the page to see how everything looks like, don’t forget to visit it from mobile phone too to see how it looks like there, maybe you’ll need to do some changes in the code (position) to put the popup window in the right place.

That should be it. Simple and easy way to create efficient and convincing landing page. There’s nothing more convincing than [apple.com](http://apple.com) offering you free iPhone, or Microsoft offering you free Xbox. 🙂

---

<div class="post-metadata">

**Author:** ![benny](https://mpsocial.com/user_avatar/mpsocial.com/benny/32/11175_2.png) [@benny](https://mpsocial.com/u/benny)\
**Post date:** [April 5, 2017, 10:33am UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/2 "2017-04-05T10:33:26Z")

</div>

@adnan, you are a legend!

---

<div class="post-metadata">

**Author:** ![Adnan](https://mpsocial.com/user_avatar/mpsocial.com/adnan/32/326_2.png) [@Adnan](https://mpsocial.com/u/Adnan)\
**Post date:** [April 5, 2017, 10:54am UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/3 "2017-04-05T10:54:24Z")

</div>

Thanks @benny, I’m trying 😃

---

<div class="post-metadata">

**Author:** ![Johnny](https://mpsocial.com/user_avatar/mpsocial.com/johnny/32/45706_2.png) [@Johnny](https://mpsocial.com/u/Johnny)\
**Post date:** [April 5, 2017, 10:58am UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/4 "2017-04-05T10:58:19Z")

</div>

Amazing share as always 😃 you’re really giving it all away for free like this? 👏 🙌

---

<div class="post-metadata">

**Author:** ![Adnan](https://mpsocial.com/user_avatar/mpsocial.com/adnan/32/326_2.png) [@Adnan](https://mpsocial.com/u/Adnan)\
**Post date:** [April 5, 2017, 11:02am UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/5 "2017-04-05T11:02:15Z")

</div>

Sharing is caring @Johnny 😃

I feel good when I do good deeds. I just gave $200 to… my wife this morning. Great feeling.

---

<div class="post-metadata">

**Author:** ![instagramfamousfam](https://mpsocial.com/letter_avatar_proxy/v4/letter/i/3d9bf3/32.png) [@instagramfamousfam](https://mpsocial.com/u/instagramfamousfam)\
**Post date:** [April 5, 2017, 11:20am UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/6 "2017-04-05T11:20:52Z")

</div>

Amazing share! This is really good and something I’m going to literally go and do now.

Instead of having my good looking landing pages which get some trust, the users get the literal source, so if you are promoting a real, actual product for free why not use their actual page as your landing and redirect every link with this tool!

Great stuff, thanks!

---

<div class="post-metadata">

**Author:** ![hamza1080i](https://mpsocial.com/user_avatar/mpsocial.com/hamza1080i/32/1776_2.png) [@hamza1080i](https://mpsocial.com/u/hamza1080i)\
**Post date:** [April 5, 2017, 11:30am UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/7 "2017-04-05T11:30:57Z")

</div>

**Another amazing share 😃**  
**Thank you** @Adnan

---

<div class="post-metadata">

**Author:** ![Said](https://mpsocial.com/user_avatar/mpsocial.com/said/32/11294_2.png) [@Said](https://mpsocial.com/u/Said)\
**Post date:** [April 5, 2017, 12:13pm UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/8 "2017-04-05T12:13:17Z")

</div>

Well I gotta say, this is really amazing, wonderful. To sum it up: Adnan you are the man 🌟

---

<div class="post-metadata">

**Author:** ![NoxoN](https://mpsocial.com/user_avatar/mpsocial.com/noxon/32/5085_2.png) [@NoxoN](https://mpsocial.com/u/NoxoN)\
**Post date:** [April 5, 2017, 1:59pm UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/9 "2017-04-05T13:59:48Z")

</div>

Super! Thank you very much. 😉 👍

---

<div class="post-metadata">

**Author:** ![tresaisk](https://mpsocial.com/letter_avatar_proxy/v4/letter/t/d2c977/32.png) [@tresaisk](https://mpsocial.com/u/tresaisk)\
**Post date:** [April 5, 2017, 2:08pm UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/10 "2017-04-05T14:08:17Z")

</div>

Wow thank you for this great guide/advice! 🕶

---

<div class="post-metadata">

**Author:** ![kevinfar](https://mpsocial.com/user_avatar/mpsocial.com/kevinfar/32/3655_2.png) [@kevinfar](https://mpsocial.com/u/kevinfar)\
**Post date:** [April 5, 2017, 3:23pm UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/11 "2017-04-05T15:23:09Z")

</div>

@Adnan

That is amazing, thank you. Downloaded and installed it and going to it it a spin, looks amazing, especially the ability to change all links on page!

thanks again!

---

<div class="post-metadata">

**Author:** ![kevinfar](https://mpsocial.com/user_avatar/mpsocial.com/kevinfar/32/3655_2.png) [@kevinfar](https://mpsocial.com/u/kevinfar)\
**Post date:** [April 5, 2017, 3:39pm UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/12 "2017-04-05T15:39:21Z")

</div>

@Adnan  
Is there a way to make the pop up come up with a delay?  
Thank you.

---

<div class="post-metadata">

**Author:** ![Adnan](https://mpsocial.com/user_avatar/mpsocial.com/adnan/32/326_2.png) [@Adnan](https://mpsocial.com/u/Adnan)\
**Post date:** [April 5, 2017, 4:20pm UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/13 "2017-04-05T16:20:43Z")

</div>

Probably yes, I’ll have to google it 🙂 or maybe some of the users here already know?

---

<div class="post-metadata">

**Author:** ![wortime](https://mpsocial.com/user_avatar/mpsocial.com/wortime/32/30775_2.png) [@wortime](https://mpsocial.com/u/wortime)\
**Post date:** [April 5, 2017, 4:39pm UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/14 "2017-04-05T16:39:58Z")

</div>

Wow man, always bringing the knowledge.

---

<div class="post-metadata">

**Author:** ![Alfie321](https://mpsocial.com/user_avatar/mpsocial.com/alfie321/32/5757_2.png) [@Alfie321](https://mpsocial.com/u/Alfie321)\
**Post date:** [April 5, 2017, 6:35pm UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/15 "2017-04-05T18:35:39Z")

</div>

Hello Adnan, i’m definately going to give a try to this. I ended up frustrated on CPA but hell, your passion is contagious!

Thanks for your efforts

---

<div class="post-metadata">

**Author:** ![wortime](https://mpsocial.com/user_avatar/mpsocial.com/wortime/32/30775_2.png) [@wortime](https://mpsocial.com/u/wortime)\
**Post date:** [April 5, 2017, 7:04pm UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/16 "2017-04-05T19:04:51Z")

</div>

> [@Adnan](#):
>
> I feel good when I do good deeds. I just gave $200 to… my wife this morning. Great feeling.

I gave my wife a year long trip to South and Central America once…

But she came back anyways..

---

<div class="post-metadata">

**Author:** ![dma0245](https://mpsocial.com/user_avatar/mpsocial.com/dma0245/32/28521_2.png) [@dma0245](https://mpsocial.com/u/dma0245)\
**Post date:** [April 5, 2017, 7:45pm UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/17 "2017-04-05T19:45:59Z")

</div>

> [@Adnan](#):
>
> . I just gave $200 to… my wife this morning

i just hate this kind of bans…

Nice thread again !

---

<div class="post-metadata">

**Author:** ![Gernozarus](https://mpsocial.com/user_avatar/mpsocial.com/gernozarus/32/9795_2.png) [@Gernozarus](https://mpsocial.com/u/Gernozarus)\
**Post date:** [April 5, 2017, 7:51pm UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/18 "2017-04-05T19:51:58Z")

</div>

Nice thread!  
This method could turn out to be very useful for me sooner or later 😉

---

<div class="post-metadata">

**Author:** ![Goatean](https://mpsocial.com/letter_avatar_proxy/v4/letter/g/85e7bf/32.png) [@Goatean](https://mpsocial.com/u/Goatean)\
**Post date:** [April 5, 2017, 8:53pm UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/19 "2017-04-05T20:53:46Z")

</div>

Great post all around. Really did share some an amazing key content.

---

<div class="post-metadata">

**Author:** ![instagramchief](https://mpsocial.com/letter_avatar_proxy/v4/letter/i/ecb155/32.png) [@instagramchief](https://mpsocial.com/u/instagramchief)\
**Post date:** [April 6, 2017, 9:53am UTC](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190/20 "2017-04-06T09:53:05Z")

</div>

Another awesome share 🙌👌  
I’m going to kidnap you one day 😛

[Next page](https://mpsocial.com/t/landing-page-heres-my-final-piece-of-the-puzzle/10190.md?page=2)
