• Resolved Lars Henriksen

    (@adjunkten)


    Hello,

    Thank you for a great plugin. I have a suggestion:

    It would be nice to have integration with Zoom , so that you could have videoconferences as Events.

    The plugin Video conferencing with Zoom lets you schedule zoom meetings in posts and creates a shortcode, but Events Manager won’t show the shortcode of this plugin.

    Cheers,

    Lars

Viewing 15 replies - 1 through 15 (of 23 total)
  • With the popularity of Zoom right now, this would be a very cool feature.

    *upvote*

    Hello,

    Those might be possible with Zoom and Events Manager Pro. When you’re using EM Pro, We have an add-on that would let customize the EMAIL per Event that is sent to users, With those settings, You could put the zoom link to the email template and a user that registers to that event would also see the zoom link on the email he receives.

    As for the plugin (https://wordpress.org/plugins/video-conferencing-with-zoom-api/) I’m not sure if they have an integration the is specific for Events Manager. You may try and contact them if they have one.

    I’m working on a 3rd party plugin to work alongside the Free EM plugin that lets you do exactly this.

    At the moment it doesn’t integrate with Zoom API and the plugin (https://wordpress.org/plugins/video-conferencing-with-zoom-api/) but i hope to have that working soon.

    What it does do though is let you manage the zoom-url for each event on the event admin screen and recurring event screens (like a custom field) but in an elegant way (like a setting for ‘if you edit a recurring event then please don’t override the zoom links of all the child recurrence events as each event has its own link’)

    It also adds a few new placeholders you can use in your events listing page and your confirmation email to give the link to the users only once their booking is confirmed…

    So on the events page you can do something like this:
    {is_logged_out}
    <p>Please login to access your Zoom Link</p>
    {/is_logged_out}
    {has_at_least_one_confirmed_booking}
    <p> Your Zoom Link is: #_ZOOMURL
    {/has_at_least_one_confirmed_booking}

    And similar in your confirmation email.

    I dont mind sharing it for free as these are unique times. Anyone want to help me test it then we can get it rolled out and help people onlinify their services and help people stay indoors and flatten the curve?

    • This reply was modified 3 years, 11 months ago by johniswellace. Reason: spelling
    Thread Starter Lars Henriksen

    (@adjunkten)

    Hi @johniswellace ,

    That sounds great. I would be happy to help you with testing.

    Maybe integration with zoom api is not that important if you can just retrieve zoom-links seperately?

    Sounds like a good idea to send the zoom link in the confirmation email, although I would still prefer that the user should login to access the meeting, especially when considering the stories of trolls crashing in on people’s meetings.

    Maybe {is_logged_out/in} should have another condition, like ‘is_video’, because you might want to show different stuff for physical/video meetings?

    Kind regards,
    Lars

    Hi @adjunkten,

    Yeah my event-level conditional placeholders for {is_logged_in} and {user_has_a_confirmed_booking} are working great.

    But you’re right we need to check a third condition: {is_zoom_event}. (on the site i’m developing all the events are zoom events so i wont use it but you will).

    In Events Manager you can’t nest these placeholders.
    I.E. you cant do this:

     <!-- you cant do this because you cant nest conditionals -->
    {is_zoom_event}
      {has_at_least_one_confirmed_booking}
        <p> Your Zoom Link is: #_ZOOMURL </p>
      {/has_at_least_one_confirmed_booking}
    {/is_zoom_event}
    

    So i’ll create an additional all-in-one conditional:

     <!-- This will work -->
    {is_zoom_event_and_user_has_confirmed_booking}
        <p> Your Zoom Link is: #_ZOOMURL </p>
    {/is_zoom_event_and_user_has_confirmed_booking}
    

    Which you can use on the events page. You can then add a link to the event page in your confirmation email 🙂

    I’ll upload the plugin to my public github (probably Monday) and you can grab it from there.

    Disclaimers for anyone that wants to use it / help test it

    • It’s only in english at present
    • I haven’t tested it on a multi-site install yet

    Other than that it’s working pretty well 🙂

    @rcarmichael if you’re interested!

    • This reply was modified 3 years, 11 months ago by johniswellace.
    • This reply was modified 3 years, 11 months ago by johniswellace. Reason: spelling and grammar ;)

    @adjunkten

    Here it is, just download, install and use – no settings to configure.

    https://github.com/johniswellace/Zoom-Integration-for-Events-Manager-Wordpress-Plugin

    It’s all open source, all i ask is:

    • You tell me your experience of installing and using
    • Feed back bugs / Feature Requests
    • If you can, please contribute

    When you do feed back please let me know if it’s Multisite, What Language you’re using? Are you using the front end ‘submit your won event form’? And anything else you think i might find useful.

    HOLD ON A MINUTE:

    Is this what you were looking for @adjunkten

    Events –> Settings –> Formatting –> Single Event Page –> Single event page format

    
    {is_zoom_event_and_user_has_a_confirmed_booking}
    [zoom_api_link meeting_id="#_ZOOMURL" link_only="no"]
    {/is_zoom_event_and_user_has_a_confirmed_booking}
    

    Works for me 🙂

    Obviously you have to enter the meeting shortcode in my ‘Zoom Link’ field instead of the Zoom URL, but then it just works.

    Thread Starter Lars Henriksen

    (@adjunkten)

    Hello @johniswellace

    Thank you for this.
    Something seems to be wrong with the github-link at the moment – I’ll check again later.

    Kind regards,
    Lars

    Hi @adjunkten , should work, let me know if you keep having problems

    Thread Starter Lars Henriksen

    (@adjunkten)

    Hi @johniswellace .

    Yes, I managed to download and install. Adds the ‘upnrunning zoom integration’ setting to the event page.

    Looks nice! – one could also use jitsi.org for meetings in stead of zoom, right?

    I don’t have time to test bookings and emails right now, but so far so good.

    Thank you

    Hi @adjunkten,

    Not sure about jitsi.org, but if it’s just a case of providing a URL then yeah it will work.

    The reason i’m getting in touch is because i’ve just updated my github username. It’s now available here:

    https://github.com/up-n-running/Zoom-Integration-for-Events-Manager-Wordpress-Plugin

    I’ve also made many enhancements to plugin loads more placeholders for managing page content nicely, reCaptcha integration: (v2, v2 Invisible and V3) which i hope to upload to github soon. Let me know if anyone wants this i’ll talk you through it – dont have time to create a massive readme file for new version at present 🙁 🙁

    Stay safe, John.

    Thread Starter Lars Henriksen

    (@adjunkten)

    Hi @johniswellace

    I downloaded and installed on a staging site from the new github – still version 1.0, right? Placeholders look fine. I would probably send out zoom/jitsi-link with the confirmed booking mail.

    I wonder what reCaptcha integration is for?

    Is it ready for live testing?

    Nice work 🙂

    Lars

    curious about the status of the integration– we would very much like to use EMP to set up, manage and register Zoom workshop attendees— any updates?
    thank you

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi Everyone, just wanted to let you all know that we’ve just released a full Zoom integration add-on, freely available to all users!

    This allows you to create/edit meetings and webinars directly within the plugin, and also automatically syncs bookings made with EM directly to Zoom (meaning you can also layer payment options with EM Pro).

    @johniswellace great effort and thanks for the contribution! Please get in touch via our contact form as you’ve earned yourself a free Pro add-on 😉

    Dang! This will be a game changer. Great job to the team and @johniswellace ! 😀

Viewing 15 replies - 1 through 15 (of 23 total)
  • The topic ‘Zoom integration ?’ is closed to new replies.