dustyf / meetup-winner

Meetup Winner! is a WordPress plugin that allows you to randomly select someone who has RSVPed to your meetup so you can give away a prize.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meetup Winner!

Meetup Winner! is a WordPress plugin that allows you to randomly select someone who has RSVPed to your meetup so you can give away a prize.

Do you want to add something extra to your next Meetup? Everyone likes getting free prizes and swag, right? But, you have more people attending than things to give away. Now you can use this plugin to hold a drawing for the free prize!

This plugin will connect to the Meetup.com API and select a random member of your Meetup who RSVPed to your event so you can give a prize at the event.

To use, install the plugin, activate, and add your Meetup.com API key in the settings. Next, add the shortcode [meetup_winner eventid="110963702"] to any page on your site and replace the number with the Event ID of your Meetup Event. Whenever you visit that page or refresh the page a new winner will be selected.

##Installation

Installing Manually

  1. Download the zip file
  2. Unzip meetup-winner.zip
  3. Upload /meetup-winner/ and it's contents to the /wp-content/plugins/ directory
  4. Activate the plugin through the 'Plugins' menu in WordPress

##Frequently Asked Questions

Where can I find my Meetup.com API Key?

Visit http://www.meetup.com/meetup_api/key/ while signed in to Meetup.com to find your API Key.

Where can I find my Meetup Event ID?

Visit your event on Meetup.com and copy the number at the end of your URL.

For instance the event id for the following Meetup is: 110963702

http://www.meetup.com/Milwaukee-WordPress-MeetUp/events/110963702/

How do I pick a winner?

Add the shortcode [meetup_winner eventid="110963702"] replacing the number with your event ID to any page on your website. You can also use the template tag <?php meet_win_display('110963702'); ?> replacing the number with your event ID to use in a page template. Visit the page to view a winner and refresh the page for a new winner.

About

Meetup Winner! is a WordPress plugin that allows you to randomly select someone who has RSVPed to your meetup so you can give away a prize.


Languages

Language:PHP 100.0%