• Resolved peppi2024

    (@peppi2024)


    Hi, it would be nice to add “share” icons to each quote with direct links like:

    • Whatsapp
    • SMS
    • E-Mail
    • Telegram
    <a href=\"whatsapp://send?text=" . $text . "\"><img src=\"/img/whatsapp.png\"></a>&nbsp;";
    
    <a href=\"sms:?body=" . $text . "\"><img src=\"/img/sms.png\"></a>&nbsp;";
    
    <a href=\"https://telegram.me/share/url?url=http://www.XYZ.de&text=" . $text . "\"><img src=\"/img/telegram.png\"></a>&nbsp;";
    
    <a href=\"mailto:[email protected]?subject=Mail%20vfrom%20XYZ.de&amp;body=" . $textm . "\"><img src=\"/img/mail.png\"></a>";
    

    Thanks

    Simon

Viewing 1 replies (of 1 total)
  • Plugin Author oooorgle

    (@oooorgle)

    Hi peppi2024,

    Yes! I have this on the to-do for creating a link directly to a quote. Not necessarily for Social Media platforms but a link at least. Have had some successful progress and some not so. I will try to inform you if it gets completed and implemented.

Viewing 1 replies (of 1 total)

The topic ‘Share quotes’ is closed to new replies.