mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 11:44:06 -06:00
commit
60208e3ded
14
lib/oneboxer/slideshare_oneboxer.rb
Normal file
14
lib/oneboxer/slideshare_oneboxer.rb
Normal file
@ -0,0 +1,14 @@
|
||||
require_dependency 'oneboxer/oembed_onebox'
|
||||
|
||||
module Oneboxer
|
||||
class SlideshareOnebox < OembedOnebox
|
||||
|
||||
matcher /^https?\:\/\/(www\.)?slideshare\.net\/*\/.*$/
|
||||
|
||||
def oembed_endpoint
|
||||
"http://www.slideshare.net/api/oembed/2?url=#{BaseOnebox.uriencode(@url)}&format=json&maxwidth=600"
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user