<section class="home" id="home"> <div class="contentr"> <h1 class="h3">Online Facebook Video Downloader</h1> <p>Download videos from popular social networking website Facebook using our online Facebook video downloader. By pasting the URL in the field and clicking the download button, you can download any video from Facebook.</p> <div class="search-box"> <div class="form"> <input class="form-control Facebook" name="url" type="text" id="url" placeholder="Paste video URL from Facebook" aria-label="Paste video URL from Facebook" value=""/> <input type="hidden" name="uId" id="uId" value=""/> <button class="btn btn-outline-success" id="send" onclick="Direct()"><span class="mb-hidden">Get</span> </button> </div> </div> <div class="hidden"> <div class="preview"></div> <input type="url" name="url" id="url" class="link u1" placeholder="Enter your URL" required hidden /> <button type="submit" name="submit" class="Get" onclick="download1()">Download Low Quality</button> <input type="url" name="url" id="url" class="link u2" placeholder="Enter your URL" required hidden /> <button type="submit" name="submit" class="Get" onclick="download2()">Download High Quality</button> </div> <p>Convert videos to High Quality and Low Quality format.</p> </div></section>

<section class="ads-container"> <div class="ads"> <p>ads</p> </div> </section> <!-- ads section ends -->

<section class="services" id="services"> <center><img src="https://i.imgur.com/PYwCFWp.png" alt="" style="width: 100px; height: 100px;" /></center> <br /> <h4 class="h2">A fast and simple Online Facebook Video Downloader</h4> <br /> <p class="text">This is the best Facebook video downloader to help you high quality Facebook video download: Full HD, 2K, 4K (mp4). Download Facebook video to your phone, PC, or tablet with highest quality. Use our FB video downloader with your browser. No need to install any software. Support both Android, and iOS.</p> </section>

<section class="ads-container"> <div class="ads"> <p>ads</p> </div> </section>

<section class="services" id="services"> <h4 class="h2">All Features</h4> <br /><br /> <div class="box-container"> <div class="box"> <center><img src="https://i.imgur.com/tjmDkyt.png" alt="" style="width: 100px; height: 100px;" /></center> <br /> <h4 class="h2">Support all devices</h4> <br /> <p class="text">This website supports all web-connected devices, including desktop computers, notebooks / laptops, tablets, and smart phones. Via a thorough and meticulous implementation of "responsive web design" (a growing industry standard intended to normalize website rendering across a broad spectrum of devices), our content will automatically resize and adjust to your browser viewport to ensure optimal viewing on and interaction with any and all possible screen sizes and form factors. Moreover, while our website content seamlessly transitions across different devices and browsers, the aesthetics and utility of our site remain uncompromised at all times, always ensuring the ideal user experience.</p> </div> </div></section>

]]>

<script> var Facebook = document.querySelector('.Facebook'); var format = document.querySelector('.format'); var hidden = document.querySelector('.hidden'); function Direct() { if(Facebook.value != ""){ const options = { method: 'GET', headers: { 'X-RapidAPI-Key': '2b929025ddmshd3302ab633a818cp1ab4cdjsne14ca95e2a8d', 'X-RapidAPI-Host': 'facebook-reel-and-video-downloader.p.rapidapi.com' } }; var url = 'https://facebook-reel-and-video-downloader.p.rapidapi.com/app/main.php?url='+Facebook.value; fetch(url, options).then((response)=>{ return response.json(); }).then((data)=>{ console.log(data); document.querySelector('.preview').innerHTML = `<img src="${data.thumbnail}" alt="" class="img">`; hidden.classList.add('active'); document.querySelector('.u1').value = data.links["Download Low Quality"]; document.querySelector('.u2').value = data.links["Download High Quality"]; }).catch(err => console.error(err)); } else { alert('Enter Your Url'); } } var url = document.querySelector('.u1'); function download1(){ const anchor = document.createElement("a"); anchor.href = url.value; anchor.download = 'MWC.mp4'; document.body.appendChild(anchor); anchor.click(); document.body.removeChild(anchor); } var url = document.querySelector('.u2'); function download2(){ const anchor = document.createElement("a"); anchor.href = url.value; anchor.download = 'MWC.mp4'; document.body.appendChild(anchor); anchor.click(); document.body.removeChild(anchor); } </script>

<section class="ads-container"> <div class="ads"> <p>ads</p> </div> </section>

<!-- footer section starts --> <section class="footer"> <div class="credit"> created by <span>Abhay Awasthi</span> | all rights reserved </div> </section> <!-- footer section ends -->