如何使用jQuery直接发送WhatsApp消息

时间:2018-09-07 12:01:04

标签: javascript jquery whatsapp

我已经实现了

页面加载

private static function formatCats($string)
{
    $cats = array_map(
        'self::formatCatValue',
        Dummy::dummyMethod($string)
    );

    return $cats;
}

private static function formatCatValue($string)
{
    return str_replace(array(' ', '.', ',', '-'), '', $string);
}

LINK

  

https://www.jqueryscript.net/social-media/Floating-WhatsApp-Message-Button-jQuery.html

它正常工作,但是问题是,这需要在whatsapp上的scannig之后单击最终提交按钮,但是我只需要在扫描时将网络消息发送到whatsapp?这可能吗??

0 个答案:

没有答案
相关问题