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 thattype
must be set to “live
” forparticipate
to have an effect.)width
– allows you to control how wide the embedded room is. Defaults to100%
.height
– allows you to control how tall the embedded room is. Defaults to400
(pixels).
Here’s an example with all the optional attributes:
[todaysmeet id=12345 type=live participate=no width=50% height=300]
Installation
- Upload
todaysmeet.php
to thewp-content/plugins
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
- 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.
ContributorsTranslate “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.