• I’m using WP 2.8. I tried to add a YouTube video but it inserted the video AND the preview image underneath. I have the wp_head in my template. I tried deactivating some plugins. No luck.
    Any ideas?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Blackgossbo

    (@blackgossbo)

    I forgot. here’s the link:

    Thread Starter Blackgossbo

    (@blackgossbo)

    You appear to have wrapped my plugin’s shortcode in a link:

    <a href="foobar">[youtube]foobar[/youtube]</a>

    If you didn’t, then disable all other plugins.

    Thread Starter Blackgossbo

    (@blackgossbo)

    I disabled everything. It still shows up both the video and the preview image.
    I think this line writes out the image in addition to the video.

    $fallbackcontent = ‘<img src=”https://img.youtube.com/vi/&#8217; . $content . ‘/0.jpg” alt=”‘ . __(‘YouTube Preview Image’, ‘vipers-video-quicktags’) . ‘” />’;

    What does it do?
    Thanx

    I disabled everything. It still shows up both the video and the preview image.

    Then you are incorrectly using the plugin. Edit the post and switch to HTML view. You should see this:

    [youtube]https://www.youtube.com/watch?v=nTDNLUzjkpg[/youtube]

    Not this:

    <a href="https://www.youtube.com/watch?v=nTDNLUzjkpg">[youtube]https://www.youtube.com/watch?v=nTDNLUzjkpg[/youtube]</a>

    Your video is wrapped in a link, as I said above, which is causing the problem.

    Thread Starter Blackgossbo

    (@blackgossbo)

    Yeah. Sorry about that. That was stupid. Great plugin. Thanx.

    I have the same problem. I think since the WP 3 Update. Im using your Viper Plugin 6.2.17. All Videos worked in the past. Now there is just the youtubepreviewiamge.

    the vimeovideos are embed html and working. with your plugin there is just the link :-/.

    Link: https://www.flashen.eu

    Any Idea?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘[Plugin: Viper’s Video Quicktags] YouTube video AND preview image.’ is closed to new replies.