Upcoming for WordPress

Hi there,
Thanks for downloading one of my plugins. If you like my plugins, please support me by donating a small amount through PayPal.
If you donate even a small amount, that both keeps me enthusiastic and it allows me to keep working on improving my plugins!
Best,
Joost
P.S. did you know about my weekly WordPress newsletter? You should sign up right now!
Installation
- Download, and unzip the zip file
- Upload the upcoming directory to your plugins directory
- Enable the plugin and go to it's settings page
- Enter your API code, if you don't have one, get it here.
How to use this
Post or page
You can simply type in [upcoming userid="138148"] or [upcoming username="upcomingusername"], and it will show all the events you're attending. You can also do [upcoming userid="138148" states="attend,watch"], and it will show all the events you might be going to too.
In the settings panel for the Upcoming plugin you can change how these events look.
Widget
You can just enable the widget and enter in your userid. You can also change how events are displayed in the widget as well!
Are you a speaker?
If you're a speaker at conferences, you might think it's cool to show of that you're speaking there, and you can simply do that by adding a speaker:<your-username> tag to the event, the state of the event will then be "speaking", which you can use to change the layout. If you use the default template (did I mention the complete look of the list is templatable?), this code will make a microphone appear in front of the events you'll be speaking at:
tr.speaking td h4 { background: url(/wp-content/plugins/upcoming/microphone.png) no-repeat left top; padding-left: 30px; }
Including Upcoming in your theme
It's simple, just do this in your theme (and replaced userid with your userid):
<?php $atts[0] = userid; echo show_upcoming($atts); ?>





