Opened 11 years ago
Closed 10 years ago
#28379 closed defect (bug) (fixed)
Some oEmbed endpoints should probably be dropped
Reported by: | wonderboymusic | Owned by: | |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | 2.9 |
Component: | Embeds | Keywords: | |
Focuses: | Cc: |
Description
The following services: SmugMug, Viddler, Photobucket, and Scribd
Whether these are useful or not, most seem to be enterprise services now or exclusively paywall. On top of that, their endpoints are broken, or our parsing is bad.
Let us find out.
Change History (12)
#3
@
11 years ago
Photobucket's enpoint "works" but causes multiple 302 redirects which sometimes extend past the 5 second timeout. Also, getting the URLs that are oembed-able is next to impossible. The URLs for the pages on the site and the gallery links are not embeddable. Only the actual JPGs and "albums" are. Even when you click an "album" for a user, the URLs are not those that are embeddable. The embeddable links are one of the share link options, but you wouldn't know to pick them.
#5
@
11 years ago
Viddler deleted all personal videos: https://gigaom.com/2014/02/07/viddler-gets-ready-to-delete-personal-videos/
It's oEmbed endpoint does not work anymore: http://www.viddler.com/oembed/?url=http://viddler.com
#7
@
11 years ago
SmugMug remains elusive. I will implore somebody to find me URLs that consistently work.
#8
@
11 years ago
I found a few endpoints that do work on SmugMug. I also reached out to a friend who works at SmugMug and let them know about some that I found that do not work. If we can get a list of additional endpoints that should work but do not, they seem willing to get it fixed up.
Work
http://www.smugmug.com/popular/all%23125787395_hQSj9
http://mikehansenme.smugmug.com/Oembed-test
Do Not Work
http://mikehansenme.smugmug.com/Oembed-test/i-TQWQFvC/0/S/IMG_0598-S.jpg
http://mikehansenme.smugmug.com/Oembed-test/i-TQWQFvC/0/X3/IMG_0598-X3.jpg
http://mikehansenme.smugmug.com/photos/swfpopup.mg?AlbumID=41111337&AlbumKey=3JBg96
SmugMug said this is something they definitely want to support and improve on their end.
Note: this is a trial account so it will expire in a few weeks.
#10
@
11 years ago
- Type changed from enhancement to defect (bug)
Realistically, this is a bug. But we should still sort it out soon.
Scribd is ok if we change the endpoint to
#https?://(www\.)?scribd\.com/doc/.*#i
-/read/
is the new paid service that doesn't seem to allow embedding.