FB Invite Friends - Fan Page Code with demo

sam.hunt0710

Elite Member
Executive VIP
Jr. VIP
Joined
Jan 8, 2010
Messages
13,629
Reaction score
8,252
Hey Friends,

This code allows you to 8 friends per account per day to a fan page. So with 100 accounts its like 800 requests per day.

Iam trying the 75 freinds per day but meanwhile enjoy this code.

Demo

http://www.facebook.com/ProfilePhotosBar?v=app_7146470109

Code

Code:
<fb:request-form method="post" action="http://profilephotosbar.boomalaya.com/" type="Profile Photos Bar" invite="true" content="Create Panoramic View to your New Facebook Profile<fb:req-choice url='http://ProfilePhotosBar.boomalaya.com/' ' label='GO' /> ">
<fb:multi-friend-selector actiontext="Tell your friends about Profile Photos Bar" cols="3" rows="3" showborder="true" />
</fb:request-form>

Thanks and Rep appreciated for more similar shares.
 
Cheers, I would love to get more FB stuff from you.
 
I can't get this to work for my page. does it only work for apps? I changed your app page to my regular page and sent a test invite and it was a invite to fbml 3?
 
you need xfbml code to make this work http://developers.facebook.com/docs/reference/javascript/

and an app ID

and server fbml http://developers.facebook.com/docs/reference/fbml/serverFbml/

these are the xbml protocols supported

http://developers.facebook.com/docs/reference/javascript/fb.xfbml.parse/

Code:
<!DOCTYPE html> 
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:fb="http://www.facebook.com/2008/fbml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
<title>Untitled Document</title> 
</head> 
 
<body> 
 
 
 
<br><br> 
    <div id="fb-root"></div> 
    
    <script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
  FB.init({
    appId  : 'YOUR APP ID',
    status : true, // check login status
    cookie : true, // enable cookies to allow the server to access the session
    xfbml  : true  // parse XFBML
  });
</script>
 
 
<br><br><fb:serverFbml style="width: 755px;">  
     <script type="text/fbml"> 
        <fb:fbml>
           <fb:request-form method="post" action="http://profilephotosbar.boomalaya.com/" type="Profile Photos Bar" invite="true" content="Create Panoramic View to your New Facebook Profile<fb:req-choice url='http://ProfilePhotosBar.boomalaya.com/' ' label='GO' /> ">
<fb:multi-friend-selector actiontext="Tell your friends about Profile Photos Bar" cols="3" rows="3" showborder="true" />
</fb:request-form>
         </fb:fbml>
    </script> 
</fb:serverFbml> 
<br><br> 
</body> 
</html>

this is an external, non facebook page and it can be html
 
Last edited:
But this is the simple condensed fbml :\
 
Thanks for this bro but still i cant mince it :(
Anybody out there who could even give a downloadable sample hehe :D
 
It works on a fanpage and app profile page but it doesnt work when i use it inside an Iframe fb app when i put it on html page i tried everything that @website wrote.. If you can help me pm me
 
When i click send invitations on my fanpage it says..
Sorry, your request could not be processed.

Please try again
 
'm looking for a script/bot/ect that goes through a list of profile (the facebook account you're signed into's Friend List) and suggestion's a profile to that person .

Example , You're signed into your profile using the script/bot/ect &* it goes through your friend's list and suggests Friend 1 to Person 2.
Then it goes back to the list, and selects the NEXT -OR- RANDOM profile on the list and suggests Friend 1 to Person 30
 
Back
Top