Thanks for all of your replies, but now i am having a little bit of trouble chaning niles code here, i can go the js way or php way, i am using wordpress but the only way i get the embed code in the file is using another php code aswell
PHP Code:
<?php $key="sd"; echo stripslashes(get_post_meta($post->ID, $key, true)); ?>
and the other one
PHP Code:
<?php $key="hd"; echo stripslashes(get_post_meta($post->ID, $key, true)); ?>
is there a way to put those to codes into the one you gave nile and X96 Web Design?
Bookmarks