mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-14 16:02:53 +00:00
6 lines
175 B
JavaScript
Executable file
6 lines
175 B
JavaScript
Executable file
function oembed(){
|
|
var reply = prompt("$oembed_message:");
|
|
if(reply && reply.length) {
|
|
tinyMCE.execCommand('mceInsertRawHTML',false, "[embed]"+reply+"[/embed]" );
|
|
}
|
|
}
|