How can I create a link to a specific post on a wall from a FBML page? Like when you have a FB notification, click on it, and only the specific post (with its comments) is shown.
Asked
Active
Viewed 9.5k times
1 Answers
101
If you need to manually get a direct link to one specific wall post then just click on a time label under the post (the one that says how long ago this post was made) and it would go to a separated page for this post, which url you can copy and distribute.
If you need to generate this link automatically then when you post to a wall through API it should return your post_id
that you would need to compose direct link.

serg
- 109,619
- 77
- 317
- 330
-
9nice! but this FB user experience is horrible – Serg Apr 21 '14 at 22:54
-
1Brilliant :D Non-intuitive Facebook. – Adambean Jun 03 '14 at 16:23
-
Thanks for the answer. That "click the time to link a post" system is a really horrible non-intuitive user interface. They should revise that. – OMA Jul 14 '14 at 19:48
-
@Serg, it might be intentional. Sharing on FB increases the traffic on FB, but copying the url is global – Yunus Nedim Mehel Aug 04 '15 at 13:02
-
I just tried it for a video- I had to right-click and do "open in new tab" or else the video player would just pop up, but I successfully have a link to just the post I wanted – Tyrannosaur Aug 03 '16 at 15:52