-
Notifications
You must be signed in to change notification settings - Fork 1
/
maplefeed.html
48 lines (45 loc) · 1.69 KB
/
maplefeed.html
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
<!DOCTYPE html>
<html lang="en">
<!-- using https://maplefeed.bihlink.com/ -->
<head>
<meta charset="utf-8" />
<title>Testing Mastodon embedded timeline</title>
<meta name="author" content="@[email protected]" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="mastodon, embed timeline" />
<meta name="description" content="Mastodon embed timeline" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/fedi-share.css" />
</head>
<body>
<div class="info-block">
The timeline embedded here is using <a href="https://maplefeed.bihlink.com/">Maplefeed</a>, with options set to hide the header, not to include replies, but to include boosts.
</div>
<div class="fedi-share fedi-share-lg">
<input type="checkbox" class="fedi-check-toggle" />
<div class="fedi-instance">
<span>Instance: </span>
<input
type="textbox"
name="fedi-instance-input"
placeholder="mastodon.social"
/>
<button class="fedi-share-button">Share</button>
</div>
<label class="fedi-top fedi-check-label">
<span style="font-size: 14px">Share on</span>
<img src="./fedi-share.svg" />
</label>
</div>
<div>
<iframe
allowfullscreen
sandbox="allow-top-navigation allow-scripts"
width="400"
height="800"
src="https://maplefeed.bihlink.com/apiv2/feed?userurl=https%3A%2F%2Fmacaw.social%2Fusers%2Fandypiper&theme=modern-light&size=100&header=false&replies=false&boosts=true"
></iframe>
</div>
<script src="js/fedi-share.js"></script>
</body>
</html>