• After update 4.4.1 pages and posts that contains youtube link (to show youtube video) doesn’t work at all. The <iframe> style doesn’t worl also.

    PAGE: https://www.blpride.com (try MENU/INSPIRATION)

    When I click on the link… after certain time reload the front page.

    My .httpacces file

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

Viewing 3 replies - 1 through 3 (of 3 total)
  • Consider updating your theme. You have 1.20 but 1.35 is current. That’s a lot of fixes. I can’t say whether that will fix this problem but its a reasonable thing to try. Take a backup before updating.

    I have the same issue: no matter how I try to put in the Youtube video to my post (Morning theme), it always appear as just a link.

    I tried:
    1. Direct short link (like youtu.be…)
    2. Direct long link
    3. Code for embedding a video.

    I have admin rules so can’t understand what’s wrong. My theme is updated.

    Thanks for any advice!

    @travel Rabbit
    I use a direct long link but it must be on its own line.
    Please post a link to your test page with it on.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Pages and Posts with youtube link doesn't work’ is closed to new replies.