Saturday, February 2, 2013

Facebook tricks - Invite all your friends to your group, page and event

How to invite all of your friends to your :
  • Page
  • Group
  • Event
With just one click you can achieve this. Those who have many friends (+3000) and own groups, pages or events that promote a service, a cause or even a business will make a good use of this trick.

Note : This trick doesn't work with Firefox browser.

Just follow my leads as shown in this video below .



Here is the code I was talking about in the video .

javascript:var x=document.getElementsByTagName("input");for
(var i=0;i<x.length;i++) {if (x[i].type == 'checkbox')
{x[i].click();}}; alert('Done, all your friends have been selected');
view raw gistfile1.js hosted with ❤ by GitHub

More Facebook developers blogs :