hi ..
Today I will tell you how to invite all friends at once click to like your FB page
there are two ways to invite all friends to like your page.
1. With extension.
2. With Console code
The first log into your facebook account.
Now open the Page for which you want to send invitations to your Friends.
and click on invite friends option .
Now simply press f12 key from your Keyboard.
console windows will open .
copy this below Code and paste it in the Console window and you are done....
var inputs = document.getElementsByClassName(‘uiButton _1sm’); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
if you Enjoyed this trick then Share with your friends - Thank you
Today I will tell you how to invite all friends at once click to like your FB page
invite all friends to like a facebook page |
there are two ways to invite all friends to like your page.
1. With extension.
- add this extension and move to your FB page.
- the top-right corner you will see a tick
- now open the page and click on the invite all button.
- click on the black tick and now invitation process will start.
2. With Console code
The first log into your facebook account.
Now open the Page for which you want to send invitations to your Friends.
and click on invite friends option .
Now simply press f12 key from your Keyboard.
console windows will open .
copy this below Code and paste it in the Console window and you are done....
var inputs = document.getElementsByClassName(‘uiButton _1sm’); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
if you Enjoyed this trick then Share with your friends - Thank you
No comments:
Post a Comment