[GET] Facebook Reveal Code! DOUBLE YOUR LIKES!

Hey I like your posts about fae book , thank you and I really hope to bread from you more often
 
No problem guys :) Just use it wisely!
 
Thanks for the share mate, really nice graphics, liked it so much!
 
So many thanks for this share for those were not aware of this...
If someone talks that its basic then they should post latest and update version of this for the BHW community...

People only know about criticism, Just they get jealous that someone got so much appreciation...
If someone did something good, you should appreciate, or atleast keep silent...

 
So many thanks for this share for those were not aware of this...
If someone talks that its basic then they should post latest and update version of this for the BHW community...

People only know about criticism, Just they get jealous that someone got so much appreciation...
If someone did something good, you should appreciate, or atleast keep silent...


Very well put :)
 
Everytime I have attempted to create a FBML landing page I have gotten a blank screen. Know ones seems to have a straight forward answer/solution other than "Facebook is phasing out FBML"

So my questions are :

How can i actually get an FBML page up?
How will this be relevant in the future if ?
 
If you have large images or content, and you get lots of white space, add the following css to take care of the problem (link to an external style sheet on your server):

Code:
#wrapper {
width:520px;
margin:0 auto; border:0; padding:0;
position:relative;
}
#non-fans {
width:520px;
position:absolute; top:0; left:0;
}

Add
Code:
<div id="wrapper"> & <div id="non-fans">
to the code already provided by facebook dude:

Code:
<fb:fbml version="1.1">
<div id="wrapper">
<fb:visible-to-connection>
<img src="http://www.yousite.com/image_after.jpg" width="520" height="345" alt="Coupon" />
<fb:else>
<div id="non-fans">
<img src="http://www.yoursite.com/image_before.jpg" width="520" height="345" alt="Coupon" />
</div>
</fb:else>
</fb:visible-to-connection>
</div>
</fb:fbml>

Click Here to see an example page I created for a client using this technique.
 
Last edited:
If you have large images or content, and you get lots of white space, add the following css to take care of the problem (link to an external style sheet on your server):

Code:
#wrapper {
width:520px;
margin:0 auto; border:0; padding:0;
position:relative;
}
#non-fans {
width:520px;
position:absolute; top:0; left:0;
}
Add
Code:
<div id="wrapper"> & <div id="non-fans">
to the code already provided by facebook dude:

Code:
<fb:fbml version="1.1">
<div id="wrapper">
<fb:visible-to-connection>
<img src="http://www.yousite.com/image_after.jpg" width="520" height="345" alt="Coupon" />
<fb:else>
<div id="non-fans">
<img src="http://www.yoursite.com/image_before.jpg" width="520" height="345" alt="Coupon" />
</div>
</fb:else>
</fb:visible-to-connection>
</div>
</fb:fbml>
Click Here to see an example page I created for a client using this technique.

Or you could do just as my ORIGINAL post said, with less code, before everyone wanted to try and improve upon it.

Code:
<div><img src="http://www.yousite.com/image_after.jpg" width="520" height="500" alt="Coupon" /></div>
<fb:fbml version="1.1">
<fb:visible-to-connection>
<div style="margin-top:-500px;" align="center">
<img src="http://www.yoursite.com/image_before.jpg" width="520" height="500" alt="Coupon" /></div>
</fb:visible-to-connection>
</fb:fbml>
 
Wow this thread has gotten good! A lot of tips being shared.. I like it :)
 
I don't get it. How can we do step 8? There is no "wall settings" anywhere!


How about, Manage Permissions - Default Landing Tab

Even with 0 (zero) thanks for my help, and someone giving me a NEGATIVE reputation because they are a, whatever, I still continue to help in this thread.
 
Last edited:
Mine has 176 and I can change my landing tab.

5f3dd829ae.jpg
 
Last edited:
Oh wow they must've changed it! My mistake :) Thanks charles. I got neg rep too for some reason lol
 
Back
Top