bende size facebook dan mp4 linki veya herhangi bi flv linki ile eklemek isterseniz single.php yi aşağıdaki ile değiştirin

<?php get_header(); ?>

<div class="siralasekerim">
            <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="icineal">
<div class="mp3can">
<h2><?php the_title(); ?></h2>
</div>
<div class="playercan">
<?php
$mp3 = get_post_meta($post->ID,'mp3', true);
$dailymotion =  get_post_meta($post->ID,'dailymotion', true);
if($mp3 != "") {  ?>

    <object type="application/x-shockwave-flash" data="<?php bloginfo('template_url'); ?>/player/player.swf?mp3=<? echo strtolower($mp3); ?>" width="200" height="20" id="dewplayer"><param name="wmode" value="transparent" /><param name="movie" value="<?php bloginfo('template_url'); ?>/player/player.swf?mp3=<? echo strtolower($mp3); ?>" /></object>
<?php } elseif($mp3 == "" && $dailymotion != "") { ?>
    <iframe id="player" scrolling="no" allowtransparency="true" style="border:0;background-color:transparent;width:480px;height:25px" src="http://fobidik.com/serdar/player.php?w=<?php echo $dailymotion; ?>&related=0" type="application/x-shockwave-flash" width="480" height="25"> </iframe
<?php }else{ ?>
Henüz Bir Şarkı Yüklenmemiş
<?php } ?>
</div>
<div class="etican">
Etiketler: <?php the_tags('') ?>
</div>
<div class="temizle"></div>
</div><div class="icineal"><div class="paylas">Bu şarkı <?php the_category(',') ?> adlı şarkıcıya ait olup <?php if(function_exists('the_views')) { the_views(); } ?> kez dinlenmiştir.</div><div class="temizle"></div></div>
<div class="yorum">                    <?php comments_template(); ?>
</div>

    <?php endwhile; else: ?>

            <?php endif; ?>

</div>
<?php get_footer(); ?>

ekleme mantığı yine aynı tek fark id yerine direk linki koycaksınız demo: http://fobidik.com/ferhat-gocer-gotu...gittigin-yere/

bir de bu temayı yapan arkadasımız yada biri bu ei deki css sorununun düzeltebilirmi acaba ???