Metadata-Version: 1.1
Name: wildcard.tinymceplugins.youtube
Version: 1.0b1
Summary: UNKNOWN
Home-page: https://github.com/collective/wildcard.tinymceplugins.youtube
Author: Nathan Van Gheem
Author-email: nathan@vangheem.us
License: GPL
Description: Introduction
        ============
        
        This package provides a tinymce plugin for easily adding youtube videos.
        
        Only tested with latest Products.TinyMCE.
        
        Warning
        ^^^^^^^
        
        You'll likely need to allow iframe as a custom tag via html filtering for
        this plugin to work.
        
        
        Another warning
        ^^^^^^^^^^^^^^^
        
        Due to the way most modern browsers help protect against XSS attacks, after
        you save a form where you added a video with tinymce, you'll likely see the
        rendering of the video is blocked initially. Just reload the browser once more
        to see the video added.
        
        See http://glicksoftware.com/blog/disable-html-filtering for tips on getting
        around this annoyance.
        
        Changelog
        =========
        
        1.0b1 (2014-02-06)
        ------------------
        
        - be a little more smart about detecting the iframe element
        
        
        1.0a2 (2014-02-05)
        ------------------
        
        - be smarter about parsing youtube urls
        
        
        1.0a1 (2014-02-04)
        ------------------
        
        - Initial release
        
Keywords: tinymce youtube plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Framework :: Plone :: 4.3
