Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Adding Gallery Images to product results

$
0
0

Replies: 0

Hi guys,

Great plugin.

I would like to contribute this fix to enable including product gallery images where there is more than one image on a product. This makes the Facebook product post a much richer experience.

Add this above line 58 of output-logic.php

        //JB 2016-07-20 - add gallery images

        $attachment_ids = $product->get_gallery_attachment_ids();
        foreach( $attachment_ids as $attachment_id ) {
                $ftf_head .= '<meta property="og:image" content="' .wp_get_attachment_url( $attachment_id ). '" />';
        }

Hope this helps.

JB


Viewing all articles
Browse latest Browse all 59525

Trending Articles