Product Icon

AutomateWoo - Refer A Friend add-on

Boost your organic sales by adding a customer referral program to your WooCommerce store.

Add “Copy to Clipboard” buttons to links found in Refer a Friend widget

Some customers might find it easier to share their referral code if we offered some "Copy to Clipboard" buttons in the Refer a Friend widget.

Author

Current Status

Planned

Last updated: May 1, 2019

4 comments

Log in to comment on this feature request.

  1. Ron Seigel says:

    What a joke. It’s been 2-1/2 YEARS for a super simple feature to be added.
    FFS….somebody even gave you a head start on the code…..
    WOW! Just wow…..

  2. Martyn Jones says:

    Marked this feature request as Planned

    We’ve had to change priorities and work on this feature has stalled – we’ll be revisiting in the future but currently don’t have an ETA

  3. Dan Bitzer says:

    Marked this feature request as In Progress

  4. Joseph Cole says:

    Could be extremely easy to implement… some modification of this code that I already use elsewhere…

    jQuery(".clicktocopy").on("click", function () {
    var copyelement = jQuery(this).find(‘input[type=text],textarea,select’);
    copyelement.focus();
    copyelement.select();
    document.execCommand(‘copy’);
    jQuery(‘.confirm_copied’).show().delay(1500).fadeOut(‘fast’);
    });

Use of your personal data
We and our partners process your personal data (such as browsing data, IP Addresses, cookie information, and other unique identifiers) based on your consent and/or our legitimate interest to optimize our website, marketing activities, and your user experience.