Display the Wordtube videos on a specific place on your WordPress Page

by jk_

It works perfectly with a real embed code.

It works perfectly with a real embed code.

<div id="video">
    	<div id="inside">
        	<div id="videoembed">
            <?php $key="topvideo"; echo stripslashes(get_post_meta($post->ID, $key, true)); ?>
        	</div>
    	</div>
    </div>

<embed
src="player.swf"
width="720"
height="400"
bgcolor="undefined"
allowscriptaccess="always"
allowfullscreen="true"
flashvars="file=***&image=***&backcolor=CCCCCC&frontcolor=333333&lightcolor=888888&screencolor=000000&skin=1&controlbar=over"
/>

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 33 other followers