skip to Main Content

WordPress Code Snippets


How to Add Custom Social Sharing Image in AIOSEO

This snippet lets you define a custom image for social sharing, ensuring your pages and posts display an image optimized for social platforms.

add_filter( 'aioseo_opengraph_image', function ( $image ) {
    if ( is_single() ) {
        return 'https://example.com/path-to-custom-image.jpg';
    }
    return $image;
});

I’m a WordPress developer with 10+ years of experience in WooCommerce and custom plugins. I combine technical expertise with design flair to help you create standout, user-friendly websites. Let’s transform your digital presence!

Best WordPress Hosting
Back To Top