Customize a Facebook Page with Static FBML
Uploader Comments (garinkilpatrick)
All Comments (37)
-
Can you show how to embed static feature video on you fanpage
-
/watch?v=mpYZLM2_KAc
How To Make A Facebook Landing Page In Less Then 2 Minutes!
-
Tutorial to Get 10,000 fan for a day ...
watch?v=BRBNVfkdpuE
-
This is old now, no more Static FBML, been replaced by the iFrame method.
Go to TomsGuide and search for an updated article (Customizing Fan and Business Pages on Facebook), which shows how to use the iFrame method and more to customize your business/fan page.
-
@marc0jose Static FBML was discontinued, sorry to say, but it is still fully functional for anyone who added it to their page before March 11th. Now you can customize a page with the Tabpress app, or the Static FBML app by Involver. I have a video about the Tabpress app.
-
@chezonereds me too
-
when i press it it go on my fb's home..damn it]
-
Hey, how to create a comment box on fbml?
-
just stopping by
Hey...can you help me how to create a suggest tab???
nori67full 1 year ago
@nori67 Here is the code I used for the friends tab on facebook[dot]com/fbflow ::
<div style="padding: 10px;">
<fb:request-form method="post" type="FacebookFlow" invite="true" content="Join the FacebookFlow Fan Page!">
<fb:req-choice url='[facebook page url here]' ' label='GO' />
<fb:multi-friend-selector actiontext="Tell your friends about FacebookFlow! :)" rows="3" showborder="true" condensed="false" style="width: 400px;" />
</fb:request-form>
</div>
garinkilpatrick 1 year ago 3
Can I use CSS with FBML?
JIMMYTVOFFICIAL 1 year ago
@JIMMYTVOFFICIAL You can use inline style attributes, for example you can add a red border of 1px around a div: <div style=”border: 1px solid red”>My red bordered text</div> Hope that answers your question. What are you trying to do?
garinkilpatrick 1 year ago