Opened 12 years ago
Closed 11 years ago
#24296 closed defect (bug) (fixed)
Viddler oembed has new endpoint, old one strips maxwidth
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Embeds | Keywords: | has-patch |
Focuses: | Cc: |
Description
Viddler changed their oembed endpoint:
http://developers.viddler.com/documentation/oembed/
Now it's "http://www.viddler.com/oembed/" instead of "http://lab.viddler.com/services/oembed/".
They have the old endpoint redirecting, but unfortunately, the redirection strips off the maxwidth (and possibly other) parameters, which can result in incorrectly sized videos when using oembed with Viddler.
Redirects to:
http://www.viddler.com/oembed/?url=http://www.viddler.com/v/bdce8c7&format=json
We should change the endpoint in class-oembed.php to the new one. If the new endpoint is used directly, with no redirect, then it does correctly handle the maxwidth parameter.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Changed endpoint for Viddler oEmbed service