Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author David Vongries

    (@davidvongries)

    Hi @interz21,

    what’s the CC button? That’s new to me.

    Best,
    David

    Thread Starter interz21

    (@interz21)

    Hi David,

    It’s the closed captions button to activate or deactivate captions. It is usually just next to the settings button like on this video: https://www.youtube.com/watch?v=HrOUQ1ydOj8&ab_channel=AustraliaCouncilfortheArts

    It’s the white square with “CC” letters on it.

    For some reason it doesn’t show up when using this plugin.

    Thank you,
    Diego

    Plugin Author David Vongries

    (@davidvongries)

    Hi Diego,

    thanks for the clarification! ??

    Let’s try something. Can you please add the code below to your child-themes functions.php to see if that makes any difference?

    function prefix_your_custom_embed_url_attributes( $video_url ) {
        $video_url .= '&cc_load_policy=1';
        return $video_url;
    }
    add_filter( 'wp_video_popup', 'prefix_your_custom_embed_url_attributes' );

    Best,
    David

    Thread Starter interz21

    (@interz21)

    That worked, thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Subtitles button is not showing up’ is closed to new replies.