Paste embed plugin

Basic usage

This plugin allow you to insert iframes into your editor just by pasting an URL.
It uses noembed.com API to support X, YouTube, SoundCloud and more. Find all supported websites at noembed.com.

Read paste embed plugin documentation

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>