Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 800 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 800 Bytes

summernote-embed-plugin

This is a plugin for adding embed slides and vídeos to [Summernote WYSIWYG] editor. It allows users to past embed generated from a variant of apps from web and add this to the editor.

Installation

<!-- include jquery -->
<script   src="http://code.jquery.com/jquery-2.2.4.min.js"></script>

<!-- include Bootstrap and fontawesome-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" />

<!-- include summernote css/js-->
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.1/summernote.css">
<script src="http://cdnjs.cloudflare.com/ajax/libs/summernote/0.8.1/summernote.js"></script>

<!-- include summernote plugin-->
<script src="summernote-embed-plugin.js"></script>