Important to read How embed videos from doodstream on xenforo ?

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!
Status
Not open for further replies.

pornworldto

Administrator
Staff member
Owner
Joined
Jun 19, 2020
Messages
7,873
Credits
6,406
To embed a video from DoodStream to a XenForo forum, follow these steps:

1. Get the Embed Code from DoodStream

  1. Go to the DoodStream website and find the video you want to embed.
  2. Click on the video and find the "Share" or "Embed" option.
  3. Copy the embed code provided by DoodStream.

2. Embed the Video in XenForo

  1. Create a Custom BBCode:
    • Log in to your XenForo admin panel.
    • Navigate to Content > BB code.
    • Click Add BB code.
    • BB Code Tag: [doodstream]
    • Replace Text: Paste the DoodStream embed code here. Replace the actual URL in the embed code with {param} to make it dynamic. For example:

Code:
<iframe src="{param}" width="640" height="360" frameborder="0" allowfullscreen></iframe>


Code:
<iframe src="{param}" width="640" height="360" frameborder="0" allowfullscreen></iframe>
Save the custom BBCode.
  • Embed the Video in a Post:
    • When creating a post in XenForo, use the custom BBCode tag to embed the video. For example:
Code:
Check out this video:
[doodstream]https://doodstream.com/embed/yourvideoid[/doodstream]

    • Replace yourvideoid with the actual video ID from DoodStream.

Example Steps​

  1. Custom BBCode Creation in Admin Panel:
    • Navigate to Content > BB code.
    • Click Add BB code.
    • Tag: doodstream
    • HTML Replacement:
    • Code:
      <iframe src="{param}" width="640" height="360" frameborder="0" allowfullscreen></iframe>

Embedding in a Post:

  • Create or edit a post.
  • Use the custom BBCode:

    Code:
    Check out this video:
    [doodstream]https://doodstream.com/embed/yourvideoid[/doodstream]
This will allow you to embed DoodStream videos directly into your XenForo forum posts.[/doodstream]
 
Last edited:
Status
Not open for further replies.
Back
Top