الأربعاء، 14 أغسطس 2013

How Invite All Friends To Like A Facebook Page In One Click !!

 Invite all friends to like a Facebook Page
Here we are going to figure out how to invite all of your friends to a Facebook page without clicking each person individually. This information is provided for Information Purpose only and we will not take any responsibility for the consequences (if any) using the below tip. It should be fine as it simulates real clicks.

WATCH VIDEO INSTRUCTIONS

INVITE ALL FRIENDS TO LIKE A FACEBOOK PAGE IN ONE CLICK- INSTRUCTIONS

1. Open Chrome and navigate to your Facebook page- Build Audience.

2. Click on ‘Invite Friends’.

3. Change the menu drop down from ‘Recent interactions’ to ‘Search all friends’.

4. Scroll right to the bottom of your friends list as Facebook extends the list only when the list is scrolled.

5. Press CTRL+SHIFT+J to open up the Javascript input window.

6. Copy and paste the below code into the new pop up window in Chrome.

var inputs = document.getElementsByTagName("input"); for (var i=0; i < inputs.length; i++) { if (inputs[i].getAttribute('type') == 'checkbox') { inputs[i].click(); } }


7. Click ‘Submit’ on the Facebook popup window and wait. You should have confirmation that your friends have been notified about your page.

0 التعليقات:

إرسال تعليق