Deskripsyon
A cool , simple sidebar widget for Google Plus profile badge.
Displays your Google+ profile pic, short information and link to your Google+ profile.
Pag-install
Install and Activate
- Unzip the downloaded Google-Badge zip file
- Upload the
Google-Badgefolder and its contents into thewp-content/plugins/directory of your WordPress installation - Activate Google-Badge from Plugins page
Implement
Anywhere in your site where you want to display this badge just call thi
1) Open the theme files where you’d like display this badge.
2) Place following function call and pass it your Google+ id. E.g. If Google+ id is 1234567890123 then code will be:
<?php if(function_exists('googleBadge')) {
googleBadge("1234567890123");
} ?>
FAQ
N/A
Mga Review
Wala pang reviews para sa plugin na ito.
Mga Contributor at Developer
Ang “Google+ Badge” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “Google+ Badge” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
1.0
- Initial release.