Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Hi there. Please see this comment. I’ll add a way for you to easily do this in the next update. Cheers.

    Thread Starter rupomkhondaker

    (@rupomkhondaker)

    I have Updated the $subtitles_allowed_tags something like bellow and It works fine…….. ??

    $subtitles_allowed_tags = array(
    ‘i’ => array(), // italicized text
    ’em’ => array(), // emphasized text
    ‘strong’ => array(), // strong text
    ‘a’ => array( // Link
    ‘href’ => array(),// Link URL
    ‘title’ => array(), //Link Title
    ‘target’ => array() //Link target
    ),
    );

    Plugin Author Philip Arthur Moore

    (@philiparthurmoore)

    Awesome! Glad you got it working. Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is it possible to input subtitle link’ is closed to new replies.