Sharing an ad in FB Messenger
-
Hello,
I’ve seen an old topic about this but it was closed.I’ve added the following code to my Kleo child theme:
add_filter( “adverts_post_type”, “my_adverts_post_type”, 10, 2 );
function my_adverts_post_type( $args, $type = null ) {
if( $type == “advert” ) {
$args[“supports”][] = “thumbnail”;
}
return $args;
}Try sharing on Messenger https://filipina.ro/advert/hm-blouse/ and you will only see the site logo. I need to publish a picture, on Messenger
P.S.: the picture is the main picture of the ad.
- This topic was modified 4 years, 4 months ago by .
- This topic was modified 4 years, 4 months ago by .
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sharing an ad in FB Messenger’ is closed to new replies.