From 26ed6f7705d56a31613f5bd8358d11169ce5a9c5 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 18 Dec 2020 10:56:26 -0500 Subject: [PATCH] Update embed.md --- content/faq/embed.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/content/faq/embed.md b/content/faq/embed.md index d0a4c471..ce693849 100644 --- a/content/faq/embed.md +++ b/content/faq/embed.md @@ -21,14 +21,18 @@ Here's a sample lbry.tv iframe embed, generated by following the above steps for -## 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: ``` +or +lbry://@lbry#3f/befreeonlbry#5 +or +https://lbry.tv/befreeonlbry ``` ## What else do I need to know?