Today’s topic is how to fix mixed content errors on your site. Mixed content is an HTTPS error that occurs when an HTTPS page attempts to serve an HTTP resource, such as an image, video, stylesheet, iframe, or script. I have marked my favorite tools with a . Earlier this week, I posted Part 1:… [Continue]
Video Tutorials
Our WordPress video tutorials are also found on our WordHer YouTube channel, where you can subscribe, give us a "thumbs up", or get an embed code to place these tutorials on your website.
How to Find Mixed Content
Today’s topic is how to find mixed content errors on your WordPress site. Mixed content is an HTTPS error that occurs when an HTTPS page attempts to serve an HTTP resource, such as an image, video, stylesheet, iframe, or script. I have marked my favorite tools with a . Later this week, I will post… [Continue]
What is a Twitter Card?
A Twitter Card is a multimedia add-on to tweets. Twitter will add them to tweets that include your website URL if you have a “twitter:card” meta tag in your site header specifying the type of Twitter Card you want. The code for a sample Twitter Card looks something like this: <meta name="twitter:card" content="summary_large_image" /> Twitter… [Continue]
How to Optimize Images with TinyPNG
Compress, optimize, squish, smash, squeeze, smush: whatever you call it, serving optimized images will speed up your WordPress site. Why? Because an optimized image is one whose file size is small, and smaller files means faster websites. And nowadays compressed images can look just as good as your bloated originals. Today’s video demonstrates how to… [Continue]