Descripció
A cool , simple sidebar widget for Google Plus profile badge.
Displays your Google+ profile pic, short information and link to your Google+ profile.
Instal·lació
Install and Activate
- Unzip the downloaded Google-Badge zip file
- Upload the
Google-Badge
folder 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");
} ?>
PMF
N/A
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«Google+ Badge» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTraduïu «Google+ Badge» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.0
- Initial release.