I am using wordpress video popup(link) for playing YouTube videos but, after completion the video it is showing related videos on YouTube. I donot want to show related videos at the end of the video it needs to change pause state.This is the link I have used for video popup.How can I stop showing related videos? please provide any links or suggessions
Try adding ?rel=0 at the end of your video URL.
UPDATE
If you go to the website of the wordpress plugin you can see that there is a limitation.
http://wp-time.com/video-popup-plugin-for-wordpress/
You have to install Extend Link Plugin and there you find that a premium attribute rel=”1″ to disable YouTube related videos is necessary.
Related
I have a website for learning.
I want to add a video playlist from my country video site named aparat.com
you can learn how to make a video playlist with embed code from aparat?
my website uses WordPress.
I see another site a playlist from aparat embed. but I don't know how to make
Any aparat film have a special link that not change.
https://www.aparat.com/video/video/embed/videohash/{{hash}}/vt/frame
{{hash}} is latest section of your video page in aparat.com
for example
https://www.aparat.com/v/6EBX3
6EBX3
So your video link will be:
https://www.aparat.com/video/video/embed/videohash/6EBX3/vt/frame
It's your special video link
Now you must create a slider (with any plugin that supports video links) and add your video links.
I was testing to see how my links appear when it's shared on whatsapp or other social media, I found that it only shows the link, but not the meta description and page/post image etc.
I use the latest wordpress version btw and Yoast SEO plugin.
How to fix it?
Social media takes time to get your updated description and post images and other details that does not effect at a time and yes you can use the Sharing Debugger to see the information that is used when your website content is shared on Facebook, Messenger and other places via this link: https://developers.facebook.com/tools/debug/
I want to embed an unlisted channel with unlisted videos into a web page that displays each video as a thumbnail. When you click on the thumbnail it plays in page - or some variation of this. What is the best and easiest way to accomplish this via free plugin or script?
A quick search in google found a couple of options.
Wordpress Legacy
https://www.wpbeginner.com/beginners-guide/how-to-easily-embed-videos-in-wordpress-blog-posts/
Third-Party Plugin
https://wordpress.org/plugins/youtube-embed-plus/
Additional Reading/Options
https://kinsta.com/blog/embed-youtube-video-wordpress/
I'm trying to figure out how I can specify a custom end time for YouTube video. I am using the following shortcode to embed YouTube videos on my website.
[video type="video/youtube" src="https://www.youtube.com/watch?v=nlvVGwssklQ"]
I need to specify different end times for each video on the website.
I am looking for something like:
[video type="video/youtube" src="https://www.youtube.com/watch?v=nlvVGwssklQ" **end="2m6s"**]
It seems you are using the MediaElement plugin for WordPress. The plugin description does not show an option for setting the end time for YouTube videos.
You need to customize the plugin so it allows setting the end time. The MediaElement documentation has a function called getCurrentTime() which returns the current playing time of the video. You can check if the current playing time is equal to your end time and if so, stop the player. You can add this check within the handler for timeupdate event.
Another option is to post a feature request on the plugin support forum
I am using the Kaltura's All i One Video Plugin in WordPress. Whenver, I post a video using Kaltura, whether it is embeded or through the Plug-in Content, The Post doesn't fetch it's thumbnail. If i use youtube or any other video link the thumbnail load corrctly.
Is the thumb generate properly on Kaltura? Can you see it in the kmc?