How Can I invite All Friends To Page.

Jesusp19

Regular Member
Joined
Mar 24, 2013
Messages
471
Reaction score
174
facebook recently has change their way to invite your friends. before you could select them all now i have no idea to do that. can someone help? thanks.

now i try to invite and it looks like this
6013508b53dd772c89e6254a01453a65.png
 
facebook recently has change their way to invite your friends. before you could select them all now i have no idea to do that. can someone help? thanks.

now i try to invite and it looks like this
View attachment 40284

How to Do it:
1) Go to your Facebook page to invite all friends to like your page.

2) Select "All Friends" instead of "Recent Interaction" so that you can invite all friends to your page. Scroll down till all of your friends are shown in the page.
3) Press Ctrl+Shift+K and a small window will appear at bottom.
4) Paste the below code in it and click enter.
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i < elms.length;i++){if (elms.type="checkbox" )elms.click()};
 
How to Do it:
1) Go to your Facebook page to invite all friends to like your page.

2) Select "All Friends" instead of "Recent Interaction" so that you can invite all friends to your page. Scroll down till all of your friends are shown in the page.
3) Press Ctrl+Shift+K and a small window will appear at bottom.
4) Paste the below code in it and click enter.
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i < elms.length;i++){if (elms.type="checkbox" )elms.click()};


that code does not work anymore, there are no checkboxes as you see in the pic ;)
 
Back
Top