Invite all your Friends to like a page on Facebook with this short script
Inviting all your friends to like your page shouldn’t be cumbersome. Here’s the simple solution. Note: For this to work, you must use Google Chrome.
- Go to your Facebook Page and Click on the right-most button underneath the cover photo. Click on Invite Friends.
- Scroll down to the very bottom of that list.
- Type “javascript:” into the address bar. (Notice the semicolon after javascript, no quotes).
- Paste this code right after “javascript:”
var inputs = document.getElementsByClassName('_1sm');
for(var i=0;i<inputs.length;i++) { inputs[i].click(); }
- Hit Enter and the magic is happening ! All your Facebook friends are invited.
Note This process should be done in Chrome.
Steps Demonstrated with pictures
Open the facebok page you want people to like it.
Click on invite Friends
Once the the list of your friends its opened scroll down at till the end of the list.
Then got to the address bar and write javascript:
after it write var inputs = document.getElementsByClassName(‘_1sm’); for(var i=0;i<inputs.length;i++) { inputs[i].click(); }
And then just hit Enter and all your friends will be invited.
comments powered by Disqus