You are here

function social_content_facebook_external_id_callback in Social Content 7

File

modules/facebook/social_content_facebook.module, line 84
Social Content: Facebook module.

Code

function social_content_facebook_external_id_callback($post) {
  $id_parts = explode('_', $post->id);
  return array_pop($id_parts);
}