CKEditor 4 reached its End of Life (EOL) in June 2023. From then on, it will receive no more updates, new features, bug fixes, and security patches. Visit CKEditor 5 Docs for the actively supported CKEditor or check Extended Support Model.
Report an issue
Class

CKEDITOR.plugins.autoEmbed

class

Filtering

Methods

  • since 4.5.0

    getWidgetDefinition( editor, url ) → definition | null

    Gets the definition of the widget that should be used to automatically embed the specified link.

    This method uses the value of the CKEDITOR.config.autoEmbed_widget option.

    Parameters

    editor : editor
    url : String

    The URL to be embedded.

    Returns

    definition | null

    The definition of the widget to be used to embed the link.