fhassan
Junior Member
- Jun 27, 2008
- 141
- 9
I Select & invite all my friends lot of times successfully to a faceebook fanpage or group with this javascript code
But now It's only working for fanpages. Can't select all my friends to a GROUP anymore... tried this code too
may be facebook made some changes thats why this is happening. Anyone else facing this problem
Can any java expert fix this or create a new java script to help all of us
Code:
javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
But now It's only working for fanpages. Can't select all my friends to a GROUP anymore... tried this code too
Code:
javascript:fs.select_all();
may be facebook made some changes thats why this is happening. Anyone else facing this problem
Can any java expert fix this or create a new java script to help all of us