mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
new oneboxer for Slideshare
This commit is contained in:
parent
56a6c96f38
commit
2ff244a7ca
1 changed files with 14 additions and 0 deletions
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 a new issue