[GET] Facebook Reveal Code! DOUBLE YOUR LIKES!

Proxy Cake

Elite Member
Jr. VIP
Joined
Feb 28, 2010
Messages
5,501
Reaction score
4,420
Hey fellow black hatters :) Just thought I would share with you a little tip on how you can gain more likes and make your Facebook Fan Page more appealing!

What does it do?

Click here to see a demo but basically it displays the first image that asks the user to click the like button. Seen here:

title.jpg

After the user has successfully 'Liked' your page, that image will be replaced by a confirmation image:

thankyou.jpg

Really simple stuff but it looks clean, it works and best of all Facebook won't delete your Page!

How to set it up:

Step 1: Click here then click the 'Create Page' button.

Step 2: Input all the information and click 'Create Official Page'.

Step 3: Click here and click 'Add to my Page', then select your page.

Step 4: Now go back to your page and click 'Edit Page'.

Step 5: Find where it says Applications and click Edit under FBML.

Step 6: Now input whatever you like for your title, for example 'LIKE!'. Then in the FBML section paste this:

Code:
<fb:fbml version="1.1">
<fb:visible-to-connection>
<div align="center"><img src="http://faceboostmarketing.com/images/thankyou.jpg"></div>
<fb:else><div style="margin-top:-79px;" align="center"><img src="http://faceboostmarketing.com/images/title.jpg"></div>
</fb:visible-to-connection>
</fb:fbml>

Step 7: Press Save Changes. And then go to back to the 'Edit Page' page.

Step 8: Under 'Wall Settings' click edit. Under Default Landing Page for Everyone Else, select you FBML title.

You're done! I hope the code works well for you and you go crazy viral! Peace!
 
Last edited:
I love reading your facebook posts, you should seriously consider writing an ebook on Facebook marketing and selling it on BST section. I would be the amongst the first batch of buyers, lol.
 
I love reading your facebook posts, you should seriously consider writing an ebook on Facebook marketing and selling it on BST section. I would be the amongst the first batch of buyers, lol.

Will take that into consideration mate! Thanks for the kind words :)
 
brilliant will defnitely give this a try, thanks :)
 
The graphic is what makes your code nice, otherwise it is old, and it is not actually done the best way, but you are not alone in that, everyone does this one the wrong way as it is the basic way to do it.

Still cool graphics. I seen some where they dont even change the image to say thanks.
 
Yeah I know that the code is basic, but this is just an introduction into Facebook Fan Pages. It will help your page go viral, rather than not having any code.
 
With the way 99% of those using your script do it, there is a white space, you can see a blank space above your like image, then it goes away when the page is liked. If you do a negative margin-top, it slides it up. The thing is, if it is a small image, you can do it from inside the script, but it is best to add the div outside for the hidden part, as you will see in my example.

I quickly tested this, so I think it works.

Code:
 <fb:fbml version="1.1">
  <div align="center">
  <img src="http://faceboostmarketing.com/images/title.jpg"></div>
<fb:visible-to-connection bgcolor=''>
<div style="margin-top:-79px;" align="center"><img src="http://faceboostmarketing.com/images/thankyou.jpg"></div>
</fb:visible-to-connection>
</fb:fbml>
I could have the images backward now looking at the code, I need to get out of admin and see. BRB

Edit: They were backwards, fixed now. It works.

This has been my secret for a long time. I have seen this script posted so many times but I never said how I did mine.

I use to have steps where you would fill in an image one step at a time, the main image was broke into 4 slices. Not as cool as some viral script today, but they were different than everyone else who copied each other.
 
Last edited:
I got this to work but on a fan page I can't find the wall settings....
 
Actually, the WORKING code for me based on the OP and the style additions by http://www.blackhatworld.com/blackhat-seo/members/107705-chrarlesncharge.html is what follows:

Code:
<fb:fbml version="1.1">
<fb:visible-to-connection>
<div align="center"><img src="http://faceboostmarketing.com/images/thankyou.jpg"></div>
<fb:else><div style="margin-top:-79px;" align="center"><img src="http://faceboostmarketing.com/images/title.jpg"></div>
</fb:visible-to-connection>
</fb:fbml>

If you cut and paste it as it is above you should be good to go. HTH!
 
Hey guys thanks for the tips! I updated the original post :)
 
I didn't see the original, but the edited one looks fantastic.

Good code, If you cold, I would "like" to see an "unauthorized access" code, where in ONLY FOR FACEBOOK FANS.. please like to continue.
 
I didn't see the original, but the edited one looks fantastic.

Good code, If you cold, I would "like" to see an "unauthorized access" code, where in ONLY FOR FACEBOOK FANS.. please like to continue.

You're a better designer than me man :) You can do it!
 
Got it to work... just got to set up the fan page a different way or you dont get all the options
 
Back
Top