Bài đăng

Hiển thị các bài đăng có nhãn Facebook

Delete all facebook messages at once

Hình ảnh
     If you have many messages for delete from facebook, it is very difficult to select all the messages, because facebook don't have the option for select all the message at once and delete in a click. But we have the solution for this we will give a small script for selecting all the message at once and delete in a single click. Step 1:    Login to your facebook account and go to message section. Step 2:       Select whose message you want to delete. Step 3:      Scroll up all the messages will load. Step 4:       Click Action (gear icon) and click Delete Messages... button like the below image. Step 5:       After press the Delete Messages... button you can see some check box on righside of the messages. Step 5:       Now Right click anywhere of the facebook page and click Inspect and on that window press Console (or simply press ctrl+shift+j  ), copy the below code and pa...

Auto delete friend request for facebook

Hình ảnh
     Some one get too many friend requests and if they want to reject all friend request you need to click all the " Delete Request " buttons. So it take long time to reject all friend requests. So you can use the following script for doing your work simply, the script will click your " Delete Request " button automatically. Auto Accept Friend Request Script 1) Go the this URL link facebook friend request page 2) Just copy the following code and paste it to your browser console window and press enter key. Code javascript:for( i = 0;i<document.getElementsByName("actions[reject]").length;i++){document.getElementsByName("actions[reject]")[i].click();}void(0);

Facebook auto accept friend request

Hình ảnh
     Some one get too many friend requests and if they want to accept all friend request you need to click all the " Confirm " buttons. So it take long time to accept all friend requests. So you can use the following script for doing your work simply, the script will click your " Confirm " button automatically. Auto Delete Friend Request Script 1) Go the this URL link facebook friend request page 2) Just copy the following code and paste it to your browser console window and press enter key. Code javascript:for( i = 0;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);

How to increase the followers in facebook?

Hình ảnh
     It is very important to increase your followers, because facebook allow 5000 friends, and if you want reach your facebook post, you need more followers. And if you have more friends facebook might have a chance to ask your friends details on login, if you not enter the correct details your account will be block. 1. Login to your facebook account. 2. Click the right top arrow icon and select settings option from the dropdown menu. 3. In the settings page select the followers option. 4. In the followers options, you need to select the Everybody option  under the  who can follow me title. 5. Now if any friend request come automatically put it into followers(not consider friend request accept or not),       Note : Old friend request will not added into followers, when you receive the friend request after configure the settings only it will added into follower list.