Comments 4Martin started the conversationJuly 31, 2023 at 7:16amCan I have any code for this features?Add media with URL into media library without upload or importBecause the links are from YouTube or other social media, do not need to upload.Kind Regards 2,218WebWizards repliedAugust 2, 2023 at 9:20pmHi Martin,It is quite difficult to make something like this work unfortunately, because the uploader is not our own function.We are just using the WordPress standard media upload function: var image = wp.media({ title: 'Upload Image', multiple: false }) We will consider whether it's possible for future updates,1 Like Martin replied privately Sign in to reply ...
Can I have any code for this features?
Add media with URL into media library without upload or import
Because the links are from YouTube or other social media, do not need to upload.
Kind Regards
Hi Martin,
It is quite difficult to make something like this work unfortunately, because the uploader is not our own function.
We are just using the WordPress standard media upload function:
We will consider whether it's possible for future updates,