Invite All Your Friends to Like Your Facebook Page Script
Facebook offers you the ability to individually invite your friends
to like any Facebook page. This is a great way to leverage your own
social network to drive likes to your new Facebook page. But supposing
you have several thousands contacts added as friends, inviting just one
at a time can be very time consuming.
In this short video, you will learn how to invite all your friends to like your Facebook page at once using a single line of code in your browser.
In this short video, you will learn how to invite all your friends to like your Facebook page at once using a single line of code in your browser.
Follow These Steps
- Navigate to the Facebook page of your choice. For instance, perhaps you want to invite your friends to like my Facebook page, Brent Jones.
- If you are an admin for this Facebook page, you will see Build Audience in the top menu bar, just as Oliver shows you in the video. Click Invite Friends from the drop-down menu that appears.
- UPDATE / Jan-6-2015 / If you are not an admin for this Facebook page, you will need to click Invite your friends to like this Page in the left sidebar, and then click See All Friends.
- Click on your first friend who populates in the list, and then hold down the space bar until your entire list of friends loads.
- Copy and paste this code in your address bar:
javascript:var inputs = document.getElementsByClassNam
e('uiButton _1sm'); for(var i=0; i<inputs.length;i++) {inputs[i].click();} - When I pasted this code in both Chrome and Firefox,
javascript:
disappeared from the start of the line. You may need to manually type this part of the code in. - Press Enter and be patient. It may take a few minutes for every one of your friends to be invited to like the page.
Invite All Your Friends to Like Your Facebook Page Script
Post a Comment Blogger Facebook
Thank you
EmoticonClick to see the code!
To insert emoticon you must added at least one space before the code.