Any HTML Experts on the board

HNIC

Commander
Staff member
If you look at these 3 website that allow you to share videos, you don't see the full video url.
You see the website url followed by embed, followed by text
What do I need to lean to replicate this.

Code:
<iframe src="https://www.pornhub.com/embed/1377345461" frameborder="0" width="560" height="315" scrolling="no" allowfullscreen></iframe>

Code:
<iframe src="https://archive.org/embed/TheGreatImpostorTonyCurtisClassicFilm" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>

Code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/l_4uyn4JaA0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Thanks - HNIC
 

Princenubian

Rising Star
Registered
If you look at these 3 website that allow you to share videos, you don't see the full video url.
You see the website url followed by embed, followed by text
What do I need to lean to replicate this.

Code:
<iframe src="https://www.pornhub.com/embed/1377345461" frameborder="0" width="560" height="315" scrolling="no" allowfullscreen></iframe>

Code:
<iframe src="https://archive.org/embed/TheGreatImpostorTonyCurtisClassicFilm" width="640" height="480" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>

Code:
<iframe width="560" height="315" src="https://www.youtube.com/embed/l_4uyn4JaA0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Thanks - HNIC


Just for clarification, usually when someone sends you a video link they send the page that the video is on.

Ie h tt ps://www.pornhub.com/view_video.php?viewkey=1377345461&t=188&utm_source=www.pornhub.com&utm_medium=embed-tablet&utm_campaign=embed-html5

The code to embed the video which you posted was to insert a video into a page while being able to manipulate the size and not
Have the additional things that are in the link that I posted,

The way I see your links, h tt ps://www.pornhub.com/embed/1377345461 this is the video url so I want to make sure exactly what
You’re asking.

Carry on.....
 

HNIC

Commander
Staff member
Just for clarification, usually when someone sends you a video link they send the page that the video is on.

Ie h tt ps://www.pornhub.com/view_video.php?viewkey=1377345461&t=188&utm_source=www.pornhub.com&utm_medium=embed-tablet&utm_campaign=embed-html5

The code to embed the video which you posted was to insert a video into a page while being able to manipulate the size and not
Have the additional things that are in the link that I posted,

The way I see your links, h tt ps://www.pornhub.com/embed/1377345461 this is the video url so I want to make sure exactly what
You’re asking.

Carry on.....
Thanks Princenubian I think WorldEX got me close to what I need :)
 

HellBoy

Black Cam Girls -> BlackCamZ.Com
Platinum Member
Make a BBCode stripping the parameter after the embed.

*I'll find an example for you... Be back.

Code:
Pornhub BBCode



BB code tag: pornhub

Title: Pornhub



Replacement mode: Simple

Supports option: No

HTML replacement:

<iframe src="https://www.pornhub.com/embed/{text}" frameborder="0" width="560" height="315" scrolling="no" allowfullscreen></iframe>



Editor icon: None



Example: [pornhub]1377345461[/pornhub]

Rinse, repeat for all others. There is a way to make the board parse them automagically, but I only did that with VBulletin. Havent really looked under the hood of Xenforo.
 
Last edited:
Top