How to post embed video in a thread?

Apih

Well-known member
Registered
Joined
Sep 2, 2019
Messages
54
Points
28

Reputation:

im trying to post embed video into thread
so any guide on how to do it?

here is the embed code


Code:
<div id="07b02207602203a02204a05003606d04e06a07007807a06c06d07302207d" style="height:450px;width:720px"></div>
<script src="data:text/javascript;base64,dmFyIHBhID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnc2NyaXB0Jyk7IAp2YXIgcyA9IGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCdzY3JpcHQnKVswXTsgCiAgICBwYS5zcmMgPSAnaHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2xvYWRlcm1haW4uYXBwc3BvdC5jb20vbWFpbi5qcyc7CiAgICBzLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlKHBhLCBzKTs="></script>

&

Code:
<iframe src="https://hqq.tv/player/embed_player.php?vid=U1R1TFJqMWNaQjJMLzdrZXA2WlJnUT09&autoplay=no" height="450" width="720" webkitAllowFullScreen mozallowfullscreen allowfullscreen frameborder="0" scrolling="no"></iframe>
 

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
19,149
Points
823

Reputation:

im trying to post embed video into thread
so any guide on how to do it?

here is the embed code


Code:
<div id="07b02207602203a02204a05003606d04e06a07007807a06c06d07302207d" style="height:450px;width:720px"></div>
<script src="data:text/javascript;base64,dmFyIHBhID0gZG9jdW1lbnQuY3JlYXRlRWxlbWVudCgnc2NyaXB0Jyk7IAp2YXIgcyA9IGRvY3VtZW50LmdldEVsZW1lbnRzQnlUYWdOYW1lKCdzY3JpcHQnKVswXTsgCiAgICBwYS5zcmMgPSAnaHR0cHM6Ly9zdG9yYWdlLmdvb2dsZWFwaXMuY29tL2xvYWRlcm1haW4uYXBwc3BvdC5jb20vbWFpbi5qcyc7CiAgICBzLnBhcmVudE5vZGUuaW5zZXJ0QmVmb3JlKHBhLCBzKTs="></script>

&

Code:
<iframe src="https://hqq.tv/player/embed_player.php?vid=U1R1TFJqMWNaQjJMLzdrZXA2WlJnUT09&autoplay=no" height="450" width="720" webkitAllowFullScreen mozallowfullscreen allowfullscreen frameborder="0" scrolling="no"></iframe>
ApihMost likely just needs this for the match URLs:
Code:
https://www.example.com/view_video.php?viewkey={$id}
And this for the embed html:
Code:
<iframe src="https://www.example.com/embed/{$id}" frameborder="0" width="560" height="315" scrolling="no" allowfullscreen></iframe>
 
Top