Render MightyShare Image PHP Function

Developers can use the Mightyshare_Public_Functions::get_mightyshare_url($post->ID) function to get the MightyShare image URL for a specific post. This is great for using MightyShare images in custom templates, themes or other areas of your site. Using the Function Here’s an example of how to use the function, including overwriting aspects of the template. Of course you can simply use … Read more

How to Identify if a Website is Powered by WordPress

Is the website you’re currently browsing built on WordPress? It’s not always easy to tell just by looking at it, but there are a few tell-tale signs that can help you figure it out. In this blog post, we’ll walk you through the key indicators that can help you determine whether a website is powered … Read more

Favicon Size: 16px by 16px (Guide to Favicon Image Sizing)

Favicons have evolved from being just tiny icons to representing a brand’s digital face. They are crucial visual cues helping users identify and navigate websites amidst numerous browser tabs, bookmarks, and mobile app shortcuts. Key takeaway:The best method for setting up a favicon on your site is so create a 16px by 16px “favicon.ico” file … Read more

How to Clear LinkedIn Cache for Link Preview

LinkedIn is a powerful platform for professional networking and sharing valuable content. However, sometimes the link preview on LinkedIn may display incorrect information or outdated images. We’ve noticed this is frustrating for MightyShare users, especially if you have made changes to your website’s preview content and images. Fortunately, there are methods to clear the LinkedIn … Read more

Node.js Example

Using our MightyShare NPM package you can quickly generate social share images for your content. If you are unfamiliar with template values you can look at our template detail pages for more information how to customize a template. Typically templates allow you to customize color, text, and an image but some offer more customization. Example … Read more

Installation

1. Install MightyShare Plugin Installing the MightyShare plugin couldn’t be easier. Since MightyShare is listed on WordPress.org you can either download it from the directory or simply search “MightyShare” on your “Plugins > Add New” page. After installing click active and MightyShare will be active. 2. Add your API Key After activating MightyShare you can … Read more

What is an Open Graph Image? (Why they are important)

It is a moment of relief when you finish up a blog post you are proud of and have found a perfect feature image that goes with it. Now, all you need to do is share your work with your network on your socials, sit back, and enjoy the engagement that ensues. But wait, there’s … Read more

SEO Plugin Compatibility

By default MightyShare will detect if you’re running an SEO plugin and overwrite its social image using the plugin’s filters. Currently SEO plugin compatibility: Yoast SEO, RankMath, All in One SEO, The SEO Framework, Slim SEO, and SEOPress. If there is a plugin you’d like to see compatibility for added please contact us. You’ll also … Read more

Filters

Here’s a list of the developer filters for MightyShare. Useful to fully customize MightyShare using functions.php or adding code snippets to your site. mightyshare_filter_post Using the mightyshare_filter_post filter you can overwrite any aspect of a MightyShare render. This is great if you have a large site and want to programmatically control all aspects of MightyShare. … Read more