Opened 13 years ago
Closed 13 years ago
#19396 closed defect (bug) (duplicate)
Featured image dialog box has "From URL" tab (which doesn't apply/work)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 3.2 |
Component: | Media | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
When you click "Set featured image", the "From URL" tab is there. While it'd be cool to be able to specify a URL for a featured image, that's not currently possible so the tab should be removed for the featured image dialog box.
Props Rok from Zemanta for the report.
Attachments (1)
Change History (15)
#5
@
13 years ago
- Version changed from 3.3 to 3.2
Happens in 3.2 as well, possibly even further back.
#6
@
13 years ago
We have implemented setting featured images from our widget by uploading the image through ajax on our WP plugin. Would be great to have this support in WP so we could use it from our browser extension too, and people could use the URL upload!
Let us know if we can contribute anything!
#8
@
13 years ago
- Milestone changed from Awaiting Review to Future Release
This is a good idea but to do it easily we need to start passing some form of this iframe is being displayed in context and then make it available in the filters.
This would make it easier for other plugins to disable tabs too - at the moment they have to use the media_upload_tabs
filter and lame hacks based on referrers/extra query string arguments they hack into the url.
We should add a "context" arg to get_upload_iframe_src
to support this which could then be passed to the media_upload_tabs
filter.
#11
@
13 years ago
Related forum post: http://wordpress.org/support/topic/set-featured-image-via-url?replies=3
#13
@
13 years ago
- Keywords has-patch added; needs-patch removed
- Milestone changed from Future Release to 3.5
19396.patch passes the context in the same way as custom-header.php
, without introducing a new parameter for get_upload_iframe_src()
.
Or should we go with a new parameter and review our current uses of get_upload_iframe_src()
?
Removing mistaken milestone.