tags:

views:

18

answers:

1

So I have 2 application tabs added to a profile page in facebook. I am trying to link back and forth between the two tabs. Facebook mysteriously adds them as anchors

http://www.facebook.com/pages/blahblah/12313123231231?v=app_23423423423#!blahblah/12313123231231?v=app_2342332423423

I don't get it. Looking at the source of Dove's site, my only guess is that they do links via javascript:

http://www.facebook.com/dove?v=app_6009294086#!/dove?v=app_127320750626819

Any thoughts?

Steve

A: 

Aaah, facebook. So I anchored the href and added an onclick with document.setLocation('absoluteurl').

Good times FB, good times.

Steve

related questions