Friends

Invite All Your Friends To a Facebook Page or Group in One Click!

Have you ever wanted to invite all your friends to a Facebook page or group but you don't have the patience to click everyone in your friends list? The simple answer is in a small bit of code:

javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}

Syndicate content