mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 09:37:26 +00:00
Update embed.md
This commit is contained in:
parent
b972c4999a
commit
26ed6f7705
1 changed files with 7 additions and 3 deletions
|
@ -21,14 +21,18 @@ Here's a sample lbry.tv iframe embed, generated by following the above steps for
|
|||
|
||||
<iframe width="560" height="315" src="https://lbry.tv/$/embed/meetlbrytv/c6c0a5caa6cc391696e1270e33cd9d24ee7c2d52" allowfullscreen></iframe>
|
||||
|
||||
## Embed videos in markdown posts on LBRY
|
||||
## Embed videos in markdown posts and comments on LBRY
|
||||
|
||||
You can also embed a LBRY URL in your markdown (.md) posts on LBRY. It can be a vanity, canonical, or permanent URL. See sample markdown on our [lbry.tv blog post about embeds](https://open.lbry.com/@lbry:3f/embedforscience:0). It will open in the pop out player if available, or navigate to video page if not (actual embedding in this case to come later).
|
||||
You can also embed a LBRY URL in your markdown (.md) and comments posts on LBRY. It can be a vanity, canonical, or permanent URL. See sample markdown on our [lbry.tv blog post about embeds](https://open.lbry.com/@lbry:3f/embedforscience:0). It will open in the pop out player if available, or navigate to video page if not (actual embedding in this case to come later).
|
||||
|
||||
Syntax inside markdown file:
|
||||
Syntax examples inside markdown file:
|
||||
|
||||
```
|
||||
<iframe src="lbry://@lbry#3f/befreeonlbry#5"></iframe>
|
||||
or
|
||||
lbry://@lbry#3f/befreeonlbry#5
|
||||
or
|
||||
https://lbry.tv/befreeonlbry
|
||||
```
|
||||
|
||||
## What else do I need to know?
|
||||
|
|
Loading…
Add table
Reference in a new issue