data[0]; list($pageID, $postID) = preg_split('/_/', $latest_post->id); $post_url = 'https://www.facebook.com/'.$pageID.'/posts'.'/'.$postID; $text = ''.$latest_post->message.''; echo $text; ?>