Showing posts with label Facebook. Show all posts

Inviting All Friends to Facebook Page at Once JavaScript Snippet

Facebook is a great tool for connecting with the World but one of the problem is that the population on Facebook is very big and so sometimes we feel the need of a "do all" function in most places such as inviting your friends on your new page.

It can be a hefty job clicking on thousands of "Invite" buttons one after one since Facebook doesn't give you an "Invite all" button. Same used to be true for Group requests but fortunately it now does, but as for Facebook page invites you still have to do the manual way.


In this tutorial we will be learning how to invite all friends to page on Facebook automatically. In the past on our blog we posted some similar codes for Facebook but as you know Facebook changes it design and structure so not all the old codes may still work.

This one is latest and is working (created in June 2017).

We will keep this short, there's only two step mainly, copy the code and paste it, but to perform it successfully we have to do more than just that.

Copy the JavaScript Code 


var btns = document.querySelectorAll("button");
var i = 0;

setInterval(function(){
if ( btns[i].textContent == "Invite" ) {
btns[i].click();
console.log( i + " buttons clicked." );
}
i++;
}, 200);

Open Facebook on Desktop in Chrome / Mozilla Firefox or Safari

After you've open the Facebook website, navigate to your page and you will see the section where you can invite your friends from.


Click on "See All Friends" to make sure all your friends are loaded in the invite section so that when we run the code it invites all of them.  

In the browser open JavaScript Console and Paste the Code

Browsers have a JavaScript console where you can run JavaScript code from on the page, to open it on different browsers see the instructions :

  • Google Chrome: CTRL+Shift+J (CMD for Mac) OR Right click on page > Inspect > Console tab
  • Safari: Safari > Preferences, click Advanced, then select “Show Develop menu in menu bar.”. Now in the Safari Develop menu select "Show JavaScript Console"
  • Firefox: CTRL+Shift+J (or CMD+Shift+J on a Mac) ORselect "Browser Console" from the Web Developer submenu in the Firefox Menu (or Tools menu if you display the menu bar or are on OS X)




Paste the code in the input area in the Console section and then hit enter. 

That's it, the code will start running and will automatically invite all the friends to your Facebook page in no time. 

Does it have a limit?

There's no limit set by the code, it can invite any numbers of people in very less time but Facebook has a limit on how many friends you can invite to a page daily. Once it exceeds you won't be able to invite friends on the same day. 

We respect that and everyone should, Facebook knows that spamming would be a lot easier for people if it doesn't put such restrictions. 

Please do not use the code for spamming purposes, this tutorial is meant for the people who are genuinely inviting their friends on their page. There's no risk of getting blocked by using this method but we cannot be sure if it is abused, the system will detect. 

Why shouldn't I use an extension?

There are many extensions and add-on in browsers that lets you do the same but our recommendation is that you do not use those and the simple reasons are
  1. You never know what the extension might be running in the background
  2. Such extensions are known to go rogue and show pop-up ads in the future
  3. Do you really need to install a forever running extension for a small task ?
Using the codes you know what you are running on your Facebook pages, because running scripts is very sensitive in browsers, scripts can be used to do a lot of harmful stuffs, so always double-check before running any extensions or scripts in your browser. 

I see an error

Don't worry, it happens, even a small typo can lead to an error. If you see any error commend down below with a screenshot so we can jump in to help you in that regard. 


Confirm Friend Request on Facebook All At Once

Popular on Facebook? So you have got 100s of friend requests pending on your Facebook profile, confirming them one by one can be a pain. This small block of JavaScript code can save you time and energy.


Before we start I want to tell you that it's not guaranteed this code might work in the future. If Facebook's website structure changes, there's a possibility that this code might become obsolete, but that doesn't mean you can use a script to do that, we will work on a new script and update it on the blog.
Last Tested: 28 September 2014 (Works)



But for now this code must work perfectly for confirming all the friends request at once. Login to your Facebook profile and go to the friend requests page where you can view your pending friends requests, use either Mozilla Firefox or Google Chrome or Safari.

Keep showing up more friend requests pending by clicking on "Show more" button until you reach the end.

The Magic Charm (JavaScript Code)

var confirmBtns = document.getElementsByTagName('button');
for (var i = 0; i < confirmBtns.length; i++) {
if (confirmBtns[i].innerHTML == "Confirm") {
confirmBtns[i].click();
}
}

Copy the JavaScript code





Now Run The Code

We assume you have the code snippet on your clipboard, copied. Now you need make use of the developer tools in the browser.

Developer tools are small set of tools use to debug web sites. To learn more about using developer tools see - How to open developer tools.

To open Developer Console

Press CTRL+SHIFT+J (for Chrome), CTRL+SHIFT+K (for FireFox) to open the JavaScript Console.


Paste the code in the console and press enter to run the code. If done correctly your pending friend requests will get confirmed one by one in a matter of seconds.

Note: Facebook might show up a big warning message to do not copy-paste codes and tell you it might be scam and yes never ever run suspicious or codes not from trusted sources in the console, the scripts can do malicious things on your Facebook account. 


Is Your Facebook Down ? You're not alone!

Facebook, the second largest website on the internet has suddenly stopped working everywhere!

Update: It is up now
Millions of (almost everyone who uses FB on a daily basis) people encountered error while trying to access the Facebook website. None of the pages is accessible.

It shows the following page (Facebook's current status) :

Sorry, something went wrong
We're working on getting this fixed as soon as we can

This  is all Facebook has for the users now, no technical details about the errors are out yet. Plus there has been no updates on when it will be fixed and Facebook will be accessible again.

Don't worry, no one is able to access Facebook for now, so use an alternative to connect to your friends and family.

What you can do:

1. Go out.. meet your friends in real, chat with them and click some photos and share it using bluetooth.
2. Use Twitter or Google+ to show your condolences for the sudden demise (temporary) of Facebook (#kidding huh!)
3. Remember the old days? We used Text Messaging!

What you can't:

1. Update your status about Facebook's error.

Some Twitter updates on #facebook

Facebook Took Action to Block Developer Tools - Know Why

If you recently tried accessing the developer tools in your browser on Facebook you might have noticed a large notification in the console highlighted in red. Well, that's for a reason, if you haven seen that scam/spam yet let's tell you more about it.

Developer Tools are great for debugging websites and running scripts manually on a web page, it could be done on any website including Facebook. By writing a script, the author can make anything do with the site on Facebook they can use it for sending friend requests, making comments etc. anything that is possible. Because all that functions are controlled by JavaScript onsite.



Taking advantage of these awesome feature of a browser, some notorious spammers have wrote a script which auto-tags people and like pages associated with them on their statuses where they post instruction to use their code they wrote by claiming that the user will get a new theme for their Facebook, which would seem to work but what it does in the background will terrify you.

The code would send unwanted likes to the pages the spammers wants, it will auto-tag your friends in 100s of status automated by the script and much more as they might even get access to your account. The spam have got amazingly viral as people do really think it's going to work and try it without giving it a thought.

How does it actually look ?

This is an example of well planned viral spam by some script kiddies originating probably from Indonesia.


The link they tell you to open contains the code which they ask you to run in the browser's console which then do what it is supposed to - screw you.

If you see any such things in the future don't let it make you look like a fool! Just block that person and you are good and safe.

Facebook Took An Action to Control it

By disabling developer tools temporarily. Developer Tools is a great tool for developers so they didn't disabled it permanently on their site, but it let's you choose what you want to do. And will also show you what could be the consequences of running scripts from Unknown sources.

Not all scripts are dangerous, for example see my "How to Select All Friends at Once on FB" script, it just automatically selects your friends for inviting them in events etc. But you can clearly understand from this that code can do things that you don't expect to be automated.

Beware before you run scripts from third-party sources especially from these so-called lucrative offers. And even though the script seems fine to you make sure to see what others say about it, what's their opinion to get an idea about it.

It's all, be safe online :) 

Confirming Facebook Group Membership Request At Once

If you have a popular Facebook group where you receive hundreds of membership requests then it becomes a tough job to accept all of them one by one.

You may already know about the "Select All Friends" code using which you can select all your friends to invite them to a Facebook event. We covered that topic in this post:
http://www.stramaxon.com/2012/02/how-to-select-all-friends-at-once-to.html

Facebook now provides a new "Add All" function for confirming all group membership requests at once, so there's no need to use this trick/code.

I wanted to post less on Facebook's topic but as you know it's a hot topic so one in a month is not a big problem.

Anyways, let's get back to the main topic, how would you accept multiple group requests at once. Actually you can disable the approval system for group request but that will enable everyone to join the group, fake and spam profiles too. Such profiles don't target groups with approval system turned-on.

How do you do that ?

The trick is to manipulate clicks on selected buttons using JavaScript. JavaScript is webpage scripting language and you can manipulated static pages by running scripts.
But to run the script you have to open the Developer Tools in your browser, it's not present in old and even some new browsers. I recommend Chrome, Safari or Mozilla - the latest version.

Code

Update: Facebook recently changed the layout of it's group membership request page, so the old code stopped working. I have updated the code which works with the current site. Thanks to A Suzy Meow for informing us about this change.

Copy this small code :

javascript:var cont = document.getElementById('Group_member_request_pagelet');
var ul = cont.childNodes[0];
var li = ul.getElementsByTagName('li'); // iterate on this

for (var i = 0; i < li.length; i++) {
var btnCont = li[i].getElementsByClassName('rfloat');
var ancHors = btnCont[0].getElementsByTagName('a');
ancHors[0].click(); // make the click
}

The code tells the browser click on the "Add" button next to each item (membership request item) in the list.


How to use the code?

For a person not familiar with scripting consoles, it might be tough for them to run the code. I wrote a step-by-step tutorial to make it easy for you :
  1. Open the membership request page of the group in a modern web browser (Chrome, Firefox or Safari)
  2. To open script console on different browsers :
    • Google Chrome - press CTRL+SHIFT+J
    • Mozilla Firefox - press CTRL+SHIFT+K
    • Apple Safari - press CTRL + ALT + I and when the developer tools appear, press ESC or click "Show Console" button to bring up the Console window


    • If you still didn't understand how to use the console, this article has more for you to learn and understand how to use Developer Tools Console.
  3. Once you have opened the Console in your browser, paste the JavaScript code (provided above) and hit enter. When you paste the code inside the console it would look like this (The code you must enter is not the same as shown in the picture) : 


  4. Just hit enter and the code will start doing it's job. It will automatically click on every "Confirm" button one-by-one on the group membership approval page until the number of buttons becomes 0. 
This was it, this small block of code can save you a lot of clicks and time. That's what code are for, to make the users life easier.  But depending on the number of request it may take some time to complete its job, leave the page opened and it will keep doing its job.

This code is very similar to the code to select multiple friends at once for Facebook events but with a little modification it works like a charm on  membership confirmation.

For any queries use the comment form below :) And thanks for reading.

Why never use sites and services that provides Facebook likes

If you are blogger and own a Facebook for your blog then at the start your blog you won't get fans and subscribers instantly and due to that, frustrated peoples with less likes on their FB pages starts finding ways to get instant likes and fans on their page and using services provided by websites to increase your likes count but is it okay to use those service ? Read further for more information
There are numbers of websites providing services to increase your Facebook likes for some amount of money or sometimes free.I won't mention those services here.


You will be happy to see the increasing numbers of fans on your FB page and in greediness of more fans you may also want to buy for more likes and you will get the likes as well, there will be no problem at first but even if there's no error or problem that doesn't means that everything is going smooth.

How it can harm your page ?

There might be no problem for most of the users using these services, but it still affects your reputation for the Facebook page and your page will be marked as a spam. You must think how reputation is affected on Facebook page, but it does. If not reputation then your page can be marked as and it your page can get banned temporary or even permanently. Here's an example, this page was banned for spammed likes.

illegal likes spammed banned facebook page
(Thanks to Akshay Jain for the photo). You can see how the Facebook community page of that person was banned temporarily for spammed likes. The page wasn't disabled completely but limitations were placed on the page, just like if you send friend requests repeatedly then limits are placed on account. All like buttons for that page have been disabled and will be only available after the limitation expires on 28th August (1 month ban).   

Should i continue using it ?

After reading this post do you think using these services is safe for your page ? Never ever use this spammy services, in greed of increasing likes you can end up with a permanently banned page. Be happy with your original fans and that's the fun and challenge, you have to increase your fan following by hard working not with using these fake services.

White Blank box showing up on my Blog page - How to fix it?

Are you seeing blank white box on your blog or website page, those box looks too weird on the our website or blog, so this tutorial post will show what it is and how to remove it.
It all started to happen today, if you ask me what it is, my answer will be that it's a bug from facebook plugins code, Facebook is having some problems with their scripts, and thus blog page are showing iFrame on blog pages. The White box is a iframe, which is executed from the Facebook plugins code.


I came to know about this on Blogger Help Forum, i thought this problem was only of that user, but similar posts were posted by the users, then it was sure that it was problem of the Facebook plugins code after i examined the HTML code of the pages. The iframes are being usually showerd on top of the page. See this screenshot, it's from a blog that was facing the problem.


The Exact code, that's creating the problem is Facebook's JavaScript SDK, which we need to add to our HTML to show Facebook plugins, not it's gone buggy and creating iframes on Blogger. Removing it may remove the boxes (iframe) from the page, but also disable all Facebook plugin such as Like buttons, comments etc on the Blog. So we will use different method to remove it.

After seeing more blogs, i saw that the iframe is only showing on which the Facebook like box is being displayed. 


How to fix it?

Let's don't waste much time and get to the main point, how to hide it. To remove them permanently from template is little difficult, because it requires you to remove the code from your template which runs Facebook like button and other plugins, so we will hide it with CSS.


Fortunately, the two iframe have been classed, so we can easily hide it without any difficulties. Follow the Step-by-step instructions.

  1. Log into your Blogger dashboard
  2. Copy this small CSS code
    #fb_xdm_frame_http, #fb_xdm_frame_https {
    display:none !important;
    }


  • We have to add this CSS, so go to Template tab 




  • Click on Customize and then select Advanced tab




  • Scroll down, and click on Add CSS, you will then see a input area, just paste the CSS code there.



  • We only need the CSS code, the rest of the steps can be seen on my How to add CSS to your blogger tutorial

    If you think, this is not working then please post your Blog address in comments below, we will tryour best to help you.

      Facebook pages getting new look 30 March

      We will discuss about the new features for Facebook pages as Facebook has made the word out. 

      Facebook is changing it's features and look time to time, there have been good changes such in Facebook page insight, changes in wall feature etc. and some head scratching changes for some people like The new Facebook timeline. From 2006 to 2012 Facebook has changed alot, and i have seen many changes with my own eyes.


      I was just browsing my Facebook fan page when Facebook started showing a message banner on top of my page, it was similar to the timeline invitation. Have a look at it.



      If you also have a Facebook page and got a message like this, preview it. The most shocking thing is that it's look like the Facebook timeline Profile ! However it's on you to switch Timeline or not, but for pages, Facebook said it that all your Facebook pages will automatically change to this new look.


      Facebook should realize that 75% of people din't like the timeline itself, then why another timeline for pages?Although Facebook should give an option to either keep it or not, they said all pages will automatically get the new look, however the timeline for pages looks somewhere good, but for pages it will look so weird, it's only page where we can go and see new pictures uploaded in an order, but after the new look will be in, all experienced will be spoiled i think. How weird it will look, you can see on this page .

      People who love the old classic look of Facebook pages are not likely to accept the new page look, Facebook always gives heart attack to their user by not providing any switch off 'timeline' button or something like that.



      If we compare Facebook to Google, Google is good at giving the user option either to keep the new change or switch back to the old, but Facebook never provided anything like that, if you are a blogger or an Gmail user then you should have come over some times when Google made changes to their look but they always keep the power to change to new or not to the user.

      However i would not like to change my Public figure Facebook page to the new looks, i didn't even switched to Timeline, because i already tried it when it was not released for general public. So Facebook page owners you like it or not you will be force fully applied to you, once it releases, we will try to do something about it.

      Is Facebook employees not able to make any option to switch to new look or old look, or Facebook want their new design to be applied by all Facebook user?

      The only thing left with white background is the home page/news feed page, I beg Facebook not to make any further changes to it, or i will quit Facebook and switch to Google+ forever. If you think Facebook is not doing good anymore you may switch to Google+, it's better, the problem is that not most of our friends are on Google+ that's why i have to open my Facebook.


      Brand New Feature

      The only feature in new look for pages that caught my attention is the 'Milestone', where we can create a even which describe any milestone the page has completed like reaching 1 million likes or any other milestones, it will be highlighted in page, so that everyone can see it.



      Pages that already applied the new look

      How to select all friends at once to invite friends on Facebook

      Facebook friend invites are useful to invite your friends to view your website or to like your new Facebook page etc. you will see friends invite almost everywhere on Facebook.  


      Facebook invites are useful but a sometimes it can be a tough job if you have large number of friends, I had 2525 friends on Facebook and it was very difficult for me to select each and every friend manually to invite them all.

      When I started learning JavaScript, I learn how easy it was to manipulate web pages using codes and then I found a way to automatically check all the check boxes on invite boxes.

      But before we start, make sure you are using Google Chrome or Firefox, they are good as they support almost every new JavaScript functions and are updated, so using them makes sure that it will not create any problems. I will explain it in step by step procedures.

      1. Open Google Chrome 
      2. Now open any event etc. where you can invite your friends and open the friend invite box
      3. Now scroll down until all your friends appears in the box
      4. Press CTRL+SHIFT+J (for Chrome), CTRL+SHIFT+K (for FireFox)
      5. A JavaScript console pane should open at the bottom of the page
      6. Paste the following line of JavaScript code in the console

      Problem using Developer Tools? Check the tutorial on using Developer Tools on different browsers

      javascript:elms=document.getElementsByName("checkableitems[]");for (i=0;i<elms.length;i++){if (elms[i].type="checkbox" )elms[i].click()};
      After pasting click enter, now wait for a minute and when all friends are selected click on send, if you have large number of friends it may take about 1 - 2 minutes for successfully sending the invites . 


      Problem inviting all friends ?

      If you are unable to invite all your friends then you must check this updated post which also has a video tutorial. http://www.stramaxon.com/2012/12/inviting-all-friends-facebook.html

      Related Post: How to Increase your Twitter followers in 10 minutes

      Create false Facebook wall conversation

      There are many reason we should try making fake/false Facebook wall conversation, one of the most popular reason is for funny pictures, we can also edit screenshots with paint or photoshop to make conversation in the screenshot but it take a long time.

      Have you ever seen a picture of funny conversation on Facebook and most of them are not real but created by editing the screenshot of any Facebook wall conversation. 

      The Wall Machine is a great Facebook wall conversation generator, editing the conversation in it is easy as posting comments on a Facebook wall post so anyone who know to use Facebook wall feature can easily use this too.

      After going to The Wall Machine , you have to connect your Facebook account with it and then allow the app to your desired information such as email address, friend list etc. now you should be redirected to the 'The Wall Machine' website. Now think a great funny conversation and start making a Facebook wall conversation. 






      Along with Wall conversation you can create more stories like 'X' become friends with 'Y', event, like activity and more, it's a complete tool to fool your friends. 



      Do more with this app

      This is an list of thing you can do with 'The Wall Machine'
      • Make fake conversation and fool your friends
      • Add your desired photo to the profile
      • Want to reorder the comments ? Just hover on right corner of that comment and click on up or down
      • Make fake relationship status activity
      • Save the conversation and show it to your friends
      Related Post: Wish Happy Valentine's Day in Facebook chat for whom you love.

      "Angry birds Space" what this

      Angry Birds a big name in gaming industry broken all records, if you are here then you already know what's Angry Birds is about. The game is available for Facebook,PC , Chrome Browser and Mobile Devices. It's a hit on all platforms. It's has various version available for gamers to play.The newest is Angry Birds Space. 




      The above picture looks like the old Red bird, but it's different, it's a brand new bird for the new version of Angry birds.
      Angry birds had an great time on earth, destroying types of enemies like pigs,monkeys etc. They now headed for the space, the new version is going to be played in space, everyone is curious about the environment and the new enemies, but I am most curios about about the new bird in above picture, that's completely looks so robotic.

      It's going to launch on 22 March.


      The earlier versions of Angry birds were also great, the last time Rovio caught people's attention, it was the launch of Angry Birds on Facebook,which is also a hit. Now Rovio is in the NEWS again because of their new upcoming version of Angry birds.


      Fans of Angry Birds are extremely excited about the new Angry Birds, I am sure this will be going to be more thrill than any of earlier version of the game. The name is enough to make people crazy about it.

      In Angry birds, the space was seen last in "Angry Birds Season" in a Golden Egg level of "Summer Picnic", but it's not important that the look and feel will be same as that, because if we see the picture on Angry Birds Space web page, we will get idea about it and see the picture of Golden Egg level in Seasons.



      The tagline of Angry birds Space is "One small fling for a bird, one quantum leap for birdkind" seems very strong, this time the birds are going to be more bold than in any versions.

      There are lot's of question about this version of Angry Birds, one of the most asked question is "Is this the final version of Angry Birds" , but I don't think so, they will be back again, Rovio wouldn't like to discontinue Angry Birds version, although Rovio is more famous for Angry birds, so they would not leave the game in same state, and Rovio will give us more versions of Angry birds.

      If you want to keep yourself updated to Angry birds updates, then subscribe to our Newsletter, or stay connected with Angry birds Facebook Page.

      A short teaser of "Angry Birds Space"




      Turn your pictures into ASCII with ASCIIFI


      Converting pictures into ASCII text is an very old art, the art is continuing from the 60s .In this a picture is turned into text from a normal picture, back in the 60s when this there were not computer programs to make a picture ASCII , people used to do it with hands , those people who do this are professional and have years of experience of doing this.A human can do a better ASCII art than a computer because , if a human wants he can make the text like whatever he wants to make a perfect match picture to the original normal picture.


      If you want to know more about the art, please visit Wikipedia page of ASCII Art .



      an example of the ASCII art, I converted on of my pic to ASCII






       This is an example of ASCII Art. You will be able to make any picture like this.




      Make ASCII from a picture

      There are many websites which offer to make a normal picture to ASCII text. Even you can make a ASCII from picture on your own without and website's assistant, but it's very time consuming and who have time, so some wise fellows made fantastic prototypes with which you can make a picture to ASCII very easily, you can even drag and drop the picture from internet or your own PC, ultimately the process of converting the picture from normal to ASCII got easier.Show next I am going to show you how to change a picture to ASCII with ASCIIFI.com


      Convert picture to ASCII with ASCIIFI
      ASCIIFI is a website with which you can convert any picture eg. png, jpg, ico etc. to ASCII. It uses a PHP to convert pictures to ASCII. Let's see what are the steps to follow to convert the picture to ASCII. 
      • Go to asciifi.com
      • Now go below you will see a panel with control and upload tab
      • Now you can either upload a picture or copy link address and paste it into it
      • Now wait a minute or two and your picture is converted into ASCII
      • Use the ASCII anywhere you want and enjoy !
      To see how the whole thing works, check the files at GitHub

      So how was that ! Hope you liked it, keep ASCIIFYING and always visit StramaXon for more great websites to have fun over the internet.



      Related Searces
      • Make picture to text
      • Make photos to ASCII
      • What is ASCII art
      • How to make picture to words
      • Customize pictures to text
      • Form a photo with text characters



      How to remove the new Facebook Timeline profile



      About 80% of people on Facebook has the new Facebook timeline when they saw the invitation to integrate it , without and knowledge about the new timeline they integrated it , but when it was in beta mode i already tried the Timeline so i knew how it was thus i didn't integrated timeline after it launched to the general users.


      If you have done research you came to know that there's no way to remove the timeline directly from Facebook and but there's an unethical way to remove it is pretending that you are using IE 7 (Internet Explorer 7) as IE 7 don't support the new Facebook timeline. Don't worry , now i will not tell you to use IE 7 there's a app called USER AGENT which can pretend that chrome is IE 7 , thus you can get rid of the timeline.

      You may use these browsers. I recommend Chrome

       Chrome on Windows 7 or vista

      If you are running Windows Vista or Windows 7 the command in the file that will run Chrome with IE7 as the user agent is as follows :
      "%USERPROFILE%\AppData\Local\Google\Chrome\Application\chrome.exe" --user-agent="Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)"                

      1. Download ("Right Click" the link and save it to your "Desktop")
      2. After you have downloaded the .bat file, make sure you close *all* open Chrome windows, then click it and it will run Chrome with "IE7" as its "user agent".
      3. Next Install the F.B. Purity browser extension, as it will fix a lot of the display glitches that will occur when you have your browser set to impersonate IE7.
      4. Now visit a Timeline page, and you will see that it is now displayed as a normal, old style profile page.
      5. Please click the "like" button, to let all your friends know they can also get rid of Timeline:




        Source-FBPURITY - visit this link for more browsers.


        Related Searches:-

        How do i remove the new Facebook timeline.
        Get rid of the Facebook timeline.
        how do i get rid of Facebook timeline.
        Delete Facebook timeline .
        Get back the old facebool profile.




        Hope you like this post and are happy with the old profile layout !


        Comment below







      How to find my Facebook join date ?









      I was searching the internet to find a way to know my joining date on Faebook, this is January and I remember that 2011 January i jonied Facebook but don't remember the exact date, after minutes of searching i found a page where some ways were provided , but i already had that in my mind.





      So I am writing those procedures 'find when i joined Facebook' :




      1. First is the easiest one,whenever someone joins facebook ,they get emails from Facebook about verifying your account and welcome emails, so open your email which is associated with your Facebook and either go to the last page on email list or if the email service has a search option search for 'WELCOME TO FACEBOOK' it might then pop the result with Facebook welcome email ,check the date in the mail and we are done !




      2. If you deleted the emails there is one more way put some ice on your head and remember who was your oldest friend on Facebook , just go to their profile and on right side there will be a arrow pointing down just click on it and then on SEE FRIENDSHIP on top there will be the date of when you became friend with him. It will surely find the nearby date in some cases it might be also the exact date.But if this doesn't work , check the next procedure.




      3. We can also know the join date by the timeline , you all maybe familiar with the new Facebook Timeline , however removing it is not possible once you integrated it , but yet there's one trick to remove it. But if you want to find your date of join , and you don't know the oldest friend on Facebook or deleted the Facebook emails , then timeline can help you. In timeline just scroll down and you will find your Facebook join date.You can not only see your joni date but also your friend's join date if they have enabled Facebook timeline
      The photo i am showing is not my join date because i have not enabled timeline.





      Related Searches :-

      ●   How to find joining date of my Facebook.
      ●   When did I joined Facebook.
      ●   When my friend joined Facebook.
      ●   Find Facebook joining date.



      So these are some ways to know when did you joined Facebook , hope you liked this :)





      Comment below