how to embed a .mp4 video the url postfix with secret key

You must have to open this URL in iframe to display as embed format. <!DOCTYPE html> <html> <body> <iframe width=”420″ height=”345″ src=”https://www.youtube.com/embed/XGSy3_Czz8k”> </iframe> </body> For more about IFRAME Please visit this link https://www.w3schools.com/html/tryit.asp?filename=tryhtml_youtubeiframe

Categories Help and video uploads

How you can remove Categories: part you will need to add the code below at the bottom of your theme’s functions.php file: add_filter( ‘get_the_archive_title’, function ($title) { if ( is_category() ) { $title = single_cat_title( ”, false ); } return $title; }); And when it comes to uploading videos and plans you have to contact … Read more

Integrate video and iframe in a post type gallery

The problem is that image is not a proper mime type. You can see a list of mime-types here – so based off the linked list we need to pass an array of what we need: $supported_mimes = array( ‘image/jpeg’, ‘image/gif’, ‘image/png’, ‘video/avi’, ‘video/x-flv’, ‘video/mp4’, ‘video/ogg’, ‘video/webm’, ); $args = array( ‘numberposts’ => -1, // … Read more

Hide video & make a clickable play button icon on header

You can do by that way. <div id=”thevideo” style=”display:none; padding: 0px;”> <center> <video onclick=”this.play();” preload=”auto” width=”600″ height=”370″> <source src=”http://edigi.co/Impatto_Branding_Agency-Large.mp4″ type=”video/mp4″/> </video> </center> </div> <script> $(document).ready(function() { $(‘.custom-th’).click(function() { $(‘.custom-th’).fadeOut(‘fast’, function() { $(“#thevideo”).css(“display”,”block”); $(“video”).click(); }); }); }); </script>

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)