Google Chrome 66 introduced a new feature hoping to put an end to annoying autoplaying videos. It was meant to stop videos with audio from autoplaying. But it was massively ineffective - their…
The following CSS can be used to make embedded YouTube videos responsive to different screen sizes. iframe[src*=youtube] { display: block; margin: 0 auto; max-width: 100%; padding-bottom: 10px; } What does…
WordPress 4.4 introduced a new feature for the WYSIWYG editor (TinyMCE) - auto-embedding of URL's added to the editor content. With this feature URL's for approved websites added to the content will…
By default Google Chrome will delay loading certain content opened in new tabs, this is one of the many ways it works to improve its performance. However, often with YouTube…
The following WordPress script can be used to display a message to users that are running adblocker software. The script has been written for websites running Google Adsense advertisements and…
If you're like most people, you have a Google account and notice very effective targeted advertisements. It's what Google have been so successful with, you sign up for their services,…
IMPORTANT: After 5 December 2019 “Liked videos” in YouTube are private by default. YouTube provided an option to DISPLAY to other users - but so far it hasn't worked. CURRENT…
When logged in YouTube will automatically keep a history of your watch history. The watch history is not public information and will only be seen when you are logged in, but…
By default YouTube videos embedded on other websites will display related (now known as 'suggested') videos after your video or playlist has completed. To disable this you can either add ?rel=0 to…