Skip to content

Instantly share code, notes, and snippets.

@ear1grey
Created April 24, 2012 10:28
Show Gist options
  • Save ear1grey/2478648 to your computer and use it in GitHub Desktop.
Save ear1grey/2478648 to your computer and use it in GitHub Desktop.
Mod to G+ Importer Plugin
if (isset($item->url)) {
$post_content .= "\n\n<a href='".$item->url."'>Comment on Google+</a>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment