• Resolved victorbustos

    (@victorbustos)


    When you click on the email icon it opens the same link. All other links work as they are supposed to.

    Email Link icon screenshot

    Also, the Copy Link icon doesn’t show even though I have it set on. All my cache has been cleared. Server cache , and browser cache. I deactivated WP Rocket. The website is hosted on Kinsta. However, If I try to add WeChat, that one will show after I save settings. Below is a screenshot of my current settings.

    Ultimate Social Media Icons PLUS Settings

    This issue is happening on all blog posts found here – https://bayeight.com/blogs/

    How can I fix this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Efe Dinler

    (@efedinler1)

    Hi @victorbustos,

    Thank you for reaching out!

    The icons seem to have been deactivated and therefore I’m unable to check at this moment, but please note that our mail icon is only for linking and subscribing to your blog on follow.it, but this premium plugin allows you to apply a mailing function to the icon.

    And regarding the copy link icon, could you kindly add the following code to your functions.php file? It should provide a feedback for your visitors upon clicking on the it;

    
    add_action('wp_footer', function () {
        ?>
        <script>
            jQuery(document).ready(function ($) {
                $(document).on('click','#sfsiid_copylink_icon', function () {
                    alert('URL has been copied successfully!')
                });
            });
    
        </script>
        <?php
    });

    Let us know how it goes!

Viewing 1 replies (of 1 total)
  • The topic ‘Email Link & Copy Link Doesn’t Work’ is closed to new replies.