This post is a bit technical -- basically, it's just a prediction that Google may add widgets and chat to their webpages, in a way similar to Facebook.
The explanation:
Google is loading some search results here with AJAX. Notice the hash sign (#) in the URL:
http://www.google.com/#hl=en&q=hostels&fp=1&cad=b
Whenever a URL has a hash sign (URL fragment) in it it means the actual webpage technically didn't change, but that the site is possibly using a technique called AJAX to load new content without changing the page.
Facebook uses a similar technique to load new Facebook pages without making the Facebook chat box go away. When you move from page to page on Facebook, the webpage typically stays the same but the content is loaded through the URL fragments.
For example, if you are logged into Facebook and go to the I Love Hostels Facebook Group, you should see a URL like this in your browser's address bar:
http://www.facebook.com/group.php?gid=40896424775
then click on the Friends menu item, you might see a URL like this:
http://www.facebook.com/group.php?gid=40896424775#/friends/?ref=tn
The first part of the URL didn't change and you're basically still on the same webpage (technically). The page you're viewing is the part after the "#" sign that is highlighted in red above. The part of the URL in green shows which link you clicked on to get to the page (in this case "tn" -- probably meaning "top navigation").
If you click on this link, Facebook will redirect you to the actual URL:
http://www.facebook.com/group.php?gid=40896424775#/friends/?ref=tn
You'll probably be redirected to this URL:
http://www.facebook.com/friends/?ref=tn
It might not be related, but I wouldn't be surprised if Google adds widgets and chat to their sites with a similar technique to what Facebook is doing. Facebook's method of maintaining the chat box when moving from page to page is too cool from a technical standpoint not to imitate. :)
Log in to join discussion