• Resolved Daniel

    (@danfelbm)


    Hello there,

    I wonder if there’s any way to change the meeting URL permalink?
    From /zoom-meetings/?join=…. to just /meeting/?join=… , for example.

    Kind regards.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor digamberpradhan

    (@digamberpradhan)

    Hi @danfelbm ,
    You will need to add this code to your child themes functions.php file and then refresh the permalinks.
    https://gist.github.com/digamber89/0e84479b6b88d9afaaa3ae611fb00587

    Thread Starter Daniel

    (@danfelbm)

    Thank you! it works just fine.

    I have another question and I’m not sure if I should open a new ticket.

    Is regarding the browser compatibility with iOS, which is basically non-existent (users can’t join audio)

    Since I’m using the url directly /zoom-meetings/ and not even the iframe. Is there any way to redirect iOS users exclusively to the mobile App?

    Thank you for your time and kind regards.

    Plugin Contributor digamberpradhan

    (@digamberpradhan)

    Hi @danfelbm ,

    There isn’t a setting for that – you would probably need some javascript code to detect ios and redirect to zoom app. Unfortunately i don’t have an ios device right now to test.

    Thread Starter Daniel

    (@danfelbm)

    Can I use vczoom_jbh_before_content to add such javascript?

    Regards!

    Plugin Author Deepen Bajracharya

    (@j_3rk)

    Hi @danfelbm

    This is something you’ll need to figure out from your end. You could try using this hook to add javascript redirection.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Changing URL’ is closed to new replies.