Sunday, March 26, 2017

(Script) Invite People Who Liked Your Post To Like Your Facebook Page Using Android


"The more fans you have, the more people get to see your posts.
  Basic#Facebook mathematics."

For Android use Puffin Browser

Step 1) To access this feature,simply click on the number of likes under any post on your page.

Step 2) You will see a button that shows if the user has already liked your page. If a user has not done so yet, you can invite him/her with just one click of a button.                                                                
                         
Step 3) Now, When users list is loaded, simply put this script in the url and run it. All users Who have not liked your page will automatically be invited


Script - - -   javascript:var inputs = document.querySelectorAll('a._42ft._4jy0._4jy3._517h'); for(var i=1; i<inputs.length;i++) { inputs[i].click(); }