설명
Add a Google+ Page button easily with this plugin. The shortcode is [googlepage]
Usage:
* Smallest icon: [googlepage page=YOUR_PAGE_ID]
* Medium icon: [googlepage size=32 page=YOUR_PAGE_ID]
* Biggest icon: [googlepage size=64 page=YOUR_PAGE_ID]
In page=x where x is your Google+ Page number.
스크린샷
설치
This section describes how to install the plugin and get it working.
e.g.
- Upload
wp-googleplus-page.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
[googlepage page=YOUR_PAGE_ID]
in a page or post
FAQ
- I can’t run this shortcode in my sidebar/any widget. How should I fix this?
-
If you can’t run this in a widget just add
add_filter('widget_text', 'do_shortcode');
in yourfunctions.php
on the last row before ?> (if ?> is there). - Can you make X work for me?
-
Yes, hit me an e-mail at max@malm.me
후기
이 플러그인에 대한 평가가 없습니다.
기여자 & 개발자
자국어로 “Google Plus Page shortcode”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
0.1
Initial release