About the display of vimeo videos

I have a question regarding the display of embedded links for videos that have been set to be publicly available only on vimeo.
I would like to do the following.
(1) Store the embedded links of videos that have been set for limited publication on vimeo in the database.
(2) Pull the data of (1) from the database to the page using “insert dynamic data” and display the video.

In response to the above, the current situation is as follows
(1) Place HTML elements in the page.
(2) Fill the above HTML element with data from the database by using “insert dynamic data”.

Errors that are currently occurring
(1) The error occurs only when the video setting on the vimeo side is set to “limited public” and data is pulled into the HTML element using insert dynamic data.
→The error message "Sorry, because of its privacy settings, this video cannot be played here.
2) When the embedding link is set directly in the HTML element, the video is displayed normally.
(3) When the public setting on the vimeo side is set to “public”, the video is displayed even if data is pulled in using “insert dynamic data”.

◇Explanation of attached images
・The image with the normal video at the top is the one in which the embedding link is pasted directly into the HTML.
・The one with an error message at the bottom is the one in which the same link as the video displayed in the HTML element is pulled in using “insert dynamic data”.

This topic was automatically closed after 70 days. New replies are no longer allowed.