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


i noticed url of format

facebook.com/username/timeline/2013/4

we move end of specified month of year.

now need use url navigate user in timeline specific post (facebookid) in way can still move , down on timeline point of time (anchor).

any clues?

on facebook page, each post's html element has own unique html id. can make use of fact directly link post within page on facebook identifying post's id , using fragment identifier in url.

to find post's html element id, right click particular post in browser [i'm assuming chrome], click "inspect element". in opened development environment, find enclosing div of inspected element contains id html attribute.

for example, link particular post on disney's march 2013 facebook timeline following:

https://www.facebook.com/disney/timeline/2013/02/#tl_unit_6154529015953642023


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -