• 07-09-2019, 01:51:44
    #1
    Üyeliği durduruldu
    Merhaba

    wordpresste çalışan bi tane youtube botum var
    konu altına aldığı videonun altına birde indirme butonu eklemek istiyorum
    ama beceremedim yardımcı olabilirmisiniz.


        <?php $video = '<iframe width="640" height="360" src="https://www.youtube.com/embed/' . $d['id']['videoId'] . '" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'; ?>
    diğer sitedeki çalışan indirme butonu bunun gibi olmasını istiyorum
        <iframe id="myframe" src="https://www.yt2mp3s.me/api-console/mp3/<?php echo $yt['vid_id']; ?>" width="100%" height="100px" scrolling="no" style="border:none;"></iframe>
  • 07-09-2019, 02:20:19
    #2
    Tucar adlı üyeden alıntı: mesajı görüntüle
    Merhaba

    wordpresste çalışan bi tane youtube botum var
    konu altına aldığı videonun altına birde indirme butonu eklemek istiyorum
    ama beceremedim yardımcı olabilirmisiniz.


        <?php $video = '<iframe width="640" height="360" src="https://www.youtube.com/embed/' . $d['id']['videoId'] . '" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>'; ?>
    diğer sitedeki çalışan indirme butonu bunun gibi olmasını istiyorum
        <iframe id="myframe" src="https://www.yt2mp3s.me/api-console/mp3/<?php echo $yt['vid_id']; ?>" width="100%" height="100px" scrolling="no" style="border:none;"></iframe>
    Veri tabanında ne olarak tutuyorsun?