• Dear WordPress Pro’s,

    A customer of mine has the requirement to link images from his external Mediadatabase.
    Is it possible to add a Custom Tab in the Media Popup
    Custom Tab Position
    I want to show a list of all available Images in this Mediadatabase in the black rectangle. An API for getting this information is already there.

    It should be possible to choose one of those images instead of one from the wordpress media library. No import should be made.
    Multiple Select is no requirement.

    I was able to create a tab and fill the screen with content(images from mediadatabase) using following method “https://pucksart.com/wordpress-javascript-media-library/”
    But I am not able to choose an image.

    My question is:
    Is this possible without a lot of headache or even changing wordpress core? Are there any good samples how to do this. Is there an alternative on how to

    Thank you in advance,
    Franz

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    It sounds like you’re on the right track. How are you trying to handle image selection on the added tab? I think the simplest would be to use a jQuery().click() handler. It should be able add content to the post editor textarea without issue AFAIK.

    I’m sorry I can’t point you to any examples, but in theory it should all be possible.

    • This reply was modified 8 years, 6 months ago by bcworkz.
Viewing 1 replies (of 1 total)
  • The topic ‘Custom Tab in MediaPopup’ is closed to new replies.