We're technologically informed, and we would love to take you along.

Sunday 30 August 2015

HOW TO INVITE ALL YOUR FRIENDS TO A LIKE A FACEBOOK PAGE

Facebook is social media network where we create profile, Pages, groups and events. To interact with people. Normally we use Profiles but for special purpose or for a business we need to create page, group and event. It is not an easy task to grow page, group or any event. The difficult task we face is sending invitation to others to join our page, event or group. Suppose we have 5000 friend so it we task 1 sec for invite every person then we need approx 1,2 hours to complete this task. So don't worry and also don't waste your precious time. Here i going to explain you best way to invites all friend to like your page or invite them to join you even just by single click. Its really easy and best way just by installing chrome and start inviting your friends. This is only for working pages and event and you invite them but if you want to invite them into group then this trick is not for you.

Follow my steps here if you want this to work perfectly:

START

• Open Chrome browser (https://www.google.com/chrome/browser/).
• Go to the event that you want to invite your friends into.
• Press the "Invite" button on the right side of the event.
• Go to "Choose friends".
• Make sure you select the category "All friends".
• Scroll ALL THE WAY down.
• Paste the code into the URL browser window
Push enter!
Notice that Chrome deletes the first part of the code,(this part "javascript:". Make sure that you add that part in before hitting "enter". Write this part infront of the code that you pasted --> javascript:
When you press enter the browser automatically chooses all your friends for you grin emoticon
The sidebar on the right should show you how many friends are selected to your event, make sure you got them all
Now all of your friends should be checked ✔
Push the Invite button and you are done!

The code still works fine
Limit is 500-750 friends at a time, you need to repeat this process until all your friends have been invited.
Here is the code for Events and Pages:
javascript:var inputs = document.getElementsByClassName('_1pu2');
for(var i=0;i<inputs.length;i++)
{ inputs[i].click(); }

javascript:var inputs = document.getElementsByClassName('_1sm');
for(var i=0;i<inputs.length;i++)
{ inputs[i].click(); }

No comments:

Post a Comment