-
Notifications
You must be signed in to change notification settings - Fork 1
/
default-pixelfed.html
20 lines (19 loc) · 1.01 KB
/
default-pixelfed.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<!-- using the default iframe code from Pixelfed -->
<head>
<meta charset="utf-8" />
<title>a simple image post</title>
<meta name="author" content="@[email protected]" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="pixelfed, embed" />
<meta name="description" content="Example Pixelfed embeds" />
<link rel="stylesheet" href="css/basic.css" />
</head>
<body>
<div>
You can quickly grab embed code for a Pixelfed post, by choosing the Share and then the Embed option from the [...] menu on the Pixelfed web interface at the top right of the post.<br/><br/></div>
<div>
<iframe src="https://pixelfed.social/p/andypiper/497740306623925851/embed?caption=true&likes=false" class="pixelfed__embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script async defer src="https://pixelfed.social/embed.js"></script></div>
</body>
</html>