WordPress website share image set up. Making your website and blog posts easy to share is important if you’re trying to grow your audience. The easier you make it to share, the more likely others are to spread the word about you with just a couple of clicks.
Krista here! Something that stumps a lot of new WordPress users is how they can decide what images display on social media when someone shares a blog post or page on their website so today we’ll go through the simple steps you can take to make sure the right images are getting shared
This my solution, it’s work well:
<head>
<!--FACEBOOK-->
<meta property="og:image" content="https://www.website.com/logo.jpg">
<meta property="og:image:type" content="image/png">
<meta property="og:image:width" content="1024">
<meta property="og:image:height" content="1024">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.website.com/"/>
<meta property="og:title" content="Website title" />
<meta property="og:description" content="Website description." />
<head>
No Comments On "How to build any kind of e-commerce website on WordPress"