Viewing 6 replies - 1 through 6 (of 6 total)
  • I just tried this myself and the share icons appear correctly in woocommerce products under “Product Description”.

    Hi
    I have just tried to get the get the share buttons to work in woocommerce to. But they did not work I looked in the product description.

    Can you please let me know how to make it work.

    thanks John

    Under Settings -> Social Media you need to select the entry under “Share Post Type” of “product”.

    I am trying to do the same thing (display share buttons on single product page).

    Took me a while to find out that this does not work because I am not using the Product Description in my theme, I am using the “short product description” instead. If I switch to twentyfifteen AND fill in some words in the product description then the icons appear. If I leave the product description empty OR switch to my own theme the icons disappear.

    I tried adding the synved_social_share_markup shortcode to my template like so: `add_action( ‘woocommerce_single_product_summary’, ‘my_add_social_media’, 49 );
    function my_add_social_media() {
    echo do_shortcode( ‘synved_social_share_markup()’ ) ;
    }’
    The shortcode appears in my page but no icons.

    Any idea how to solve this?

    Thanks!

    The correct code is either:
    do_shortcode("[feather_share]");
    OR:
    if (function_exists('synved_social_share_markup')) echo synved_social_share_markup();

    Ok thanks, that works.

    I bought the grey fade add-on as a way to support the plugin.

    Cheers

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Woocommerce product page’ is closed to new replies.