Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #883421

    Hallo,

    nun ich habe in die functions.php diesen Code eingebunden.

    add_action(‘woocommerce_after_single_product_summary’, ‘avia_add_social_toolbar’, 1);
    function avia_add_social_toolbar()
    {
    if( is_singular( ‘product’ ) ) {
    $content = avia_social_share_links(array(), false, ”, false);
    }
    echo $content;
    }

    Sehr schön. Wie bekomme ich jetzt noch Teilen per eMail und per LinkedIn hin? Wie ich Reddit wegbekomme hab ich schon gefunden. ;-)
    Danke für eure Hilfe.

    Thomas

    #884537

    Hey Thomas,

    Thank you for using Enfold.

    Do you want to add the “email” and “linkedin” icon? Please translate the inquiry to English so that we can understand it better. And provide a link to the page where we can see the social share icons.

    I’ll ask our moderators who speaks German to check the thread.

    Best regards,
    Ismael

    #884552

    Hallo Ismael,
    Übersetzung leider nur mit Google.
    Yes, add the “email” and “linkedin” to the social toolbar.

    mfg
    Thomas

    #885052

    Hi,

    The email and linkedin icons should be included by default. Please provide a link to the page so that we can inspect it.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.