Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Possible Duplicate:
How could I change window's location without reloading and # hack?
Facebook and Ajax

How does Facebook change the url without reloading the page?

Earlier facebook used the hash (#) to prevent the page from reloading each time new data had to load, but now a days Facebook change the whole url?! How the beeep is that possible?

share|improve this question
Look here stackoverflow.com/questions/136458/… – Marco Johannesen Oct 20 '11 at 20:59
spoiledmilk.dk/blog/?p=1922 – webarto Oct 20 '11 at 21:01

marked as duplicate by ifaour, Felix Kling, bmargulies, Ben Voigt, Graviton Oct 21 '11 at 4:34

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

They're using the History API. You can find some more demos at MDN too.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.