elementor / elementor

The most advanced frontend drag & drop page builder. Create high-end, pixel perfect websites at record speeds. Any theme, any page, any design.
https://elementor.com/
GNU General Public License v3.0
6.56k stars 1.42k forks source link

Share Buttons - Whatsapp link with a bug #14698

Open wjapinto opened 3 years ago

wjapinto commented 3 years ago

Hey! I activated a popup of share buttons on a website and yesterday I identified a problem when I tried to share a WhatsApp link. Then, when sharing a product link the description is pasted together with the link https: // as an example image in the attachment and therefore the link when clicked does not work. I know I can put a space in the middle and it will work, but customers won't know. I wonder if there is any way to resolve it? Thanks a million. Captura de Tela 2021-04-25 às 14 02 51

liranbp commented 2 years ago

I also wait to them to fix it a few months, I fix it manually but every update I need to patch it again :( :(

wjapinto commented 2 years ago

So sad! :(

Wanderson Andrade email: @.***

Não se esqueça das suas responsabilidades ambientais! Antes de imprimir este e-mail, considere se realmente precisa de uma cópia em papel! Assista o vídeo A história das coisas e terá uma ideia melhor de como podemos ajudar o nosso planeta. “Reciclar é necessário, mas não o suficiente! O ideal é reduzirmos os resíduos!”

Em 23 de dez. de 2021, à(s) 10:07, liranbp @.***> escreveu:

 I also wait to them to fix it a few months, I fix it manually but every update I need to patch it again :( :(

— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.

liranbp commented 2 years ago

btw I just noticed it already been fixed, just something goes wrong on the build process probably, the minified file didn't got the update. I let them know

bogusa1976 commented 2 years ago

I also wait to them to fix it a few months, I fix it manually but every update I need to patch it again :( :(

How you can fix it manually?

keinar commented 2 years ago

I also wait to them to fix it a few months...

luckybhumkar commented 1 year ago

I also wait to them to fix it a few months, I fix it manually but every update I need to patch it again :( :(

How you can fix it manually?

You need to modify the below line whatsapp: 'https://api.whatsapp.com/send?text=*{title}*%0A{text}%0A{url}',

from files wp-content/plugin/elementor/assets/lib/share-link/share-link.js & share-link.min.js

For me below WhatsApp line works perfectly. whatsapp: 'https://api.whatsapp.com/send?text=*{title}*%0a{url}',