OpakAlex / summernote-video-attributes

Adds Button to Insert Video URL's and Player Options

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

summernote-video-attributes

A plugin for the Summernote WYSIWYG editor.

Adds a button to the Summernote Toolbar that allows editing video service settings and some embedding attribute.

Installation

1. Include JS

Include the following code after Summernote:

<script src="summernote-video-attributes.js"></script>

2. Supported languages

Currently available in English.

3. Summernote options

Finally, customize the Summernote image popover.

$(document).ready(function() {
    $('#summernote').summernote({
        toolbar:[
            ... Your other toolbar options
            ['insert',['videoAttributes','media','link','hr']],
            ... Your other toolbar options
    ]
    });
});

3. Check out our other Summernote Plugins

  • Summernote Image Attributes
    • Add Button to Image Popup to enable editing various Image Attributes, including adding Links.
  • Summernote Cleaner
    • Clean Pasted and Existing Markup, mainly for cleaning text from Office Document software.
  • Summernote Save Button
    • Add a Save Button to the Toolbar when Summernote is inside a form with a Textarea to easily save your document.
  • Summernote SEO
    • Adds a Dropdown to the Toolbar that allows extracting selected text and inserts it into input elements for editing.

About

Adds Button to Insert Video URL's and Player Options


Languages

Language:JavaScript 100.0%