Skip to content

Commit 493c7d3

Browse files
authored
Merge pull request #3031 from XRPLF/fix-video-links
Add missing thumbnail urls (SEO)
2 parents c363ddb + c1f7edf commit 493c7d3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

blog/2024/how-to-mint-nfts.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Before diving into how to mint an NFT, ensure you have access to test accounts o
5757

5858

5959
<div align="center">
60-
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=oGzKbQJCTJ0&t=9s" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
60+
<iframe width="560" height="315" src="https://www.youtube.com/embed/oGzKbQJCTJ0?si=opmCEOjqZgTmCm1c" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
6161
</div>
6262

6363
<script type="application/ld+json">
@@ -66,12 +66,11 @@ Before diving into how to mint an NFT, ensure you have access to test accounts o
6666
"@type": "VideoObject",
6767
"name": "How to Mint an NFT on the XRP Ledger?",
6868
"description": "How to Mint an NFT on the XRP Ledger?",
69-
"uploadDate": "2024-02-29",
70-
"embedUrl": "https://www.youtube.com/watch?v=oGzKbQJCTJ0&t=9s"
69+
"uploadDate": "2024-02-29","embedUrl": "https://www.youtube.com/watch?v=oGzKbQJCTJ0&t=9s",
70+
"thumbnailUrl": "https://img.youtube.com/vi/oGzKbQJCTJ0/hqdefault.jpg"
7171
}
7272
</script>
7373

74-
7574
## What does it mean to mint an NFT?
7675

7776
Minting an NFT involves creating a new, unique digital token using blockchain technology. To [mint an NFT](https://xrpl.org/docs/concepts/tokens/nfts/) on the XRP Ledger:

docs/concepts/tokens/decentralized-exchange/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A decentralized exchange, abbreviated "DEX", is a platform that enables anyone t
2222
The XRP Ledger's CLOB DEX is unique in that it does **not require** AMMs to swap. Trades on the XRP Ledger _can_ use AMMs to swap too, but unlike other DEXes, an AMM is not required.
2323

2424
<div align="center">
25-
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=VWNrHBDfXvA" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
25+
<iframe width="560" height="315" src="https://www.youtube.com/embed/VWNrHBDfXvA?si=fEcezzSmuJfhbdoc" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
2626
</div>
2727

2828
<script type="application/ld+json">
@@ -32,7 +32,8 @@ The XRP Ledger's CLOB DEX is unique in that it does **not require** AMMs to swap
3232
"name": "What is a Decentralized Exchange, or DEX?",
3333
"description": "What is a Decentralized Exchange, or DEX?",
3434
"uploadDate": "2022-01-10",
35-
"embedUrl": "https://www.youtube.com/watch?v=VWNrHBDfXvA?feature=shared"
35+
"embedUrl": "https://www.youtube.com/watch?v=VWNrHBDfXvA?feature=shared",
36+
"thumbnailUrl": "https://i.ytimg.com/vi/VWNrHBDfXvA/maxresdefault.jpg"
3637
}
3738
</script>
3839

0 commit comments

Comments
 (0)