#26964 closed enhancement (worksforme)
Support https URLs in Twitter embeds
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Embeds | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
In WP 3.8.1, URLS to embed tweets in posts only work with the http protocol. They fail with https. I find this to be counterintuitive, since all of twitter.com seems to be served through https.
I realize we are limited by Twitter's APIs, but it seems it should be possible to support both. If Twitter's API requires https, perhaps the embed detection code can do the conversion before sending the request.
First time reporter. I sure hope I'm doing this right! ;-)
FYI I reviewed all discussion of #26844 and didn't see mention of this.
Change History (5)
#1
in reply to:
↑ description
@
10 years ago
#2
@
10 years ago
- Keywords reporter-feedback added
I just tested this on a live 3.8.1 site and can't reproduce it. Great report, though, but perhaps a list of what theme you're using and plugins and such would help clarify what's going on.
#3
@
10 years ago
If Twitter's API requires https, perhaps the embed detection code can do the conversion before sending the request.
Which we currently do, see tags/3.8.1/src/wp-includes/class-oembed.php#L49.
Replying to mattheweppelsheimer:
Right, I meant "If Twitter's API requires http, …".