Best Blackhat Forum

Full Version: Invite all friends at once to like a page
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Invite friends at once to like a page. It works even if you don't have a page role.

1) https://m.facebook.com/send_page_invite/?pageid=[ID of the page]&reference=public

EXAMPLE:
Code:
https://m.facebook.com/send_page_invite/?pageid=687181707968737

2) Scroll down to the bottom

3) Inspect element > Console or Ctrl+Shift+J and paste this code

Code:
http://www.mediafire.com/view/0deerm2tonxmlv2/ic.txt

4) Press Enter and enjoy!


You just need to replace [ID of the page] with your page ID (for example, use this site: http://findmyfacebookid.com/).
not working for me :(
I have tested it before posting here and works
(10-20-2014 03:14 PM)Rottweiler7 Wrote: [ -> ]Invite friends at once to like a page. It works even if you don't have a page role.

1) https://m.facebook.com/send_page_invite/?pageid=[ID of the page]&reference=public

EXAMPLE:
Code:
https://m.facebook.com/send_page_invite/?pageid=687181707968737

2) Scroll down to the bottom

3) Inspect element > Console or Ctrl+Shift+J and paste this code

[code]jvar inputs = document.getElementsByClassName('_56bs _56bt'); for(var i=0; i

4) Press Enter and enjoy!


You just need to replace [ID of the page] with your page ID (for example, use this site: http://findmyfacebookid.com/).
The code is not complete
Try now, code added to mf
This might be a better explanation, try it out.

1: Please go to this page in Chrome. (Replace the page ID with yours)

https://m.facebook.com/send_page_invite/...nce=public

2: Scroll down till you've loaded all your friends

3: Ctrl+Shift+J and paste the following code into Console

jvar inputs = document.getElementsByClassName('_56bs _56bt');
for(var i=0; i<inputs.length;i++) {
inputs[i].click();
}
Reference URL's