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.

This question already has an answer here:

I saw this on Facebook. When you click on a shared photo in Facebook, it shows the photo on full-screen. Then, if you look at the URL of the browser it is changed. But the page did not refresh.

So, how can I do a such task on my own ? How can I change the browsers URL, after an AJAX (or other...) event ?

share|improve this question

marked as duplicate by Igy, Bill the Lizard Mar 25 at 12:26

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

You're looking for the HTML5 History API.

share|improve this answer

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