Descripció
Aquesta extensió s'ha tancat a partir de 6 maig 2022 i no està disponible per a la seva descàrrega. Motiu: Incompliment de les directrius.
Ressenyes
5 gener 2022
Thank you for a very nice plugin!
24 octubre 2020
Just wish there was a way to simply add autoplay, loop, and mute
I tried to follow @debricon's advice editing the php, but crashed the plugin and had to ssh to remove the folder to reinstall. any help adding those features simply (even in the php file) would be AMAZING.
8 juny 2020
That's how all the WordPress plugins should be
16 febrer 2020
This plugin works great and doesn't add bloat like a new slider system or lot of javascript !!! it adds nothing, just a html tag <video> 🙂 🙂
i use it for my woocommerce product when i want to add a video !
perfect thank you.
i edited simple-featured-video.php l.150 to add to the <video html5 :
<video autoplay muted loop
that way the video autoplay muted and loop !!
Add this script to your theme script, and now when you clic fullscreen sound gets on
if (document.addEventListener)
{
document.addEventListener('webkitfullscreenchange', exitHandler, false);
document.addEventListener('mozfullscreenchange', exitHandler, false);
document.addEventListener('fullscreenchange', exitHandler, false);
}
function exitHandler()
{
var vid = document.getElementsByClassName("sfv_videos");
if(vid[0]){
vid[0].muted = !(document.webkitIsFullScreen || document.mozFullScreen || document.fullscreen);
}
}
10 octubre 2019
This is a great plugin. Thank you for your work !
7 octubre 2019
Nice and plugin
Col·laboradors i desenvolupadors
«Simple Featured Video» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradorsTradueix “Simple Featured Video” a la teva llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.