mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-05 04:15:50 +00:00
Merge pull request #3031 from XRPLF/fix-video-links
Add missing thumbnail urls (SEO)
This commit is contained in:
@@ -57,7 +57,7 @@ Before diving into how to mint an NFT, ensure you have access to test accounts o
|
|||||||
|
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="application/ld+json">
|
<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
|
|||||||
"@type": "VideoObject",
|
"@type": "VideoObject",
|
||||||
"name": "How to Mint an NFT on the XRP Ledger?",
|
"name": "How to Mint an NFT on the XRP Ledger?",
|
||||||
"description": "How to Mint an NFT on the XRP Ledger?",
|
"description": "How to Mint an NFT on the XRP Ledger?",
|
||||||
"uploadDate": "2024-02-29",
|
"uploadDate": "2024-02-29","embedUrl": "https://www.youtube.com/watch?v=oGzKbQJCTJ0&t=9s",
|
||||||
"embedUrl": "https://www.youtube.com/watch?v=oGzKbQJCTJ0&t=9s"
|
"thumbnailUrl": "https://img.youtube.com/vi/oGzKbQJCTJ0/hqdefault.jpg"
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
## What does it mean to mint an NFT?
|
## What does it mean to mint an NFT?
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ A decentralized exchange, abbreviated "DEX", is a platform that enables anyone t
|
|||||||
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.
|
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.
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="application/ld+json">
|
<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
|
|||||||
"name": "What is a Decentralized Exchange, or DEX?",
|
"name": "What is a Decentralized Exchange, or DEX?",
|
||||||
"description": "What is a Decentralized Exchange, or DEX?",
|
"description": "What is a Decentralized Exchange, or DEX?",
|
||||||
"uploadDate": "2022-01-10",
|
"uploadDate": "2022-01-10",
|
||||||
"embedUrl": "https://www.youtube.com/watch?v=VWNrHBDfXvA?feature=shared"
|
"embedUrl": "https://www.youtube.com/watch?v=VWNrHBDfXvA?feature=shared",
|
||||||
|
"thumbnailUrl": "https://i.ytimg.com/vi/VWNrHBDfXvA/maxresdefault.jpg"
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user