[Method] My Way To Pull Genuine Traffic/Likes From Facebook Groups

Joined
Dec 2, 2008
Messages
781
Reaction score
481
Few weeks ago I got this idea and put it into action and it turned out to be a great way to drive traffic and likes to my sites/pages.

The idea in short is:
  • find facebook groups that allow posting via email
  • join these groups
  • mass email them your post

Now you get the idea and as you are still here I can assume that you are interested. Let's get into the details

Here is how I do it

1. Scrape google for the groups emails
Code:
site:facebook.com "@groups.facebook.com"

2. Extract the emails from the harvested list, you will end up with a huge list of email that looks like this

3. you want to join all these groups to be able to post and here is where imacros gets into action.
Here is one that I created (I'm sure it's not perfect as this is my first time to use any programming language but it gets the job done)
Code:
VERSION BUILD=7401110 RECORDER=FX
SET !DATASOURCE url.csv
SET !DATASOURCE_COLUMNS 1
SET !DATASOURCE_LINE {{!LOOP}}
SET !ERRORIGNORE YES
URL GOTO=http://www.facebook.com/groups/{{!COL1}}
wait seconds=3
TAG POS=1 TYPE=SPAN ATTR=TXT:Ask<SP>to<SP>Join<SP>Group
wait seconds=3
you need to create a .csv file with 1 column containing the username for the groups (the name before the @groups.facebook.com) (save it as url.csv)
to do this simply in the txt file you replace all the "@groups.facebook.com" with nothing
so by using the above email list you should come up with
Code:
arabaa
artcaffelondonfundraising
Artcell
aseaalberta
atkerubinz
beautifulpeoplesociety
belleafrique
bharath.viswa1
biharworld
binakayanelementaryschool
binhingkagitingan
BKC

4. Run the bot and wait for it to join all the groups, don't forget to set the loop with the same number of your list

5. Wait few days to get added by the admin to the group

6. Use your imagination to come up with a post that will stick

7. Mass Email your post to the group list (the email you use must be added to your facebook account)



P.S. Don't use this with your main account

P.S.S for the mass email thingy if someone knows a good desktop software plz share with us
 
Very nice method, I'll try it with cpa and I'll let everybody know if I earn something :)

Thanks and +rep given.
 
This is Jr.VIP material imo if it works like that i think it works :) I dont have any appropriet project going to twist this so i have to pass.

Gradimir, waiting for your report for sure!
 
Yup this is JVIP material...


*Ctrl C... Ctrl V*



Ok, it's all good to be Jvip'ed :)
 
Asked to join to around 400 groups, around 60-70 already accepted me, I'll probably start sending messages tomorrow :)
 
im sure there are restrictions for this. don't think that unlimited groups can be emailed
 
I'm glad to see you are putting this into action, and btw I don't think fb is having restrictions to the groups yet, I've joined more than 1000 groups in about 2 hours and I'm mailing them with no problems what so ever
 
I think there are some restrictions.
Here is what I got:

I thank you for the confidence reposed on ------------ GROUP and clicked to join the group. But when I permitted, it said that you are a member of many groups and that you can be admitted provided you leave some other group. This is for your kind information.
So yes, there are indeed limits...

Also... when I manually posted to groups on a PVA a while ago a captcha came up after I posted my messages on many groups too fast so it would really surprise me if there wasn't a limit on email submissions also.
 
I think there are some restrictions.
Here is what I got:

So yes, there are indeed limits...

Also... when I manually posted to groups on a PVA a while ago a captcha came up after I posted my messages on many groups too fast so it would really surprise me if there wasn't a limit on email submissions also.

If you just use 1 account, it's not good to do this... If you have 100 - 1k verified accounts, it's will be better to add many groups :|
 
If you just use 1 account, it's not good to do this... If you have 100 - 1k verified accounts, it's will be better to add many groups :|

How do you automate this process? I am brand new to social network advertising :)
 
Sorry for no updates... Well my account got temp. locked and I'll have to start again (as I don't have it's sim to unlock it)...
 
great bro thanks for posting..... not a lot of people have heart to do the same
 
Nice post. Question - approximately how many groups did you have to join before it triggered the warning?
 
can u tellme how to scrape emails from google ? i dont have scrapebox to harvest email :( is there any free tool ?
 
Back
Top