- Invite All Friends to Like Your Page with a Single Click:
First of all open your Facebook Fan page and click on Invite all friends option and pop window will appear.- Secondly Press F12 button on keyboard. Now console window box will open.
- Copy below script code and paste them in the console box.
var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
- After pasting this script code in console hit enter and invitation to like page will send successfully.

No comments:
Post a Comment