Today, I get difficulty to post one of my tutorial How To Auto Accept Facebook Friend Request , since it contain some html tag to display.
When I try to post the tutorial, I get the error that HTML tag is not permitted to be posted.
After spend second for googling, finally I get one useful link that can concert HTML tag to be able to display in the blog.
Here is the link : http://www.plus2net.com/html_tutorial/tags-page.php
Tuesday, May 10, 2011
How To Auto Accept Facebook Friend Request
You can set your facebook to auto accept incoming friend request. I this tutorial I will explain two ways to do it.
1. Manual
- Login to your facebook.
- Open the following address : http://www.facebook.com/friends/edit/?sk=requests
- At the windows appears just replace http://www.facebook.com/friends/edit/?sk=requests with:
To accept All request, replace with:
2. Automatically
You need a little bit programming using PHP scipt. I will give you the script, if you want.
As the example you can test adding one of my facebook account at insmatrix@yahoo.com
After 1-5 second you will be automatically become my fiend at facebook.
1. Manual
- Login to your facebook.
- Open the following address : http://www.facebook.com/friends/edit/?sk=requests
- At the windows appears just replace http://www.facebook.com/friends/edit/?sk=requests with:
To accept All request, replace with:
To ignore All request, replace with:
javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);
javascript:for( i = 1;i<document.getElementsByName("actions[hide]").length;i++){document.getElementsByName("actions[hide]")[i].click();}void(0);
As the example you can test adding one of my facebook account at insmatrix@yahoo.com
After 1-5 second you will be automatically become my fiend at facebook.
Labels:
facebook,
tips and tricks