damblue
Poster 2.0
Siang Tuan Tuan yang Tampan :
saya mau nanya cara membuat custome embed di postingan wordpress.
contoh embed yg akan di custome dari openload:
<iframe src="https://openload.co/embed/Su94o5CeCPk/" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
nah gimana ya ntar di postingannya cuma di custome kayak gini
saya coba custome kyak gini di single.php:
<iframe style="height:500px" src="https://openload.co/embed/<?php if($noners = get_post_custom_values("links")) { echo $noners[0];}else ;?>/" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
dan coba post kayak gini
kgak bisa.
Mohon script yg digunakan di single postnya gimana ya dan di postngannya gimana?
Thanks sebelumnya.
saya mau nanya cara membuat custome embed di postingan wordpress.
contoh embed yg akan di custome dari openload:
<iframe src="https://openload.co/embed/Su94o5CeCPk/" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
nah gimana ya ntar di postingannya cuma di custome kayak gini
saya coba custome kyak gini di single.php:
<iframe style="height:500px" src="https://openload.co/embed/<?php if($noners = get_post_custom_values("links")) { echo $noners[0];}else ;?>/" scrolling="no" frameborder="0" width="700" height="430" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
dan coba post kayak gini
kgak bisa.
Mohon script yg digunakan di single postnya gimana ya dan di postngannya gimana?
Thanks sebelumnya.