I am getting a youtube image with a link to youtube.
I am using the default Twenty Eleven theme.
I checked the code in header.php, and wp_head(); is in <head>….</head>.
Also using TinyMCE Advanced Version 4.1.9 plugin.
Is Viper’s Video Quicktags no longer working in wordpress?
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>All videos are not showing anymore
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Our site was made SSL for the sake of a store. Now none of the Viper shortcodes work. Is there a way to make them work? Basically, with the codes still in place, the page displays a blank area where the YouTube video normally should be.
Is there anything I can do, or do I have to go and remove hundreds of shortcodes?
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Since a few weeks all embedded videos won’t show up in Chrome or Firefox. All I can see now are big white squares.
It’s most likely that this error is caused by the use of Adobe Flash, which isn’t supported anymore by a lot of browsers. Can you please update and switch to HTML5? Otherwise we have to edit thousands of posts over the years.
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>As of WordPress 4.4, flickr video
is not a valid shortcode name. Shortcode names cannot contain a space.
Cheers,
Eric
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>hi,
I ‘d like to know how to place the videos buttons frontend for member subscribers to have them ?
I use the plugin user -posts – Submitted for publication in frontend for members https://www.ads-software.com/plugins/user-submitted-posts/
thanks in advance
I leave my message in French here
bonjour,
j’aimerai savoir comment placer les boutons videos en frontend pour que les membres abonnés puissent les avoir ?
j’utilise le plugin user-submitted-posts pour la publication en frontend pour les membres https://www.ads-software.com/plugins/user-submitted-posts/
merci par avance
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Hey guys, I downloaded your plugin years ago because of the [quicktime] support for quicktime movies. But I just noticed that my older posts now won’t play in the post anymore.
I get a “missing plugin” message.
How can I get them to work again?
Did you guys stop supporting the [quicktime] code within a post?
Thanks
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Hi,
I noticed that the full screen button for vimeo videos when embeding with plugin.
Any solution?
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Is this working ok with WP 4.3?
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Hello
Does it support rtsp:// links? I have a IP cam live streaming I’d like to display on website
Hope its possible with it.. cannot find any solutions
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>hi there
just downlaod your olugins and i need to ask what is the shortdocde to add selfhosted video like mkv avi mp4 flv
and does your plugins support for subtitles ?
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Suddenly, I am having trouble with my QuickTime videos. I have used your plugin to embed them for 5 years without a problem. Any ideas??
We can get the videos to run on Firefox with the click of a notice (activate plugin) which did not use to be required, and takes about a minute to load.
But the videos will not work at all on Chrome or Safari. I didn’t do any updates in the past 2 weeks, didn’t change anything on my site, and the videos were working last week.
On chrome we get these notices (when normally the video just shows up): This content requires the QuickTime Plugin. Download QuickTime Player. … Already have QuickTime Player? Click here…
If I go ahead and “click here”, it then shows a screen with “this plugin is not supported.”
Any ideas of how to move forward to solve this issue? I have appreciated your plugin all these years.
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Hi Alex –
A video embeded into a feed nativly by viper video tags doesn’t seem to be possible by now afaik – you only provide the possibility to define the replacement text in the feed.
So i took a look into your code for hooks and actions:
You do offer a promising hook called “vvq_feedoutput” in your postlink-function, but unfortunately i don’t see a way to get hold on the according shortcode data or the video url itself in a registered filter function without introspection (veery slow).
Could it be possible that you provide the video url (or more info) to filters? That way one could embed an direct url to the video in the feed or embed an linked video icon, etc.
For example passing the video url would be very easy:
(1) You would have to alter the call to $this->postlink in your shorttag functions to something like this:
if (is_feed())
return $this->postlink($content);
($content would be the content of the shortcodes eg. the video urls)
(2) In the postlink-function you would have to pass the video url further to the filter call, so external plugins/themes use that url:
// Return a link to the post for use in the feed
function postlink($video_url) {
global $post;
if ( empty($post->ID) )
return ''; // This should never happen (I hope)
$text = ( !empty($this->settings['customfeedtext']) ) ? $this->settings['customfeedtext'] : $this->customfeedtext;
return apply_filters( 'vvq_feedoutput', '<p><a>ID ) . '">' . $text . '</a></p>', $video_url );
}
Would be a hit ??
BR from Salzburg,
– Johannes
]]>without going into testing — does MOV file hosting + playing via VVQ seriously work across all browsers tablets & mobile?
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>#PROBLEM:
On pages without editor will throw error:
Error: ReferenceError: QTags is not defined
(when script concatenated (by default) this essentially breaks whole JS loading..)
Same issue – even though it was closed = still not fixed: https://www.ads-software.com/support/topic/referenceerror-qtags-is-not-defined
#SOLUTION: Add simple check for undefined variable:
FILE: vipers-video-quicktags.php
LINE: 773
if (typeof QTags !== 'undefined') QTags.addButton(
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Hi!
My videos are not embedded, but shown as pic with link to YouTube Videos. I know, that I have activatet the embedding option in YouTube itself – It’s my own video that I try to embedd…
Can you help me?
Best regards,
bomio
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Hello!
I’m getting “SWFObject is not defind”. I was using this plugin almost a year and everything was fine. But yesterday I’ve noticed that problem (I don’t know how long it was happening).
I have wp_head() right before </head>, I’ve tried to include swfobject.js myself but it doesn’t help. There was no new plugins added in last couple of months.
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>For those of you having issues with Youtube’s related videos showing, regardless of your settings, you can go into the vipers-video-quicktags.php and make this fix:
Around line 3725, change the following string:
$content .= ' swfobject.embedSWF("' . esc_url( $embed['url'] ) . '", "' . esc_js( $objectid ) . '", "' . esc_attr( absint( $embed['width'] ) ) . '", "' . esc_attr( absint( $embed['height'] ) ) . '", "10", vvqexpressinstall, ';
to
$content .= ' swfobject.embedSWF("' . $this->wpuntexturize( esc_url( $embed['url'] ) ) . '", "' . esc_js( $objectid ) . '", "' . esc_attr( absint( $embed['width'] ) ) . '", "' . esc_attr( absint( $embed['height'] ) ) . '", "10", vvqexpressinstall, ';
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>SSL Still doesn’t seem to work with this plugin for us. Which means we have to remove the shortcode from 800 odd posts. Is there any other way?
Have tried http, https, and just //domain.com but none of these work.
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>is there a way to load .mov files saved on my mac, or uploaded to the wp image library, using Viper Videos? If not, can you include this?
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>We′ve installed Viper’s Video Quicktags Version 6.5.2 on a HTTPS website.
If we embed a YouTube video with the correct HTTPS URL, the code generated will show a HTTP link with a HTTPS picture.
This is unsecure content and will not be shown in most browsers.
Did we make a mistake in the setup?
Can anybody help on this topic?
Embedded code in the post:
[youtube width=”450″ height=”364″]https://youtu.be/8aXqOZjo1UY[/youtube]Page HTML source:
<span class=”vvqbox vvqyoutube” style=”width:450px;height:364px;”><span id=”vvq-16165-youtube-1″><img src=”https://img.youtube.com/vi/8aXqOZjo1UY/0.jpg” alt=”YouTube Preview Image” /></span></span>
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>HI,
How to automatically generate a thumbnail ?
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>I use both Grand Flagallery and Viper’s Video Quicktags actaivated.
When the Grand Flagallery plugin is activated, I don’t see my Youtube videos. Is that a known problem?
Any help would be really appreciated.
Regards.
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>hello
i have a problem my youtube video are not showing on chrome
in my article and in the admin page for custom color
its works with firefox and ie
can you help me ?
sorry for my bad english.
++
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Hi,
This is how I have been listing my videos:
[flv]https://curetinnitus.s3.amazonaws.com/cure-tinnitus-show-01_480x360.flv[/flv]
https://curetinnitus.s3.amazonaws.com/cure-tinnitus-show-01_480x360.flv
https://curetinnitus.s3.amazonaws.com/cure-tinnitus-show-01.mov
A “chunk URL’s” plugin would shorten the bottom two FLV and MOV links and those were the “download links.”
At some point over the last few months or so, this error has been appearing for FLV links that do not have tags around them:
ERROR: No URL was passed to the generic video BBCode
So it looks like this:
https://screencast.com/t/D8ogoCo8A
which well, is broken now.
is there any way to tell Viper’s Video Quicktags to leave links alone that do not have tags around them?
It’s not messing with MOV files, just FLV. Also, it didn’t “do this” before.
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Videos on mobile are not playing.
I only show the image.
How can i get this working?
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>The tinymce editor plugin is not loaded in multisite installations, when the main php file is in the mu-plugins folder.
This fixed it here, in vipers-video-quicktags.php:
// Load the custom TinyMCE plugin
function mce_external_plugins( $plugins ) {
$plugins['vipersvideoquicktags'] = add_query_arg( 'ver', $this->version, plugins_url( 'vipers-video-quicktags/resources/tinymce3/editor_plugin.js') );
return $plugins;
}
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Hi
I just updated the plugin from 6.3 to 6.5.2 and I get the following error for youtube videos.
[ERROR: Unable to parse URL, check for correct YouTube format]
Here is the format I use : [youtube width=”610″ height=”343″]https://www.youtube.com/watch?v=LkHuPEATOCU&feature=youtu.be[/youtube]
I would like to continue using the same format if possible without any errors. Is there a fix ?
thank you !
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>After several years use: my video’s don’t show anymore inside my <table>?
Only for a split second and than disappear… strange…
See an example on: https://www.newfolksounds.nl/hannelore-bedert-iets-dat-niet-komt/recensies/2014
(Music site)
Thnx!
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>Hey Viper
Great plugin – thanks – it has made our lives a lot easier!
The problem we have at the moment is that the JS embed is not rendering YouTube videos on mobile Safari. I see that it is using the JS embed, and not the iframe.
Do you have any timeframe on an update for this? It’s causing us massive headaches to not have the video embedded.
Here is the page (and video) in question https://www.adviservoice.com.au/2014/04/video-hot-business-tip-number-7-change-approach-review-meetings/
Cheers
https://www.ads-software.com/plugins/vipers-video-quicktags/
]]>