FB fanpage design

prteam

Junior Member
Joined
Feb 6, 2011
Messages
101
Reaction score
5
Hi!
Is there still a possibility to make a nice designed fanpage?
fbml code is working?
 
Hey, you can make a nice looking welcome tab.

Here is an example of what i did: [facebook]/pages/Infinity-Group/206368962740962

To do this you have to follow 2 easy steps.

1. Install FBML in your page.

Go to [facebook]/add.php?api_key=0985a6f69c916b303dc0641527e4d78a&pages and select the page you want.

2. Go to the admin panel and edit the FBML tab with this code.

Code:
<style type='text/css'>
#wrapper {
width:520px;
height:500px;
margin:0 auto; border:0; padding:0;
position:relative;
}
#not-fans {
width:520px;
position:absolute; top:0; left:0;
height:500px;
}
#social {
width:32px;
height:32px;
position:float;
}
</style>

<div id="wrapper">
<fb:visible-to-connection>
<div style='width:520px;'>
<img src="THANKS IMAGE URL"></a>
</div>
<fb:else>
<img src="WELCOME IMAGE URL" id='not-fans'>
<img src="TWITTER ICON IMAGE" id='social'>
<img src="RSS ICON IMAGE" id='social'>
</fb:else>
</fb:visible-to-connection>
</div>

Obviously change the image urls with your own images.

Hope i helped.

Lucas.
 
Last edited:
There's many templates in the Download Section with iFrames. There's also
Code:
Pagemodo.com
 
ok, thanks, will try it.
 
you can make cool fanpages using plexus.

It is already shared here in the downloads section
 
Back
Top