Paste embed plugin
Basic usage
This plugin allow you to insert iframes into your editor just by pasting an url.
It uses noembed API to support Twitter, Youtube, Soundcloud and more. Find all supported websites at noembed.
This plugin also uses MAXmade API in order to extend the list of supported websites. Need a website supported? Message them, they're nice.
Try to paste some urls!
Try pasting this one: https://www.youtube.com/watch?v=dQw4w9WgXcQ
The code
$('#editor').trumbowyg();
Setup
In head tag
At the end of body
<!-- Import jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>