這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Meetup Winner!

外掛說明

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.

螢幕擷圖

  • The winner displayed on a page
  • Add a Shortcode to your page
  • Add your API key in Settings

安裝方式

  1. Download through the WordPress plugin installer
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add your Meetup.com API key under Settings > Meetup Winner!

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
  5. Add your Meetup.com API key under Settings > Meetup Winner!

常見問題集

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.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Meetup Winner!〉的開發相關工作。

參與者

將〈Meetup Winner!〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.2

  • Moved the screenshots out of the actual plugin folder
  • Fixed some formatting in the Readme
  • Changed the shortcode to return the value instead of echo it

0.1

  • First Version.
  • You can add the Meetup Winner picker via shortcode or template tag.