• This plugin is superb, just install and you’re ready to go.
    There are quite a few settings you must enter before, but that’s all:
    – phone with the country code
    – show only on mobile phones
    – intro message
    – set time out of the popup

    It would be nice to include further options, like include more than one phone number and change it with each visit that has clicked.

    //In Spanish
    Chicos, felicidades por este pedazo de plugin. Me gustaría poder incluir la funcionalidad que os comento. ?Dónde os puedo contactar?

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

    (@creapuntome)

    Muchas gracias por tus valoración, nos alegramos mucho.

    Si eres manitas con PHP hay un filtro apply_filters( 'whatsappme_get_settings', $this->settings, $post ); con el que puedes cambiar dinámicamente los ajustes con los que se muestra el botón. Las opciones actuales son:

    array(
       'show'          => false,
       'telephone'     => '',
       'message_text'  => '',
       'message_delay' => 10000,
       'mobile_only'   => false
    )

    Seguramente el plugin seguirá creciendo con nuevas opciones de vuestras sugerencias. En nuestra web crea.me están las formas de contacto.

Viewing 1 replies (of 1 total)
  • The topic ‘Very simple to use’ is closed to new replies.