I want to share a specific part of a page so I use a hashlink for example: \[code\]http://en.wikipedia.org/wiki/List_of_GMA_Network_radio_stations#References\[/code\]Facebook parses the \[code\]<p>\[/code\] tag closest to the element with the linked id.Is there a way to tell Facebook what it should use as description? Ideally I'd like to do this on an individual basis.UPDATE: Since @Sturmeh suggests that I can post the link description via the API I'm enclosing the code that isn't working:\[code\]$statusUpdate = array( 'link' => $share_link, 'message' => $message, 'description' => $description);//Post to Facebook$facebook->api("/$user_id/feed", "post", $statusUpdate);\[/code\]