• Resolved lassegs

    (@lassegs)


    Hi.
    I’m having troubles with commenters linking to youtube with regular youtube URLs. The youtube-videos get embedded and it’s breaking my theme. Here’s an example:
    Example comment

    I’m using the theme Magazine Premium. I don’t know why oEmbeds are enabled in comments, so I’m listing my plugins here:

      Akismet
      Automatic Featured images from youtube – vimeo
      CCR featured posts
      Codestyling localization
      Google Analytics by Yoast
      Jetpack by wordpress
      Recent posts widget extended
      W3 Total Cache
      Wordpress importer WP User avatar

    For me there are two ways to fix this. Either get the embedded videos to resize properly, or just as good, stop youtube videos from embedding. I’d be very grateful if someone could point me in the right direction.

    https://ww.wp.xz.cn/plugins/jetpack/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter lassegs

    (@lassegs)

    Jeherve on #wordpress told me to try adding this to functions.php:

    add_filter(
                        'jetpack_comments_allow_oembed', '__return_false' );

    I just pasted it in somewhere random where it didnt look like it would interfer with another function, by looking at indentations, i don’t really understand PHP.
    But as far I saw it didnt really do anything.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Try this small plugin instead:

    http://i.wpne.ws/Yfo6

    Let me know how it goes

    Thread Starter lassegs

    (@lassegs)

    That worked great. Thank you very much.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Youtube embeds in comments’ is closed to new replies.