I'm a super novice--thanks in advance!
I'm looking to create a javascript button that can select everything from a multiple textareas and then copy the text to the clipboard when you click on a button.
I'm trying to share multiple video embed codes on one page and give the user a button to copy the embed code to the clipboard.
This answer from karoluS was helpful but I'm missing something to have multiple text areas on a page that the button can select the text from.
Copying text of textarea in clipboard when button is clicked
Can one button select from different text areas if I use different Ids?