Automatically Invite all friends
Social medias are play most important role to fetch a lot of traffics on websites or blog. Here we are discuss on how to increase fan page likes of blog or sites ? For Facebook fan page it is very difficult to invite friends to like our page, so here we learn how to invite all friends at once ?
Steps to Invites all Friends
- Open your Facebook fan page, where you desired to invite your friends.
- Now just navigate to Build Audience > Invite option.
- Now, a dialog box will be appear with invite option with all your friends name.
- Press F12 to open inspect element tab.
- Go to the console tab and copy paste the following script.
var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
- After pasting above code into console tab, Hit enter and then see the magic ! all your friends will be invited to like your Facebook page.
No comments :
Post a Comment