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.

An anchor (...) is a HTML element used to define the link between the current element (the anchor) and the destination (URI).

learn more… | top users | synonyms

0
votes
1answer
11 views

Navigate in timeline to a specific year/month AND post (facebookID) with a single url

i noticed that with an url format : facebook.com//timeline/2013/4 we move to the end of the specified month of the year. Now i need to use an url to navigate a user in my timeline to a specific post ...
0
votes
0answers
51 views

FACEBOOK APP link (anchor) trouble

I am trying to develop a app for FACEBOOK and I have the following issue. I have two pages: index.php page.php When I access the index.php everything goes very well, the login is made, the ...
0
votes
0answers
42 views

Facebook like refresh -> got to anchor

I have created a FB app for a tab. My index.php manages the content in function of like status. When the user clicks on the FB like button to be a fan (in the FB page, not im my iframe), the whole ...
1
vote
1answer
1k views

Share anchor links

I want to make a button that shares links in this form: http://example.com/#anchor but when i click it, it shares only http://example.com How could I make it share what I want?
1
vote
1answer
458 views

Cannot use named anchors with Facebook tab link

I'm attempting to put a named anchor on a part of our Facebook tab and add "#anchor" to the shared URL so when users click the shared link it will take them directly to the proper content on the tab. ...
0
votes
1answer
2k views

Facebook Share Customize Message Field

How can I customize the message field with Facebook share... You used to be able able to use one of the share URLs with a ?message= parameter but that no longer works... Here is what I currently use ...
3
votes
1answer
2k views

Iframe anchors not working in FB tabs

After spending all day trying to make an anchor work in facebook tabs I have given up and ask for help :) In the following very simple tab ...
1
vote
2answers
346 views

Setting inline URL with Jquery

I am using the following code to show social icons on hover: You can see the site here: http://vitaminjdesign.com/adrian/ $('a').live('mouseover mouseout', function(event) { if (event.type ...
0
votes
1answer
799 views

Define URL to jump to a specific page element, height or anchor after ajax call

I have a website running on wordpress and ajax. All the content ist loaded via ajax with deeplinking and hashHistory. URLs look like this: http://www.website.com/#/lang/page/ On one of the ...