Plugin ini belum teruji dangan 3 rilis besar WordPress. Kemungkinan tidak lagi dipelihara atau didukung, dan mungkin menghadapi masalah kompatibilitas bila digunakan dengan versi WordPress yang lebih baru.

Joind.in WordPress Plugin

Deskripsi

This plugin is a sidebar widget which draws data from the joind.in website, or any other site exposing the same API. Joind.in is an open source event management/feedback site written in PHP – see http://joind.in.

Features: * sidebar widget * shows hot events or talks at a given event * customisable title * database caching – avoid repeated and slow API calls to joind.in

Instalasi

  1. Upload joindin.php to your plugins directory or install using the wizard
  2. On your plugins list, you should see it listed as “Joind.in”; activate it. Activation creates a new database table called wp_joindin which is used to cache data (if you use a different table prefix it will pick this up).
  3. On the widgets screen you can now drag a joind.in widget onto your sidebar(s) and configure it. It has a title and also the URL of the joind.in site – only change this URL if you want to point to your own or an alternative installation of joind.in (it assumes the API is at /api/). Choose what your plugin should display. Hot events shows the upcoming events shown in the system. Talks for event shows a list of sessions for the event identified by the ID entered in the “event id” field (get this by viewing the event on the main website and taking the number from the URL). Finally you can limit how many records are displayed.

Tanya Jawab

Can the plugin integrate with other sites?

Currently the plugin only works against the joind.in API. This is an open source project so you can run another copy of the code and point your plugin to that if you like, but no other APIs are supported.

How can I get other information from joind.in to display?

Comment on the plugin page what you want to do and why – someone may help!

Ulasan

Belum ada ulasan untuk plugin ini.

Kontributor & Pengembang

“Joind.in WordPress Plugin” adalah perangkat lunak open source. Berikut ini mereka yang sudah berkontribusi pada plugin ini.

Kontributor

Log Perubahan

1.0

1.1

Correcting a PHP short tag – thanks to @phpcodemonkey for the bug report

1.2

Fixing a major bug in this plugin, which registered the cron events repeatedly. If you are upgrading please deactivate and reactivate your plugin after you upgrade! Switching over to using the wordpress http handling rather than requiring curl (thanks to James Collins who commented on my blog suggesting this)