benjaminp Posted February 5, 2020 Share Posted February 5, 2020 Site URL: https://sf.digital/squarespace/customising-the-mobile-information-bar Is this not able to be used anymore? I've use it last year and it was working, it only stopped working for me after the update. I'm trying to use the Email button of the Mobile Information Bar as a Whatsapp button. Can anybody point me in the right direction how to enable this again? Thank you very much in advance. Here's my website and the code: https://cleaningequipment.org <script> $(window).bind("load", function() { $('.sqs-mobile-info-bar-trigger[data-type="contactEmail"] .sqs-mobile-info-bar-trigger-label').text('Whatsapp'); $("a[href='mailto:xxx@gmail.com']").attr('href', 'https://api.whatsapp.com/send?phone=00000000000&text=Hi%20there!%20I%27m%20looking%20for%20') }); </script> Thanks in advance. Link to comment
paul2009 Posted February 5, 2020 Share Posted February 5, 2020 You've referred to a very old post that I wrote 5+ years ago. Despite the fact that it could be rewritten to improve performance, it does still work. About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
benjaminp Posted February 6, 2020 Author Share Posted February 6, 2020 11 hours ago, paul2009 said: You've referred to a very old post that I wrote 5+ years ago. Despite the fact that it could be rewritten to improve performance, it does still work. But the button itself takes me to email though and not Whatsapp as I wanted it. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.