Okay
  Public Ticket #3426302
add media with URL into media library without upload or import
Closed

Comments

  •  4
    Martin started the conversation

    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

  •  2,218
    WebWizards replied

    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:

    var image = wp.media({ 
       title: 'Upload Image',
       multiple: false
    })
    

    We will consider whether it's possible for future updates,

  •   Martin replied privately