Friday, May 31, 2013

How to: create a direct link to a facebook post

A note to self: to create the post direct link to a facebook post:

  • - copy the link location of the 'share' url
  • - isolate the &p[1]= entry
  • - construct a new url pointing to facebook.com//posts/"&p[1]="
  • - link to that new url

A before-and-after demonstration:

Before: https://www.facebook.com/ajax/sharer/?s=22&appid=25554907596&p%5B0%5D=1191901122&p%5B1%5D=10201227148779409&profile_id=100002507979499&share_source_type=unknown
After: https://www.facebook.com/RedheadedWriter/posts/10201227148779409

No comments:

Post a Comment