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.

BBB Administration Panel

Description

BigBlueButton is an open source web conferencing system. This plugin integrates BigBlueButton into WordPress allowing bloggers to create and manage meetings rooms to interact with their readers.

To know more about shortcodes available check out the plugin repo.

For more information on setting up your own BigBlueButton server or for using an external hosting provider visit http://bigbluebutton.org/support.

  • The plugin does not store any private data. Only room settings to allow to starts multiconferences.

Screenshots

  • Login form for anonymous users.
  • Login form for registered users.
  • General settings.
  • Permission settings.
  • Create meeting room form and list of meeting rooms.
  • Recordings in a front end page.

Installation

  1. Log in as an admin and click on the Plugins menu on the sidebar.
    1. Click Add new.
    2. In the search bar enter «bbb administration panel» and click search plugins.
    3. When you find the plugin called BBB Administration panel by albertosgz click the install now link.
    4. Activate the Plugin.
    5. Click on widgets under the Appearance menu.
    6. Find the BigBlueButton Widget. Then click and drag it to either the right, content, or footer windows on the right of the screen depending on where you wish the BigBlueButton widget to appear.
    7. Click on BigBlueButton under the settings menu.
    8. Fill out the URL of where the BigBlueButton server is running (be sure to add /bigbluebutton/ to the end of the URL) and its salt. Then click on save changes.
    9. You are ready to begin creating meetings, and holding conferences.

FAQ

How do I create meetings?

How users join meetings?

Users join meetings using a joining form. This form can be shown in a site as a sidebar element or as a page/post.

For setting up in the sidebar, add the bigbluebutton widget, as you do with any other, dragging the box to the position you want to.

For setting the joining form up as a page/post, add the shortcode [bigbluebutton] right where you want the form to appear in the page/post. If there are pre-created meetings in wordpress, their names should appear in a listbox from which users can select. If there is only one pre-created meeting the listbox will not be shown and one button with the name of the meeting will appear instead.

Why sometimes the Name and Password are required, some others only the Name and others only the Password?

The plugin gatters the much information it cans from WordPress, but what will be taken depends of the configuration.

For registered users their registered name or username will be taken as Name. The BigBlueButton role (moderator/attendee) can be assigned automatically depending of the permission settings. This way a registered user in a role which permissions has been previously set would not be required nether for Name nor Password.

For registered users whose role has ben set for requiring always a password, only the Password will be required.

For anonymous users the Name will be always required, but again the Password requirment will depend of the configuration. If Moderator/Attendee role has ben set for them no Password box will be shown in their joining form.

Is there any way users can go directly into a meeting?

It is possible to provide direct access to the meeting rooms by adding the meeting token ID to the shortcode: (eg. [bigbluebutton token=aa2817f3a1e1]).

The joining form is the same, so with the right permission configuration users would be able to join meetings in one click.

How can I show the recordings?

The only way to show recordings to users is using the shortcode [bigbluebutton_recordings] in a page/post.

Why is it giving an error about creating a meeting room?

Make sure you are using BigBlueButton 0.8 or higher.

What is this error: «Unable to display the meetings. Please check the url of the bigbluebutton server AND check to see if the bigbluebutton server is running.»?

You must make sure that your url ends with «/bigbluebutton/» at the end.

So as an example:

  • Wrong – «http://example.com/»
  • Correct – «http://example.com/bigbluebutton/»

How can I improve security?

You should enable the curl extension in php.ini.

Reviews

4 de marzo de 2021 1 reply
I was using the standard BBB plugin for Wordpress but after seeing this enhanced version all I can say is that I am extremely impressed. The added functionality and ease of use have made a huge difference to our use case. Thank you so much!!
1 de junio de 2020 1 reply
I thought the rooms which were in previous versions of BBB for my website were gone but this plugin showed them to me again. Great !
18 de marzo de 2019 1 reply
I used to use the original plugin which does not work any longer in newer WP installs. Great you forked it and made it function gain. Thank you.
Read all 6 reviews

Contributors & Developers

“BBB Administration Panel” is open source software. The following people have contributed to this plugin.

Contributors

Changelog

1.1.22

  • Tested up to WordPress 5.9
  • Fix deprecated messages with PHP 8.1

1.1.21

  • [bugfix] Fixed wrong pagination when no rows to display
  • [bugfix] [Fixed missing endpoint, causing error redirecting: https://github.com/albertosgz/Wordpress_BigBlueButton_plugin/issues/29)
  • Tested Up upgrading
    Thank you Dan to point me out in the right direction in both issues. I really appreciate your help!

1.1.20

  • [bugfix] Click on the row to list participants fixes. Thanks https://github.com/anton5rov!
  • Remove session_start() which was causing issues.

1.1.19

  • Fix creation and join room with custom parameters

1.1.18

  • Fix upgrade hook and update Tested up to value

1.1.17

  • Added support for custom parameters in join api call

1.1.16

  • Added dialog to know current participants in a room, clickin on row of active meetings.
  • Fix ‘only-current-wp’ as token in the table of meeting recordings.
  • Added parameter to join shortcode to add a custom CSS class.

1.1.14

  • Feature add shortcode bigbluebutton_room_status to display status of a room

1.1.13

  • Feature to change the Widget title

1.1.12

  • Fixed security bug which allow people to analyze ajax request to get moderator and attendee password
  • Fixed enforce min 5 digits in VoiceBridge field (https://github.com/albertosgz/Wordpress_BigBlueButton_plugin/issues/23)
  • Fixed display active meetings with only one meeting (https://github.com/albertosgz/Wordpress_BigBlueButton_plugin/issues/22)
  • Changed to more friendly message when no active meetings available

1.1.11

Tested plugin with WordPress version 5.4

1.1.10

  • Typo in commit

1.1.9

  • Fixed redirect user from form once moderator logged into room
  • Fixed to remove recordings from table when is displayed in public side

1.1.8

  • Fixed Activity Monitor from public pages

1.1.6

  • Fixed PHP Exception
  • Fixed filtering recordings by token (meetingId)

1.1.5

  • Make «welcome» input box bigger

1.1.4

  • Allow html code in the welcome message and fix plugin versioning

1.1.3

  • Avoid insertions of room with empty meeting token.

1.1.0

1.0.0

  • Added the initial files.