<script></script>
2-Json ile twitter bilgilerimizi çekiyoruz ; (kanal yazan yere kendi kanalınızı yazınız.)
<script>
$.getJSON("http://gdata.youtube.com/feeds/api/users/kanal?alt=json", function(data){
$(".youtube").append(' '+data.entry.yt$statistics.subscriberCount+'');
});
</script>
3-Youtube classına sahip bir div oluşturuyoruz ;