Skip to content

Instantly share code, notes, and snippets.

@AbhishekGhosh
Created July 9, 2013 10:05
Show Gist options
  • Save AbhishekGhosh/5956210 to your computer and use it in GitHub Desktop.
Save AbhishekGhosh/5956210 to your computer and use it in GitHub Desktop.
Google Plus Profile Card
<!-- this is the default HTML5 Part -->
<div class="g-person" data-href="https://plus.google.com/{profileId}"></div>
<!-- Example changes -->
<div class="g-person" data-href="https://plus.google.com/{profileId}" layout="portrait" showcoverphoto="false" showtagline="false" width="300"></div>
<!-- This is Javascript Part -->
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment