Skip to content

Instantly share code, notes, and snippets.

@TorbenL
Last active December 16, 2015 10:19
Show Gist options
  • Save TorbenL/5419107 to your computer and use it in GitHub Desktop.
Save TorbenL/5419107 to your computer and use it in GitHub Desktop.
google+ comments
// static integration (replace [URL])
<iframe width="800" height="600" src="https://plusone.google.com/_/widget/render/comments?bsv&href=[URL]&first_party_property=BLOGGER&view_type=FILTERED_POSTMOD&width=750&hl=de">
// wordpress integration
<iframe width="800" height="600" src="https://plusone.google.com/_/widget/render/comments?bsv&href=<?php echo urlencode(get_permalink()); ?>&first_party_property=BLOGGER&view_type=FILTERED_POSTMOD&width=750&hl=de">
// fokus cms integration
<iframe width="800" height="600" src="https://plusone.google.com/_/widget/render/comments?bsv&href=<?php echo urlencode($fks->getURL()); ?>&first_party_property=BLOGGER&view_type=FILTERED_POSTMOD&width=750&hl=de">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment