mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-09-03 20:35:16 +00:00
embed FAQ (#1245)
* embed FAQ * update screenshot * real sample! Co-authored-by: Jeremy Kauffman <jeremy@lbry.com>
This commit is contained in:
parent
2ed6ea2c7c
commit
6bebcca975
1 changed files with 32 additions and 0 deletions
32
content/faq/embed.md
Normal file
32
content/faq/embed.md
Normal file
|
@ -0,0 +1,32 @@
|
|||
---
|
||||
title: How do I share or embed LBRY videos on other websites?
|
||||
category: publisher
|
||||
order: 3
|
||||
---
|
||||
|
||||
LBRY videos can be embedded on your blog or other sites you want the video to play directly on. This is done via a simple HTML code snippet that includes an iframe to lbry.tv.
|
||||
|
||||
## How to embed a video via an iframe
|
||||
|
||||
1. From the content page, click the Share button.
|
||||

|
||||
2. Click the **<>** icon to show the embed snippet, and click the Copy button.
|
||||

|
||||
3. Paste the embed code into your website. Depending on what platform you are using, this may require a HTML code block.
|
||||

|
||||
|
||||
## What does an embed look like?
|
||||
|
||||
Here's a sample lbry.tv iframe embed, generated by follow the above steps for the video [Meet lbry.tv](https://open.lbry.com/@lbry:3f/meetlbrytv:c?r=9PLaAYVfz6NLQa81fdSLpcvVhWm7joNV):
|
||||
|
||||
<iframe width="560" height="315" src="https://lbry.tv/$/embed/meetlbrytv/c6c0a5caa6cc391696e1270e33cd9d24ee7c2d52" allowfullscreen></iframe>
|
||||
|
||||
## What else do I need to know?
|
||||
|
||||
1. When an embedded video is played, it will count as a view for your content.
|
||||
1. If a user visiting the site has a lbry.tv account, their views may also [count as tips](/faq/rewards#contentview).
|
||||
1. You'll be credited with an invite if the user signs up for a lbry.tv account later (and their first video play was from your embed).
|
||||
|
||||
## I'm in need of some assistance, can you help?
|
||||
|
||||
Of course, we are always here to help! Check out our [help page](/faq/support) on how to reach us.
|
Loading…
Add table
Reference in a new issue