File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tutorials/mastodon-toot-embed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Our aim will be to create a `<toot-embed>` element will allow users to share and
13
13
"toots") from the Mastodon social network, and will include features such as the ability to show or hide the user handle
14
14
and avatar image, as well as the option to customize the appearance of the toot.
15
15
16
- Here's a example of a Mastodon toot embed. We'll be making something similar.
16
+ Here's an example of a Mastodon toot embed. We'll be making something similar.
17
17
18
18
<iframe src =" https://fosstodon.org/@webcomponentsguide/109660552894549193/embed " class =" mastodon-embed " style =" max-width : 100% ; border : 0 " width =" 400 " allowfullscreen =" allowfullscreen " ></iframe ><script src =" https://fosstodon.org/embed.js " async =" async " ></script >
19
19
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class TootEmbedElement extends HTMLElement {
57
57
TootEmbedElement .define ()
58
58
```
59
59
60
- And we can persist the value to a attribute using ` setAttribute ` :
60
+ And we can persist the value to an attribute using ` setAttribute ` :
61
61
62
62
``` js
63
63
class TootEmbedElement extends HTMLElement {
You can’t perform that action at this time.
0 commit comments