invite people group by email news

gabrieljony

Newbie
Joined
Jul 6, 2011
Messages
24
Reaction score
1
Hello, dear colleagues.
Facebook has released a new tool for facebook of Brazil called
group invite people by email if it does not already have in other countries.
We could create huge groups via email on facebook, anyone have any script to invite friends via e-mail quickly without being a one or would be better to use a macro to do this.
I wonder if anyone has information about it.
 
Does anyone know how to add a large list of emails automatically by script
 
With the facebook groups, groups has already passing 1 million people would like to know if anyone has this script or if interressa to make believe this will be good for the community.
I await response.
 
I only know that you can invite people via fackbook php sdk...
1 php script can invite unlimited members...
 
Would be able to create a very large group with mail contacts by inviting a more would be very difficult.
 
Nobody understood.
The facebook has an option to add group by email, where we add an e-mail by e-mail to invite people to the group would like a tool that could add people without having to put all that work e-mail via e-mail.
 
Nobody understood.
The facebook has an option to add group by email, where we add an e-mail by e-mail to invite people to the group would like a tool that could add people without having to put all that work e-mail via e-mail.
 
Well, its not just for facebook brazil, its for everyone. And why would you need a macro to add the email list? Grab an email list you want to target and invite them all at once.
 
This solution that our friend described the forum would like a macro that did this. Thank you.
 
You cant just copy and paste an email list, it has to be one by one
 
There must be some developer that has this script or can create it would be of great utility.
 
Its true the mass invite option DOES NOT work. You have to add your emails one by one but no worries. Hear is an imacro script i created that works using a .csv spread sheet as the data source. it is looped in a way so that it will began at the first email on the spreadsheet once it is submitted it will move to the next email address and so on until the file is complete.

SET !DATASOURCE Your email list.csv
SET !DATASOURCE_COLUMNS 1
SET !LOOP 2
SET !DATASOURCE_LINE {{!LOOP}}




VERSION BUILD=8300326 RECORDER=FX
TAB T=1
URL GOTO=type url for facebook HERE
WAIT SECONDS=2
TAG POS=2 TYPE=DIV ATTR=TXT:Enter you group here use <SP> for spaces
TAG POS=1 TYPE=A ATTR=TXT:Invite<SP>by<SP>Email
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/ajax/groups/members/add_post.php?source=dialog_typeahead&group_id=482580495149052&refresh=1 ATTR=ID:groupMembersInput CONTENT={{!COL1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Invite
WAIT SECONDS=1


1. First things you want to do is make sure your .csv file is located in the "datasources" folder under iMacros. Then in the script above input the name of the file so imacros can find it.
2.Make sure your group is correct in the code. The best way to do it is to record yourself logging into facebook, then the group, click invite by email, paste an email, then click invite. After recording go to edit macros in the imacros window on the left and copy the code.

TAG POS=2 TYPE=DIV ATTR=TXT:Enter you group here use <SP> for spaces
TAG POS=1 TYPE=A ATTR=TXT:Invite<SP>by<SP>Email
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/ajax/groups/members/add_post.php?source=dialog_typeahead&group_id=482580495149052&refresh=1 ATTR=ID:groupMembersInput CONTENT={{!COL1}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Invite

^^^^^^ It will look like this except it will have your group name in there.

3. Now you are ready to run your script. Be sure to have facebook already logged in. Hit "play loop" it should be the last cell on your excel file. If you have 550 emails you will loop 550 times to get all emails.

This is a WORKING script! around 2,000 invites fb will tell you to stop. to get around this you should add this script to the bottom:


SET !EXTRACT NULL
SET !EXTRACT_TEST_POPUP NO
URL GOTO= (Graph pad quick calcs) PM me for the actual link sorry im too new
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:CFForm_1 ATTR=ID:low CONTENT=1
TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:CFForm_1 ATTR=ID:hi CONTENT=10


TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:CFForm_1 ATTR=NAME:Random
TAG POS=18 TYPE=TD ATTR=TXT:* EXTRACT=TXT
WAIT SECONDS={{!EXTRACT}}

This randomizes the wait time before it submits a new email. just makes the process appear more human like to fb. You may adjust it accordingly. So where do the invites go? they go directly to that persons email inbox which i found not may people clicked on and joined. But hey at least you know they got it.

Let me know how this works for you all and good luck. Feedback and improving this script would be great also
 
Ok so i have a question and would be a big help if someone could help lol This is my first post but anyways im on Facebook and i just found out that you can mass post on groups with email. So i created a Facebook page and thought that i could get alot of likes to my page by doing this. My niche is in Funny Pictures. So i found some funny viral pictures and mass posted these pictures to about 20 different groups. The Only Problem is when i did that it showed a big nasty url and not a thumbnail of the picture or the picture itself. Because who is really going to click on a big long Facebook url to see a picture? not me.

So i just want to post a picture on groups linked to my Facebook page that way people know where the picture came from and that way if they like the pic they will hopefully like my facebook page. Or in other words i want to share what my post on my facebook page to groups? I hope i explained that well. If anyone has any ideas that would be awesome!

PS: i would make a thread around this but i am not a vip so i cannot.
 
We could easily help you with this. You can invite friends by email or by phone numbers with facebook.
 
Back
Top