Need FMBL codes + Help on which is better.

Valyy

Newbie
Joined
Mar 13, 2010
Messages
25
Reaction score
0
If anyone can help me with a simple FMBL that will maybe give the users to invite there friends like the "Hold CTRL + C" one? or maybe a simpler one? Would be awsome, I'm starting a "Like" page and wondering what the best way to make a simple amount of money from this? I'm willing to work for it and I'm not asking to be "Spoon-fed" as I've been told that members here don't like this, but just pushed in the right direction.
 
I would suggest that you create a 'page', which you can only do off
your main 'identity' page. there are many built in apps that are NOT
available in the normal pages! like discussions and sending all of
your 'page' posts -> to twitter.

just use one of the many 'box' or markup/html apps ... and make
the link say whatever you want and use this code for the link.

Code:
<a href="http://www.facebook.com/ajax/friend_suggester_dialog.php?newcomer=[COLOR=Red]FB_id[/COLOR]&close_handler=null&ref=profile_others">suggest your friends (or whatever)</a>

FB_id = the number you see when you hover your name ... If you
have a vanity name? go to one of your photos and hover the link
and your 'real' id will show (everything between the '=' and the &)

R-
 
Put this on a "Like" page and it didn't work when I pressed it? :/ it didn't do nothing in the FBML box.
HELP?
 
needs to be an HTML app, not FBML ... as what I gave you
is pure HTML, but assumes that you are placing it 'on' FB.

(assuming you are logged into FB)
a friend uses
Code:
[URL]http://www.facebook.com/apps/application.php?id=19540106280&ref=appd[/URL]
I have a aWeber subscribe working with this one.
Code:
[URL]http://www.facebook.com/profileHTML[/URL]
or this one is FBooks' - seems to be popular and does HTML & FBML
Code:
[URL="http://www.facebook.com/apps/application.php?id=4949752878&ref=appd#%21/apps/application.php?id=4949752878&v=wall&ref=appd"]http://www.facebook.com/apps/application.php?id=4949752878&ref=appd#!/apps/application.php?id=4949752878&v=wall&ref=appd[/URL]
these DO work on FaceBook... are you trying to do this off of FB?
otherwise you will need to 'connect' your site to FB

FB connect
Code:
http://wiki.developers.facebook.com/index.php/Facebook_Connect
or FB Share
Code:
http://wiki.developers.facebook.com/index.php/Facebook_Share
otherwise? study up at
Code:
http://developers.facebook.com/docs/
R-
 
Last edited:
Back
Top