Skip to main content
Monthly Archives

enero 2023

Logo Whatsapp flotante

By WordPress
Snippet para agregar un código de whatsapp flotante en el footer: add_action('wp_footer','dcms_add_footer_whatsapp'); function dcms_add_footer_whatsapp(){ $tel = "5555555555"; $ms = urlencode(""); $url = "https://wa.me/${tel}?text=${ms}"; $img = get_stylesheet_directory_uri().'/img/whatsapp-icon.svg'; echo "<div id='float-whatsapp' style='position:fixed;bottom:40px;right:40px;'>";…
Read More