• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Facebook - Pages

Winnerandy

Experienced Web Design'er
Joined
Oct 23, 2008
Messages
2,251
Reaction score
51
Location
Tellus.
Hello Otland'rs,

Facebook pages are getting much popular now.
I have noticed that the most popular pages are the pages who wants you to join, to see the X picture / video;

Example.

127524568427.png



After clicked "LIKE":


127524570677.png



I know that you use FBML to code it.. but what I don't understand is how do they code to show the link only after clicked "Like" button?

Please help ;D
 
Last edited:
So you can make one?
I hate these pages :(
 
Hello Otland'rs,

Facebook pages are getting much popular now.
I have noticed that the most popular pages are the pages who wants you to join, to see the X picture / video;

Example.

127524568427.png



After clicked "LIKE":


127524570677.png



I know that you use FBML to code it.. but what I don't understand is how do they code to show the link only after clicked "Like" button?

Please help ;D

I think it's an option when you create a new group.

Example
'..only show content/pictures to registered (in this case, users who "Like") users..'
 
I think it's an option when you create a new group.

Example
'..only show content/pictures to registered (in this case, users who "Like") users..'

If that, how do they make so the link appears only when ppl liked the page ?
 
You mean like this: FBML Test | Facebook?? If yes, here's the code:
Code:
<div>
<div style="height: 447px;">
<img src="http://img.imgland.net/127539989311.png">
</div>
<fb:fbml version="1.1">
<fb:visible-to-connection>
<div style="margin-top:10px; position: absolute; height: 437px; top:10px;left:0px; width:100%; background-color: #FFFFFF">
You're a fan!
</div>
</fb:visible-to-connection>


The easiest way would be to use the Static FBML application: http://www.facebook.com/apps/application.php?v=info&id=4949752878

This application allows you to put any valid FBML on a fan tab page.

FBML is essentially just HTML with a few custom tags. You can find a guide on it here: http://wiki.developers.facebook.com/index.php/FBML

Rep? :D
 
You mean like this: FBML Test | Facebook?? If yes, here's the code:
Code:
<div>
<div style="height: 447px;">
<img src="http://img.imgland.net/127539989311.png">
</div>
<fb:fbml version="1.1">
<fb:visible-to-connection>
<div style="margin-top:10px; position: absolute; height: 437px; top:10px;left:0px; width:100%; background-color: #FFFFFF">
You're a fan!
</div>
</fb:visible-to-connection>


The easiest way would be to use the Static FBML application: Static FBML | Facebook

This application allows you to put any valid FBML on a fan tab page.

FBML is essentially just HTML with a few custom tags. You can find a guide on it here: FBML - Facebook Developer Wiki

Rep? :D


Well, It says you're a fan!! but I'am not.. xD
Also, the pic is not visible..
 
Back
Top