Facebook has led inviting members to an event/group/fan page to an even more complex process. Why can’t they just make a “select all” button? Initially when I need to invite friends to my Fan page.at this point I found a solution for inviting friends to my facebook Fan page in one click. these method can use to tinvite friends to all our event/group/fan page
These are the methods:
01. Using JavaScript code (this will not work on all browsers)
02. Using Google Chrome Extensions
Using these two method you can send bulk invitation to all your friends to Face book Fan page or Group
The code is
------------------------------------------------------------------
Javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
--------------------------------------------------------------------
How to Do
01.Open your fan page (Example:http://www.facebook.com/pages/Computer-tips-Supprots/153104701464429
02. Click on Suggest to Friends or Invite People
03. This will load suggest to friends dialog box similar to this
04. Paste above JavaScript code into browsers address bar and press Enter Key
05. Now you’re all friends are select in that dialog box, so you just need to click on “Send Invitations“
06. Wait for some time then it will show “invitation success” message.
Adds a "Toggle all" button to Face book’s invitation popup for fan pages, events and "old" groups.
For that you just need to install “Face book Invite All” extension in your Google Chrome browser.
01. Using JavaScript code (this will not work on all browsers)
02. Using Google Chrome Extensions
Using these two method you can send bulk invitation to all your friends to Face book Fan page or Group
First one you can send invitation to all your friends using this simple JavaScript code:
The code is
------------------------------------------------------------------
Javascript:elms=document.getElementById('friends').getElementsByTagName('li');for(var fid in elms){if(typeof elms[fid] === 'object'){fs.click(elms[fid]);}}
--------------------------------------------------------------------
How to Do
01.Open your fan page (Example:http://www.facebook.com/pages/Computer-tips-Supprots/153104701464429
02. Click on Suggest to Friends or Invite People
03. This will load suggest to friends dialog box similar to this
04. Paste above JavaScript code into browsers address bar and press Enter Key
05. Now you’re all friends are select in that dialog box, so you just need to click on “Send Invitations“
06. Wait for some time then it will show “invitation success” message.
Another way using Google Chrome Extension
Adds a "Toggle all" button to Face book’s invitation popup for fan pages, events and "old" groups.
For that you just need to install “Face book Invite All” extension in your Google Chrome browser.
Here is the link:
------------------------------------------------------------------ https://chrome.google.com/extensions/detail/eibdjcmcmfggjoiaaoojhicjnkghbkbe
------------------------------------------------------------------
After installing this extension it will add “Toggle All” in your Suggest to Friends or Invite People
Face book Suggest to Friends dialog box
You just need to click on "Toggle All" it will select your all face book friends.
Now you can send invitation to all your face book friends in one click.
After installing this extension it will add “Toggle All” in your Suggest to Friends or Invite People
Face book Suggest to Friends dialog box
You just need to click on "Toggle All" it will select your all face book friends.
Now you can send invitation to all your face book friends in one click.
If you have any Idea other than this or any suggestion please comment for this
0 comments:
Post a Comment