Tagged Questions
0
votes
1answer
14 views
How add class youtbe and type/html to oembed cod?
How can i add :
class="youtube-player" type="text/html"
to iframe like :
function Oembed_youtube_no_title($html,$url,$args){
$url_string = parse_url($url, PHP_URL_QUERY);
...
0
votes
1answer
131 views
Echo do shortcode with custom field not working
I'm using WP YouTube Lyte to show YouTube videos. I'm combining it with Advanced Custom Fields so that the user can just add the YouTube id to show the video. I'm using the WP YouTube Lyte short code ...