By this post you can Easily Invite your all friends to facebook fan page
Process:
01. Sign in your facebook by google Chrome.
02. Go to your Facebook page.
03. Click the "Invite Friends" then you click "Search all friends" .
04. Now press Ctrl+Shift+J then show or open a pop up box now copy the blow code and paste it or submitted it ....ok Done
Process:
01. Sign in your facebook by google Chrome.
02. Go to your Facebook page.
03. Click the "Invite Friends" then you click "Search all friends" .
04. Now press Ctrl+Shift+J then show or open a pop up box now copy the blow code and paste it or submitted it ....ok Done
var inputs = document.getElementsByTagName("input");
for (var i=0; i < inputs.length; i++) {
if (inputs[i].getAttribute('type') == 'checkbox') {
inputs[i].click();
}
}














0 comments