forked from friendica/friendica-addons
addon repository relocated
This commit is contained in:
parent
2bf19ae652
commit
056921b1e8
124 changed files with 11673 additions and 1 deletions
6
oembed/oembed.js
Normal file
6
oembed/oembed.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
function oembed(){
|
||||
var reply = prompt("$oembed_message:");
|
||||
if(reply && reply.length) {
|
||||
tinyMCE.execCommand('mceInsertRawHTML',false, "[embed]"+reply+"[/embed]" );
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue