fan page suggest to friends adder??

gwolff2005

Newbie
Joined
Sep 28, 2009
Messages
13
Reaction score
4
Hi guys I need your help. I have 5000 friends and built up a fanpage. It takes now of course a heck of a long time to click through all of them when I wanna suggest the fanpage to my friends. Is tehre a tool, where I can suggest this page to all my friends without having to click them manually one by one?
 
There is no free tool avilable for that purpose. May be some imacro script can work. just search a little bit here, you can find some interesting script. Otherwise i can do that work for you, i will take 5$ only
 
there is a code here on the forum that will select all of your friends. just search it here on Facebook forums
 
I found it :-)

Code:
javascript:elms=document.getElementById('friends') .getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] ==='object'){fs.click(elms[fid]);}}

Thnak you!
 
Hello gwolff2005
check this thread it may help you
http://www.blackhatworld.com/blackhat-seo/facebook/126839-add-my-friend-group-fast.html

Keep smiling
 
How to use this?

Can everybody explain me?

I found it :-)

Code:
javascript:elms=document.getElementById('friends') .getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] ==='object'){fs.click(elms[fid]);}}
Thnak you!

Sorry, i am new...
 
how to use this code? should i put this in imacro?
 
no, you open facebook via firefox. the press suggest to friends and then paste this code in the url line and press enter. All your friends get toggled. you just need to press send.
 
THANKS man thats PERFECT :-) made my day !

no, you open facebook via firefox. the press suggest to friends and then paste this code in the url line and press enter. All your friends get toggled. you just need to press send.
 
in case of facebook friends when i click on suggest to friends it open a new windows in which the script can be inputted in the url bar...but in case of pages when i click on suggest to friends it opens a new window with no address bar to input the script...so what shoud i do now??
 
Back
Top