Skip to main content

Posts

How to Insert MediaElements.js Html5 Video player in Simple Drive Video Player

  Video Player <!-- Add Css library --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.2.6/mediaelementplayer.css"> <!-- Add a Simple Video Tag --> <h2>Video Player</h2> <div class="media-wrapper"> <video id="player1" width="750" height="421" controls preload="none"> <source src="https://commondatastorage.googleapis.com/gtv-videos-bucket/CastVideos/mp4/BigBuckBunny.mp4" type="video/mp4"> </video> </div> <!-- At Last add the script File --> <script "https://cdnjs.cloudflare.com/ajax/libs/mediaelement/4.2.6/mediaelement.js"></script> See Demo :- https://repl.it/@SH2

How to Transfer All posts from my one blogger's blog to my other Blog

  How to Transfer All posts from my one blogger's blog to my Other Blog ......   Note :-    1. Both of blogs Should be Your's .......    2. Both posts and theme will be transfered ........    Steps :-      1. This is my blog for transfering ,          here are many posts , to be transffered ;                     To new blog ...............      2. Go to Settings-> Manage Blog-> Back up content and download your blog          One more method for downloading ...        https://www.blogger.com/feeds/[Blog ID]/archive?authuser=0               7918333221773188700 here is the blog's id     3. Now, Its term to create a new blog and Import all Contents !!!!!!!!!                   Go to Settings-> Manage Blog-> Import content  Your all contents will be automatically Imported !!!!!!    Yeh !!!!!!!!!!!!! Try This ausome trick          

Get Google Drive Video/Pdf/Document Files Thumbnail or Poster | CodeXD - India

  Get Google Drive Video/Pdf/Document Files Thumbnail or Poster | CodeXD - India Get Google Drive Video/Pdf/Document Files Thumbnail or Poster | CodeXD - India 1. https://drive.google.com/thumbnail?id= [FILE ID] 2. https://lh3.googleusercontent.com/d/ [FILE ID]=s[FILE SIZE] Github Gist :- https://gist.github.com/SH20RAJ/ Github :- https://github.com/SH20RAJ/ Facebook :- https://facebook.com/SH20RAJpg/ Instagram :- https://www.instagram.com/SH20RAJ/ Twitter :- https://twitter.com/SH20RAJ/ Quora :- https://www.quora.com/profile/SH20RAJ/ Pintrest :- https://in.pinterest.com/SH20RAJ/ Codepen :- https://codepen.io/SH20RAJ/ Tags :- coding javascript,coding hindi meaning,Coding, #JavaScript ,Php,Html,Css,CodeXdIndia,Projects,Source Codes,Blogger Scripts,Github Scripts,Open Source Scripts,coding in computer,Hacking,coding for kids,Coding Classes,Web Designing,Technical Guruji,Free Php Scripts,Free Hosting storage,Viral Wishing Scripts for Blogger,coding javascript,coding hi

Google Drive Video Player With Video.Js with self customised HTML5 video Player

  See All Video.JS Demo Here - > Video.Js Google Drive Player    1. Get the link / id of your Google Drive video    2. Now Your Video's Url Should be -            https://drive.google.com/u/0/uc?id=[ Video ID ]&export=download    3. Now , Go to videojs.com and Copy the video tag Syntax          with cdns           (i) For Css -  <link href="https://cdnjs.cloudflare.com/ajax/libs/video.js/7.0.0/video-js.min.css" rel="stylesheet" />          (ii) For Js -  <script src="https://cdnjs.cloudflare.com/ajax/libs/video.js/7.0.0/video.min.js"></script>         4. Your , HTML5 Video.js player will Ready .....     5. Sample Video Link :- https://rebrand.ly/sample-video Steps :-    1. Its a simple player ....    2. Now , adding video.js .... 3. This is Too bad / old player weired ... You can Customise it .... This are Examples ....   Theme coustomising in next Video .........

Insert a HTML5 video player to your website's simple video's (https://plyr.io) Dynamic Video Player

  See Demo :-  https://plyrvideo.sh20raj.repl.co/ <!-- Docs styles --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/CDNSFree2/Plyr/plyr.css" /> <!--Add a Simple HTML5 Video tag--> <div id="container"> <video controls data-poster="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-HD.jpg" id="player" > <!-- Video files --> <source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-576p.mp4" type="video/mp4" size="576" /> <source src="https://cdn.plyr.io/static/demo/View_From_A_Blue_Moon_Trailer-720p.mp4" type="video/mp4" size="720" /> <source src="https://c

Infinity background with js and css for website / blogger [Source Code] | CodeXD - India

  COMBINED IN ONE FILE FOR BLOGGER DOWNLOAD DIRECT SEE FILE SEPERATED FILES DOWNLOAD DIRECT SEE FILE DEMO

Direct download any Picture / Video or file using html5 a tag download attribute | CodeXD - India

  <

Random Posts