XenForo
Administrative
- Thread starter
- Admin
- #1
I'm trying to setup a BB Code for brandnewtube.com videos. I managed to extra the {id}, but when I try to show the embedded video with this HTML:
.. the browser reports the following error message..
Read more
ادامه مطلب...
<div class="bbMediaWrapper">
<div class="bbMediaWrapper-inner">
<iframe src="https://brandnewtube.com/embed/{$id}"
frameborder="0" width="700" height="400"
allowfullscreen></iframe>
</div>
</div>
Click to expand...
.. the browser reports the following error message..
refused to display...
Click to expand...
Read more
ادامه مطلب...