custom share icons not showing on individual pages
-
Hi I am trying to add social media share buttons on individual products in woo commerce. I have added the following code;
<?php if ( function_exists( ‘ADDTOANY_SHARE_SAVE_KIT’ ) ) {
ADDTOANY_SHARE_SAVE_KIT( array( ‘use_current_page’ => true ) );
} ?>to the ‘additional options’ box/ area but no icons are showing are showing on any of the pages.
My aim is to have social media icons that share whatever content is on the page the user is currently on, any help would be amazing!
Cheers ?? The site i am currently working on is birdiehill.com
- The topic ‘custom share icons not showing on individual pages’ is closed to new replies.