Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Google+ Badge

Описание

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

  1. Unzip the downloaded Google-Badge zip file
  2. Upload the Google-Badge folder and its contents into the wp-content/plugins/ directory of your WordPress installation
  3. 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.