Facebook Suggesting Help

ballmoney

Registered Member
Joined
Feb 17, 2010
Messages
68
Reaction score
12
I've made a group and I like to invite all my friends

but I have no lists and all my friends are in

individual networks. I was wondering if there is a way to

select all your friends somehow. Thanks
 
I've made a group and I like to invite all my friends

but I have no lists and all my friends are in

individual networks. I was wondering if there is a way to

select all your friends somehow. Thanks

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

I think you are asking for this!!! lol
 
Back
Top