Facebook Fanpage is the one of the awesome features introduce by
Facebook. For many of the online marketing firm, this is the biggest
thing for them. We all know that, we can generate much amount of traffic
from the Facebook Fan page to our blog or site.
Social media is the biggest source of driving traffic on to your blog or
site. For getting traffic from the Fanpage, you should have nice count
of Likes and activity of users on the page. You can get like more like
by inviting your friends to like your page. But what if you have 1000 of
friends, this will make you little bit feed up by clicking invite
button for every friend.
Here I will tell you how to invite all your friends to like your page in just two steps.
- Open your Fanpage, where you desire to invite friends (in Chrome Browser)
- Just Navigate to Build Audience > Invite friends
- Now a box will open, with invite option with all your friends name.
- Press F12 to open inspect element tab.
- Go to the console tab and copy paste the following script.
var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click();}
After pasting above code into console tab, Hit enter and then see the magic ! all your friends will be invited to like your Facebook page.
Hope You all like this post. So guys, Do share this to appreciate our work.