This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

TodaysMeet

Description

The TodaysMeet WordPress plugin makes it easy to embed your TodaysMeet rooms in your WordPress blog with a simple shortcode.

[todaysmeet id=12345]

The id is required, but there are some optional attributes to the shortcode:

  • type – set to “live” to switch to a Live Stream.
  • participate – set to “yes” to allow visitors to your blog to join and participate in the room. (Note that type must be set to “live” for participate to have an effect.)
  • width – allows you to control how wide the embedded room is. Defaults to 100%.
  • height – allows you to control how tall the embedded room is. Defaults to 400 (pixels).

Here’s an example with all the optional attributes:

[todaysmeet id=12345 type=live participate=no width=50% height=300]

Installation

  1. Upload todaysmeet.php to the wp-content/plugins directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use the [todaysmeet] short code in your posts and pages.

For example:

The conversation was great, you can read the transcript here:

[todaysmeet id=1234 type=transcript]

Reviews

There are no reviews for this plugin.

Contributors & Developers

“TodaysMeet” is open source software. The following people have contributed to this plugin.

Contributors

Translate “TodaysMeet” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0

  • Initial release.