$name = "See this video"; // Name for Panel
$video_id = "[youtube]Bif99zZ6TaA[/youtube]"; // YouTube Video Id
opentable($name);
echo "<center>".parseubb($video_id)."</center>";
closetable();
opentable("Watch this video");
echo "<center>
<iframe width='520' height='315' src='http://www.youtube.com/embed/wYtjFvh-5AQ' frameborder='0' allowfullscreen></iframe>
</center>";
closetable();
Quote
smokeman wrote:
Hi there.
It's not possible to use PHP in the news. But I have made a very little but smart code for you so you can show the video in a center-element.
If you want it here you go:Code Download source$name = "See this video"; // Name for Panel
$video_id = "[youtube]Bif99zZ6TaA[/youtube]"; // YouTube Video Id
opentable($name);
echo "<center>".parseubb($video_id)."</center>";
closetable();
- just change the YouTube Video Id if you want other movies.:
Bif99zZ6TaA
- and the name for the Panel:
See this video
Enjoy!
Category Forum
Content Administration - 8Labels
None yet
Statistics
6 participants
Notifications
You are not receiving notifications from this thread.
Related Questions