Saturday, 23 July 2016

Selecting / Inviting All Friends at once in facebook

Selecting / Inviting All Friends



Selecting and inviting all of your friends in an event can be a tedious task, especially if you have more than 1,000 friends to send invitations to.

Luckily, this trick that allows users to select/invite all of their friends in an event or an app – with just one click.

follow the steps below 

1) Open Firefox and go to your Facebook page to invite all friends to like your page.

2) Select “All Friends” instead of “Recent Interaction” so that you can invite all friends to your page. Scroll down till all of your friends are shown in the page.

3) Press Ctrl+Shift+K and a small window will appear at bottom.

4) Paste the below code in it and click enter.

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


warning try this with your own risk .. i am not responsible for your loss or any kind of damage .

No comments:

Post a Comment