expr:class='"loading" + data:blog.mobileClass'>

Friday 23 October 2015

HOW TO INVITE YOUR FACEBOOK FRIENDS ON A PAGE OR EVENT 2015

Invite All Friends To Facebook Page By Single ClickFacebook is social media network where we create profile, Pages, groups and events. To interact with people. Normally we use Profiles but for special purpose or for a business we need to create page, group and event. It is not an easy task to grow page, group or any event. The difficult task we face is sending invitation to others to join our page, event or group. Suppose we have 5000 friend so it we task 1 sec for invite every person then we need approx 1,2 hours to complete this task. So don't worry and also don't waste your precious time. Here i going to explain you best way toinvites all friend to like your page or invite them to join you even just by single click. Its really easy and best way just by installing chrome extension and start inviting your friends. This is only for working pages and event and you invite them but if you want to invite them into group then this trick is not for you.

Method: Using Javascript

1. First of all open your Facebook page and then click on Invite all friends option and pop window will appear.

2.  Scroll down all your friends.

3. In the address bar Paste the Javascript given Below


javascript:var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }

4. After pasting this code, Hit Enter and wait for few seconds and You are done.

For Events :

javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()}

ThankYou.

No comments: