Invite all friends to Facebook Event and like page in One Click
Hello Friends, we have come up with yet another article where we will share a simple code to invite all friends to Facebook event and like the page. Facebook as we all know has become one of the most popular sources to generate traffic to your websites. And the most used to promote business, start-ups and events as well. But to gain traffic we need users to view what we share on or page. And its pretty obvious that we need a lot of people to like our page. Though there is Page Boosting options available for every individual to get Facebook likes. But not everyone can spend money to get likes. At least we can ask our friends to like our Facebook page.
Note – Facebook has changed it’s interface, this is the updated article where you will get complete steps to invite your friends to like Facebook page in a single click
Also Read – Facebook New Update – Introduces Feature to Help find Nearby Friends
Also Read – Add Facebook Floating Like Box Widget to Blogger
Now the task starts! Start inviting people one by one to like your facebook page.
” OMG! I am done now” this is what comes into mind after inviting couple of 100 friends. But what would a person do who’s having 1500 Facebook friends?
Also Read – Important Steps before deleting your Facebook Account
I am very sure that you all would be pretty much interested in knowing that how we can invite all friends to Facebook event and like page.
Ok! lets just Scroll down and see how a small code can help us avoid all the irritation that is created when we invite all friends to Facebook event and like the page.
Note – This Code Works only in Google Chrome
Steps to Invite All Friends to Facebook Event and Like the Page in one click
Step 1 – Open the Facebook Page where you want to invite your Facebook friends.
Step 2 – Click on Activity Tab
Step 3 – On the left you’ll see something like this
Step 4 – Click on Invite Friends
Step 5 – When you Click on See All, A pop Window Appears on the screen that looks like the bellow image.
Step 6 – Keep Scrolling Down as infinite scrolling will keep updating more friends till last friend is loaded in the popup.
Do you want to earn money online? Check out the link here for 200 ways about making money online.
Step 7 – Once your list is loaded Press F12 on your keyboard, A window will rise up
Step 8 – Copy the below code into the console window as shown in the above image
Code to invite all friends to facebook Page
1
var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
Code to invite all friends to facebook Event
1
javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()}
Step 9 – Once you Copy the Code, Just Hit Enter and See the magic
If you have any Question in your mind, you may discuss in the comments section below
0 comments:
Post a Comment