#21635 closed enhancement (fixed)
Add slideshare oEmbed support
Reported by: | Tyrun | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Embeds | Keywords: | has-patch |
Focuses: | Cc: |
Description
Adding speakerdeck and slideshare oEmbed support
Attachments (1)
Change History (15)
#6
@
12 years ago
+1 for adding SlideShare.
-1 for Speaker Deck. At barely a year old, I'm not sure its usage is widespread enough to justify adding core support just yet. There's already a plugin in the repo, Speaker Deck Embed with < 300 downloads.
#7
@
12 years ago
Yes it is young, but many people are using it.
Additionally I think that providing support for services that makes 'magic' happen that just makes it easy for end users is a good thing.
I agree with Jaquith's thoughts on #21632, that the process of knowing that it can be done, knowing to look for a plugin to do it and then installing the plugin is too much for most people. At the cost of an additional element in an array I think it's definitely worth it.
#8
@
12 years ago
It's not just "the cost of an additional element in an array". Each element in the array is another regex that the content of each post needs to go through, on each page load.
#9
@
12 years ago
I see, I did not think of that. I still think having it available is a good thing to have.
Also the regex is only run on post save/update, correct?
#11
@
12 years ago
Ok - so for 3.5 should we just remove speakerdeck and just add support for slideshare?
#12
@
12 years ago
- Summary changed from Add speakerdeck and slideshare oEmbed support to Add slideshare oEmbed support
Slideshare is in, as long as its oEmbed endpoint is sane. It should be checked out for obeying sane maxheight and maxwidth values.
#13
@
12 years ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In [22003]:
#14
@
12 years ago
Hey @nacin, think I could possible get added to the contributors list since this was my ticket? It's my first ticket and I was really hoping to make the contributors list!
Also - does anyone have any idea how to change your handle on trac? I'd prefer to be aaronholbrook instead of my old handle of tyrun.
#21632 thanks for the inspiration and getting the discussion started!!