वर्णन
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-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");
} ?>
नेहमी विचारले जाणारे प्रश्न
N/A
समीक्षा
ह्या प्लगइनसाठी कोणतेही समीक्षण नाही.
योगदानकर्ते आणि विकसक
“Google+ Badge” हे मुक्त स्रोत सॉफ्टवेअर आहे. पुढील लोक या प्लगइनच्या निर्मितीत योगदान केले आहे.
योगदानकर्तेभाषांतर करा “Google+ Badge” तुमच्या भाषेत.
विकासातील आग्रह?
कोड ब्राउझ करा, SVN संग्रहालय तपासा, किंवा विकास लॉग च्या RSS द्वारे सदस्यता घ्या.
बदलांची यादी
1.0
- Initial release.