How to make responsive YouTube videos for all browsers and mobile devices
The guide on this webpage will show you how to make your embedded YouTube videos responsive on all web browsers, tablets, and phones using simple CSS.
The guide on this webpage will show you how to make your embedded YouTube videos responsive on all web browsers, tablets, and phones using simple CSS.
How your images appear on mobile devices such as Androids and iphones is very important these days. On April 21, 2015 Google released a new updated algorithm that affects mobile searches in all languages worldwide and has a significant impact on Google Search results. If the images on your website are not mobile-friendly then you will lose rank on Google Search results. This means that if your images bleed through or expand the width of your webpage and your visitors need to scroll to the side you will be affected by the algorithm change.
This guide will help you easily generate a screenshot of a website for your WordPress website by implementing PHP code into the functions.php template file and using a WordPress shortcode. This script uses the WordPress.com screenshot generator and all you need to do is copy and paste simple code into your functions.php file and place a simple shortcode on a page or post on your WordPress website.
Disabling text selection is a simple way to get internet users and competitors to avoid copying your web content. Once text selection is disabled, your website visitors will no longer be able to select characters on your website with their mouse.
A friend of mine recently came upon an issue on her WordPress website. Suddenly she couldn’t visit any of the pages on her website that use the default template for her WordPress theme. Whenever she visited specific webpages on her site the internet browser which she used would fail to retrieve the page. Google Chrome would show a message that says “This webpage has a redirect loop” when attempting to access the webpages.
Sending your entire post to your RSS subscribers is a bad idea. That is, if you enjoy website traffic and understand search engine optimization. If you do not like website visitors, publishing your entire post to your RSS subscribers via email is en excellent way to go.
Iframe busters or stub files are commonly utilized by third-party vendors in conjunction with Flash creatives such as media rich advertisements that are served within an ad slot implemented in an iframe. You may have noticed visitors to your website visit a page on your website that does not exist ending in /eyeblaster/addineyev2.html, /doubleclick/DARTIframe.html, /atlas/atlas_rm.htm, and many others. These pages often results in a 404 error.
If this is the case, you may need to upload an “iframe buster” into the root of your website’s server at the following location: www.example.com/vendorname. Iframe busters or stub files are provided by 3rd-party ad servers and media creative vendors.
Remove “Proudly powered by WordPress” and your theme name credits in the Infinite Scroll Jetpack Plugin feature. Locate the jetpack/modules/infinite-scroll/infinity.php file and remove footer credits.
Infinite scroll takes away the “next page” or “older posts” links in category and tag page feeds allowing website visitors to infinitely scroll and load new posts via scrolling down the page.
Easily display forum topics on WordPress using PHP. BBPress is a great forum plugin for WordPress and adding recent BBPress forum topics to any php file is very simple.
To change the font size on WordPress, simply use HTML tags with the style attribute, utilizing the font-size element.
The correct way to setup Apple Touch Icons for websites and individual webpages using image titles and link elements. Apple uses Apple Touch Icons on their iOS to represent websites (similar to a favicon). Apple Touch Icons are used with iPads, iPhones, Safari, and in general Mac iOS. Setting up an Apple Touch Icon for your website will over-all “boost” the visual optimization of your website for iOS users, which can be very flattering.
In some cases the “website” option in WordPress comments is not necessarily practical. Especially if you prefer for no one to leave third party URLs which can potentially harm your WordPress website. Luckily there’s a simple PHP snippet that will remove the website URL field from WordPress comments.