开发者 | Yakadanda.com |
---|---|
更新时间 | 2016年12月11日 22:20 |
捐献地址: | 去捐款 |
PHP版本: | 4.4 及以上 |
WordPress版本: | 4.5 |
版权: | GPLv2 or later |
Yes, you need Google account.
Use /wp-content/plugins/yakadanda-google-hangout-events/build/css/google-hangout-events.css file as reference. Copy that file to your /wp-content/themes/active-theme/css/ folder as google-hangout-events.css
Single Event Example: https://plus.google.com/u/0/events/csnlc77gi4v519jom5gb28217so
The random letters and numbers after ***.com/u/0/events/c
is an event id, so the event identifier will be snlc77gi4v519jom5gb28217so
without first letter 'c'.
To create a single event you would place in shortcode [google+events id="snlc77gi4v519jom5gb28217so"]
Shortcode Examples
[google+events]
[google+events type="hangout"]
[google+events src="gplus"]
[google+events limit="3"]
[google+events past="2"]
[google+events author="all"]
[google+events limit="5" type="normal" past="1" author="all"]
[google+events id="xxxxxxxxxxxxxxxxxxxxxxxxxx"]
[google+events filter_out="xxxxxxxxxxxxxxxxxxxxxxxxxx,xxxxxxxxxxxxxxxxxxxxxxxxxx"]
[google+events search="free text search terms"]
[google+events attendees="show"]
[google+events timezone="America/Los_Angeles"]
[google+events countdown="true"]
[google+events visibility="private"]
all
, normal
, or hangout
, by default type is all
all
, gcal
(event from calendar), or gplus
(event from google+), by default source is all
X
months ago, by default past is falseself
, other
, or all
, by default author is all
[google+events id="snlc77gi4v519jom5gb28217so"]
show
, show_all
, or hide
, the default value for attendees attribute is hide
true
, or false
, by default countdown is false
public
, private
, or all
, default is public