mirror of
https://github.com/friendica/friendica
synced 2024-11-14 19:02:54 +00:00
6 lines
175 B
JavaScript
6 lines
175 B
JavaScript
function oembed(){
|
|
var reply = prompt("$oembed_message:");
|
|
if(reply && reply.length) {
|
|
tinyMCE.execCommand('mceInsertRawHTML',false, "[embed]"+reply+"[/embed]" );
|
|
}
|
|
}
|