Hi!
I have a resource website with YouTube embed videos. On a page, I have a strips with 3 columns each. Each column has a YouTube single player embed video with text box description. This is repeated down the page based on the topics.
I want to be able to share each video directly from the wix page instead of going to YouTube. I can use the static YouTube share link.
I tried adding a button below - with the idea that the user clicks the button, copies the link, and can paste. Tried using the copytoclipboard() function in velo but it does not copy on Safari. I tried adding fallback text but that did not help either.
I then tried making a toggle button -when clicked it opens a text box with the link for manual copying. Manually copying on apple devices causes people to either not be able to select the whole link the first time or they end up selecting half the page.
Best case would be for each video to have a share button under it that the user can then directly share the YouTube link via messenger, whatsapp, email and sms.
Second option- a way to copy the link so it can be pasted in app of choice.
I have 20 videos per page and it may grow so I need a solution that can be duplicated easily and not affect the functioning or speed of the site. I may also need to implement this on other pages on the site.
Anyone have a creative ideas on how to make this work?
Thank you