How to invite most of your Friends to your Facebook Fanpage

Since these is a little work arround to the invite all friends to your Facebook Groups . Same procdure can be done with Fanpages and other Facebook Groups , Event invites ect. Google Chrome dont allow anymore to execute Javascript in the browser bar some simple steps to get the job done in Google Chome.

Aktive the Developer Bar 

 

Go to Menu -> view -> Developer -> JavaScript Console .Below your webapge the Bowser open the great tool the Developer bar with Console . Short cut on mac CMD ALT I  

javascript consoleCopy following code : CTR C 

var x=document.getElementsByTagName("input");for(var i=0;i<x.length;i++) {if (x.type == 'checkbox') {x.click();}}; alert('Done: please scroll and repeat until all your friends have been selected');

Now go to your Facebook Fanpage to the Admin header section top left HIDE -> left See all the inviter box will open. Select from default recent interaction Search Friends, scroll all the way down till all Friends get loaded last name  start with “Z” Hans Zeppelin . Now  time for the little code snippet. Past the code in the Developer bar below the browser hit enter and wait. It takes some time to get execute if you have many tausend friends it can take up to some minutes to get executed.  Send you invite to your gorgeous new Fanpage and start building your Fanpage community . Make sure that you have a good amount of Interesting content ready for your friends to Interact when they land there.

The better way since Facebook could  block mass invites fly slow. Invite only 50 persons per bundle thats fine and all invites will be delivered. just repeat the process described above without loading all friends. 

Post your thoughts