These are different examples of shortcode used in the Zoom Meetings plugin.
- 1.
[zoom_api_link meeting_id="" link_only="no"] - 2.
[zoom_list_meetings per_page="5" category="test,test2,test3" filter="no" type="upcoming"] - 3.
[zoom_list_webinars per_page="5" category="test,test2,test3" filter="no" type="upcoming"] - 4.
[zoom_list_host_meetings host="YOUR_HOST_ID"] - 5.
[zoom_api_webinar meeting_id="YOUR_WEBINAR_ID" link_only="no"] - 6.
[zoom_list_host_webinars host="YOUR_HOST_ID"] - 7.
[zoom_join_via_browser meeting_id="YOUR_MEETING_ID" login_required="no" help="yes" title="Test" height="500px" disable_countdown="yes"] - 8.
[zoom_recordings host_id="YOUR_HOST_ID" downloadable="yes"] - 9.
[zoom_recordings_by_meeting meeting_id="YOUR_MEETING_ID" downloadable="no"]
1. Show Single Zoom Meeting Detail
Use: [zoom_api_link meeting_id="" link_only="no"]
Where,
meeting_id= Your meeting ID.link_only= Show only link or not. Change to "yes" instead of "no" to show link only
Your frontend page should look like:

2. List Upcoming or Past Meetings
Use: [zoom_list_meetings per_page="5" category="test,test2,test3" order="ASC" type="upcoming"]
Where,
- per_page = Number of posts to show per page
- category = Which categories to show in the list
- order = ASC or DESC based on post created time.
- type = "upcoming" or "past" - To show only upcoming meeting based on start time (Update to meeting is required for old post type meetings). Do not add to show all meetings.
- filter = "yes" or "no" - Shows filter option for the list.
3. List Meetings based on HOST ID
Use: [zoom_list_host_meetings host="YOUR_HOST_ID"]
Where,
host= Your HOST ID where you can get from wp-admin > Zoom Meeting > Users = User ID
4. Show recordings based on HOST ID.
Show recordings list in frontend based on host ID.
Usage: [zoom_recordings host_id="YOUR_HOST_ID" downloadable="yes"]
Where,
host_id: YOUR HOST ID.downloadable: Default is set to false. If you want your users to be able to download your recordings.
5. Show Recordings based on Meeting ID
Show recordings list based on your meeting ID
Usage: [zoom_recordings_by_meeting meeting_id="YOUR_MEETING_ID" downloadable="no"]
Where,
meeting_id: YOUR MEETING ID to pull.downloadable: Default is set to false. If you want your users to be able to download your recordings.
How to get Meeting ID
- 1. Go to your dashboard
- 2. In the side menu look of for Zoom Meeting
- 3. Click to open up Live meetings page
- 4. Select user from the dropdown on top right.
- 5. Grab the ID from meeting ID column