airesvsg / acf-youtubepicker

Search and select videos on YouTube without leaving the page.
https://wordpress.org/plugins/acf-youtube-picker
50 stars 7 forks source link

Using HTTPS for thumbnails if needed #14

Closed jay-oswald closed 8 years ago

jay-oswald commented 8 years ago

Checks if the server is running HTTPS and fetches thumbnails as HTTPS as to not deliver mixed content

airesvsg commented 8 years ago

Hi @jay-oswald, Thanks for the PR.

What do you think if you only remove the protocol?

<img src="//i.ytimg.com/vi/<?php echo esc_attr( $v['vid'] ); ?>/default.jpg">
jay-oswald commented 8 years ago

Yeah that would be better, I'm not used to doing that yet haha

airesvsg commented 8 years ago

@jay-oswald Please make this change and resubmit your PR.

jay-oswald commented 8 years ago

Changes made

airesvsg commented 8 years ago

Thanks