Friday, 9 September 2011

How to create an invite box for your fbml page on Facebook ?


Many people Face this problem We have Some Solution!


Code 1

<fb:request-form
method="post"
type="Creative Web Developing"
invite="true"
content="Check out Lovable Labels on Facebook!<fb:req-choice

url='https://www.facebook.com/pages/Creative-Web-Developing/243596362343693?sk=wall' label='GO' />"
<fb:multi-friend-selector actiontext="Tell your friends about us" rows="3"
max=45
showborder="true"
cols="3"/>
</fb:request-form>


Code 2 

<div style="padding: 10px;">
<fb:request-form method="post" action="index.php" content="hey" type="sample" invite="true">
<div class="clearfix" style="padding-bottom: 10px;">
<fb:multi-friend-selector condensed="true" style="width: 200px;" />
</div>
<fb:request-form-submit />
</fb:request-form>
</div>
 In the Code 1 We Need to change URL and description in code 2 we have no need to any change.Just copy and paste on your fbml page.....Enjoy

No comments:

Post a Comment