-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfacebook.html
More file actions
73 lines (65 loc) · 3.4 KB
/
facebook.html
File metadata and controls
73 lines (65 loc) · 3.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<!DOCTYPE html>
<html lang="nl">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Facebook Downloader | Amigo-Convert</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<meta name="description" content="Download Facebook videos and reels in HD quality for free. Works on all devices, no registration needed. Fast, secure Facebook video downloader.">
<meta name="keywords" content="facebook video downloader, facebook reels download, fb video downloader, facebook mp4 download, download facebook videos">
<meta property="og:url" content="https://amigo-convert.nl/facebook.html">
<meta property="og:title" content="Facebook Video Downloader | Download FB Videos Free">
<link rel="canonical" href="https://amigo-convert.nl/facebook.html">
<meta name="author" content="Amigo Convert">
<meta name="robots" content="index, follow">
<link rel="icon" type="image/png" href="favicon.png">
</head>
<body>
<nav class="top-nav">
<div class="nav-content">
<a href="index.html" class="nav-link">🔴Home</a>
<a href="tiktok.html" class="nav-link">🟣TikTok Downloader</a>
<a href="spotify.html" class="nav-link">🟢Spotify Downloader</a>
<a href="facebook.html" class="nav-link">🔵Facebook Downloader</a>
</div>
</nav>
<div class="container">
<div class="logo">
<h1>Facebook Downloader</h1>
</div>
<div class="converter-form">
<h2>Insert a Facebook Video URL</h2>
<div class="input-group">
<input type="url"
id="facebookUrl"
placeholder="facebook.com/watch/..."
required>
<div class="button-group">
<button class="format-btn active">MP4</button>
<button id="convertButton">Download</button>
</div>
</div>
</div>
<div id="result"></div>
<div class="description">
<h2>Facebook Video Downloader</h2>
<p>Our Facebook Video Downloader allows you to download your favorite Facebook videos in MP4
format for FREE. This downloader works on your desktop, tablet and mobile device without
the installation of any additional apps. The usage is free and safe!</p>
<div class="instructions">
<h3>How to download Facebook videos?</h3>
<ol>
<li>Go to Facebook and find a video you would like to download. Then copy the video
URL from the browser address bar (facebook.com/watch/...).</li>
<li>Paste the video URL in our Facebook Downloader and click on the "Download" button.</li>
<li>After the processing is completed, click the "Download" button to get your video.</li>
</ol>
</div>
</div>
</div>
<script src="facebook.js"></script>
</body>
</html>