Support embedding mobile.twitter.com links.
This commit is contained in:
parent
fdb76f59f0
commit
4eb41ad88a
@ -399,7 +399,7 @@ Embedding =
|
|||||||
el
|
el
|
||||||
,
|
,
|
||||||
key: 'Twitter'
|
key: 'Twitter'
|
||||||
regExp: /^\w+:\/\/(?:www\.)?twitter\.com\/(\w+\/status\/\d+)/
|
regExp: /^\w+:\/\/(?:www\.|mobile\.)?twitter\.com\/(\w+\/status\/\d+)/
|
||||||
style: 'border: none; width: 550px; height: 250px; max-height: 80vh;'
|
style: 'border: none; width: 550px; height: 250px; max-height: 80vh;'
|
||||||
el: (a) ->
|
el: (a) ->
|
||||||
el = $.el 'iframe'
|
el = $.el 'iframe'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user