1 ) Otvorite vašu Facebook stranicu, ako imate više, izaberite onu koja vam najviše treba.
2 ) Sad samo idite na Build Audience > Invite option.
3 ) Sada, pojaviće se dijalog box sa invite opcijama sa imenima svih vaših prijatelja..
4 ) Kliknite F12 da otvorite inspect element tab.
5) Idite na konzolu i copy paste sledeći script. Konzola se obično otvara na dnu stranice.
var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
6 ) Posle dodavanja koda u console tab, kliknite enter i gledajte magiju. Svi vaši prijatelji će biti pozvani da lajkuju vašu facebook stranicu.
In English:
If you you wanna call all your friends to like your facebook page or simply to call them to be your friends, do like this:Build Audience > Invite option.
It will open this:
Copy next code (CTRL + V) :
var inputs = document.getElementsByClassName('uiButton _1sm'); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }
Go to console and place code you copied here (this will apear when you click F12)
Place the following code just where it's written with red color
Click ENTER..............Wait a few seconds
Watch magic and enjoy