Viewing 1 replies (of 1 total)
  • Plugin Author plugins360

    (@plugins360)

    I had double checked after reading your post and I confirm that the Vimeo URL doesn’t change for us here. So, please make sure you’ve selected the video source type as “Vimeo”.

    If still the issue remains,
    1. Open /wp-content/plugins/all-in-one-video-gallery/admin/videos.php
    2. Find the line below (#258),
    $vimeo = aiovg_get_vimeo_url_oembed( $_POST['vimeo'] );
    3. Change it as,
    $vimeo = $_POST['vimeo'];
    4. Save the changes and try again.

    Let me know if this solved your issue!

Viewing 1 replies (of 1 total)
  • The topic ‘Vimeo URL keeps getting changed to https://vimeo.com/’ is closed to new replies.