Sharing buttons on
-
I use AddtoAny sharing plugin buttons on my custom “archive-product.php” with this code:
<?php if ( function_exists( 'ADDTOANY_SHARE_SAVE_KIT' ) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?>
But when sharing this to Facebook or Twitter it displays (share) 1 random product instead of the page information describing that its a “product category” or “all product” (from my brand)
Is there a way to hardcode the page information (sharing information + image) in “archive-product.php”.
If I dont hardcode the sharing buttons there is no buttons at all on these archive pages.
Example page: https://piani.se/produkter/
- The topic ‘Sharing buttons on’ is closed to new replies.