Hello @timmarcie ,
Thank you for the quick response!
The Video Player Plugin’s “Upload video or type YouTube link in dynamic input” field supports both single video links and a list of links, as noted in the documentation. For YouTube videos, the plugin uses a parsing mechanism to extract the video ID from the URL, which is typically found in the ?v= query parameter (e.g., uwEaQk5VeS4 in https://www.youtube.com/watch?v=uwEaQk5VeS4). The plugin then uses this ID to fetch the video.
When a URL contains additional query parameters (e.g., https://www.youtube.com/watch?v=uwEaQk5VeS4?feature=shared), the presence of multiple question marks (?) or unexpected parameters may confuse the parsing logic.
I went ahead and tested on a demo page, and found that the Video Player is properly reproducing the ‘shared’ link, when the ‘?feature=shared’ part is removed: https://youtu.be/ouGT55o68ho
I found a workaround which would work for your use case, and implemented it on the demo page.
The link from the input is truncated using ‘:find and replace’ operator, as shown on the screenshot.
Here’s the demo editor link for you to review the configuration.
Please let me know if this solved your issue and if there is anything else I can help you with.
Best regards,
Egor Smorodinov,
Support Team
Browse all Zeroqode Plugins for bubble
