Tuesday, February 23, 2016

The Undeniable Facebook tips & tricks that no one is telling you

Posted by Sahil Goyal
There might be not a single person on the earth, who uses Internet and doesn’t known to Facebook. It’s a social networking site launched in 2004 by Mark Zukerberg and some of his college roommates from servers used in computer labs of Harvard University. And they received a great response just after launching. And every year Facebook Corporation adds some extra features to their website to make it more effective and user friendly.



various facebook tips tricks updated


But along with these features given by Facebook , I’m sharing some javascript codes that will ease your work while using facebook. These fb tips and tricks are very helpful like you have got too many friend requests and don’t have time to accept all of them or like you have to invite all of your friends for liking a facebook page or you have to add all your friends to any facebook group. All of these tasks can be done within just 10 seconds with the javascript  codes.

Let’s start making more experience with fb, that’ll make your friends a subject to feel envy of;


Start posting a blank status

Whenever you would try to post a blank status on fb, it generates an error message saying that ‘your message appears to be blank, please enter something to post on facebook’, as posting a blank status is not allowed on fb.
But don’t worry we have a solution for that, just type @[3:3:] and press Post button and then a blank status appears on your timeline.



make your fb status blank


Posting an animated images havinf .gif extension

Many websites like Google+ and others allow us to post .gif images but when is come to fb, you’re only allowed to post on static images having .jpg or .jpeg extension.

Don’t worry now you had come to us, and you can post animated images by following these steps:
  • Search for a website named ‘Giphy’ on any search engine.
  • It’s very popular website having collection of animated images just select any image and copy that link given for that image.
  • And last step is just paste that link on your fb status box and click post.

Invite every friend for your fb page through a single click

If you have lots of friends in hundreds and thousands then it’s very difficult to manually invite all of them.

I have a script that will do that work for you but before applying that script follow these steps
  • open that fb page 
  • click on invite friends 
  • scroll down the list to your last friend
  • After that right click anywhere on the page
  • Click on inspect element
  • A new window will appear on your browser’s current tab
  • Click on console
  • Paste the script given below and click enter and you’ve done

var inputs = document.getElementsByClassName(“uiButton _1sm”); for(var i=0; i<inputs.length;i++) { inputs[i].click(); }


Make a video online from your facebook photos

Now you can now create your video made up of your fb photos. Just visit to pixable.com and login with your facebook account or all permissions to access your fb stuff like photos, videos, statuses.


Check for who un-friends you recently

A feature that facebook lacks in is that is doesn’t notify us when people un-friend us, unlike our page or leave our group.
But now we have some websites that tells us about who un-friend us. Just go to who.deleted.me/ and login with your fb id.


Post a single message/status to many group at once

A quick way to promote something on facebook is just post to all the groups joined by more people. But it’s very embarrassing to post a single message to multiple groups by searching for groups you’ve joined and visiting them for posting.

Now a easier method is developed, there are lots of websites that will do this work for you. You just have to link your account on that sites and select the groups that you want to post on. You can visit to www.hexcolor.in/tools/multipost/ for this task.


Accept multiple friend requests quickly

When you’re a famous person or using a operating a fake account you getting more friends, then one thing frustrates the most is the frustration caused by accepting bulk of friends requests.

We have made it simpler just us js code. For this method open your request page and follow steps given for inviting friends for a page and paste the js given below.

for(i=1;i<document.getElementsByName(“actions[accept]”).length;i++){ document.getElementsByName(“actions[accept]”)[i].click();}void(0);


Add all friends to facebook groups

Now you can add all of your friends to any fb groups you want to.

Visit the group you want to add and follow steps for invite all friends for page and pastes the script given to thislink .

0 comments:

Post a Comment