Merhaba arkadaşlar wordpress de her haberin altına böyle birşey otomatik nasıl ekleyebiliriz. Yani onedio tarzı
<script></script>
<script>
new TWTR.Widget({
version: 2,
type: 'search',
search: 'Ricardo Quaresma OR Fikret Orman',
interval: 6000,
lang:'tr',
title: 'Bu Haberle İlgili Twitter\'da Ne Konuşuluyor?',
subject: 'Bu Haberle İlgili Twitter\'da Ne Konuşuluyor?',
width: 585,
height: 200,
theme: {
shell: {
background: '#8ec1da',
color: '#ffffff'
},
tweets: {
background: '#ffffff',
color: '#444444',
links: '#1985b5'
}
},
features: {
scrollbar: false,
loop: true,
live: true,
hashtags: true,
timestamp: true,
avatars: true,
toptweets: true,
behavior: 'default'
}
}).render().start();
</script>