Created
July 9, 2013 10:05
-
-
Save AbhishekGhosh/5956210 to your computer and use it in GitHub Desktop.
Google Plus Profile Card
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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