تفصیل
A cool , simple sidebar widget for Google Plus profile badge.
Displays your Google+ profile pic, short information and link to your Google+ profile.
انسٹالیشن
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");
} ?>
عمومی سوالات
N/A
جائزے
There are no reviews for this plugin.
شراکت دار اور ڈیویلپرز
“Google+ Badge” کا اپنی زبان میں ترجمہ کریں۔
ڈویلپمینٹ میں دلچسپی ہے؟
کوڈ براؤز کریں، ایس این وی ریپوزیٹری کو چیک کریں یا ڈویلپمینٹ لاگ کو سبسکرائب کریں بذریعہ آر ایس ایس۔
چینج لاگ
1.0
- Initial release.