Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Google+ Badge

Mô tả

A cool , simple sidebar widget for Google Plus profile badge.
Displays your Google+ profile pic, short information and link to your Google+ profile.

Cài đặt

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");
} ?>

Hỏi đáp

N/A

Đánh giá

There are no reviews for this plugin.

Người đóng góp & Lập trình viên

“Google+ Badge” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

1.0

  • Initial release.