Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Contributor michal

    (@michal_cksource)

    @hhtmp88 thank you for noticing this . We will try check and fix this.

    Plugin Contributor michal

    (@michal_cksource)

    I checked this and this can be easily fixed by:
    go to “Advanced Settings” tab of “CKEditor for WordPress” in “Output Formatting” option check:
    – break line after the opener tag
    – break line before the closer tag
    options and save CKEditor configuration.
    After this when you insert youtube link in separate line , you should see youtube player in post.

    Thread Starter hhtmp88

    (@hhtmp88)

    Thanks Michal for your comments!
    but…
    -> is it possible to stop ckEditor to “Auto-insert” codes into the post?
    -> That is , don’t touch anything automatically!
    -> and insert only those codes that the user manually inserts!

    Plugin Contributor michal

    (@michal_cksource)

    Hi,
    you can try use option https://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html#.autoParagraph in ckeditor.config.js file or in File editor section of CKEditor for wordpress configuration.
    In general CKEditor is rich (wysiwyg) text editor which create correct html code at the output.
    Without this , this kind editors works more like textarea…

    Thread Starter hhtmp88

    (@hhtmp88)

    I would suggest ckEditor to add an easy option for user to select turning off auto-code insertion.

    Plugin Contributor michal

    (@michal_cksource)

    @hhtmp88,
    CKEditor only ‘adds’ tags to create valid HTML code at it’s output. This is the reason why it is rich (wysiwyg) editor. Without formatting code as html it will be works like normal textarea. Formatting code as valid HTML code is design decision and main feature of CKEditor library (https://ckeditor.com). I will discuss your idea with CKEditor developers but this plugin can’t change this behaviour at this moment.

    Ck editor not showing video insert options on post edit page. Please tell me what should be the problem here.

    Plugin Contributor michal

    (@michal_cksource)

    @umerkakar,
    What do you mean “video insert options” ?
    You don’t see movie from youtube instead this you see a link to youtube move ? Please describe your issue in more details.
    Please also check in Firebug or similar tool if there are any errors.
    Do you use any plugin to add video or what ?

    This is the snapshot of ckeditor Michal. As in tutorials there were insert video icons from youtube and other services, And here you see that here is no video insert bar.

    Ckeditor snapshot

    Plugin Contributor michal

    (@michal_cksource)

    Can you give me a link to mentioned tutorials ?
    CKEditor for wordpress has support for https://www.ads-software.com/extend/plugins/vipers-video-quicktags/ plugin. Do you use it ?

    Plugin Contributor michal

    (@michal_cksource)

    To see this buttons you have to add them to CKEditor’s toolbars in ckeditor.config.js. Name of buttons (like ‘VVQYoutube’, ‘VVQVimeo’, etc) can be found in ckeditor-for-wordpress/plugins/vvq/plugin.js file.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘[Plugin: CKEditor For WordPress] not compatible with PodPress, video becomes a link only!’ is closed to new replies.