কীভাবে আপনার YouTube চ্যানেল এর সাথে যুক্ত Website কে Grow করবেন। Viwers কীভাবে আপনার ভিডিও ডাউনলোড করবে, কোনো Third pary ওয়েবসাইট বা Application ছাড়াই।
নীচের ভিডিওটি দেখুন
<!DOCTYPE html> <html> <head> <title>Download all Videos of?Student Sekhar</title> <style> /* The Modal (background) */.modal {display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ padding-top: 100px; /* Location of the box */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgb(0, 0, 0); /* Fallback color */ background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */} /* Modal Content */.modal-content {background-color: #fefefe; margin: auto; padding: 20px; border: 1px solid #888; width: 80%;} /* The Close Button */.close {color: #aaaaaa; float: right; font-size: 28px; font-weight: bold;}.close:hover, .close:focus {color: #000; text-decoration: none; cursor: pointer;} </style> </head> <body bgcolor="steel"> <marquee><h1>Download Videos</h1></marquee> <div> <a href="html.mp4" download="Html"><img src="html.png" alt="HTML Introduction" width="200px"/></a> </div> <button id="myBtn" style="margin-left:35px;">Preview</button> <!-- The Modal --> <div id="myModal" class="modal"> <!-- Modal content --> <div class="modal-content"> <span class="close">×</span> <video controls> <source src="html.mp4" type="video/mp4"> </video> <a href="http://www.Youtube.com" target="_blank"><img src="You.png" style=""alt="Share on Youtube"/></a> <a href="http://www.facebook.com" target="_blank"><img src="s.png" alt="Share on Youtube"/></a> <?php $counter1 = fopen ("counter.txt", "আর"); $counter2 = (int)fread($counter1, 20); fclose($counter1); $counter2 ++; $counter1 = fopen ("counter.txt", "w"); fwrite($counter1, $counter2); echo "You are visit"." ".$counter2." "."Times";?> </div> </div> <script> // Get the modal var modal = document.getElementById('myModal'); // Get the button that opens the modal var btn = document.getElementById("myBtn"); // Get the <span> element that closes the modal var span = document.getElementsByClassName("close")[0]; // When the user clicks the button, open the modal btn.onclick = function() {modal.style.display = "block";} // When the user clicks on <span> (x), close the modal span.onclick = function() {modal.style.display = "none";} // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) {if (event.target == modal) {modal.style.display = "none";}} </script> </body> </html>
আমি প্রনব অধিকারী। বিশ্বের সর্ববৃহৎ বিজ্ঞান ও প্রযুক্তির সৌশল নেটওয়ার্ক - টেকটিউনস এ আমি 6 বছর 10 মাস যাবৎ যুক্ত আছি। টেকটিউনস আমি এ পর্যন্ত 23 টি টিউন ও 12 টি টিউমেন্ট করেছি। টেকটিউনসে আমার 3 ফলোয়ার আছে এবং আমি টেকটিউনসে 1 টিউনারকে ফলো করি।