WebSite X5Help Center

 
JORGE C.
JORGE C.
User

Incluir botón Whatsapp en Social icons/Redes sociales  es

Author: JORGE C.
Visited 1525, Followers 1, Shared 0  

Se debería poder incluir botón Whatsapp en el objeto Social icons/Redes sociales. En una página de contacto donde se incluyen todas las redes sociales, se echa en falta el icono de whatsapp.... 

Si alguien sabe no obstante como añadirlo, lo agradezo. 

Gracias.

P.d. dejo página donde se puede visualizar lo indicado, por si acaso. 

http://abejaiberica.es/contacto.html

Posted on the
5 ANSWERS - 1 USEFUL
CARLOS AMARAL
CARLOS AMARAL
Moderator
Best User of the month ESBest User of the month PT

Hola Jorge,

Un detalle, es que whatsapp no es una red social, por eso no viene en el objeto. Whatsapp es una aplicacion de mensajeria.

Saludos colega...

Carlos A.

Read more
Posted on the from CARLOS AMARAL
Daniel G.
Daniel G.
User

chicos en cada pagina poner un codigo html con los siguientes comandos y reemplazar los datos, es para whatsapp y messenger, espero les sirva y que no lo eliminen

<style type="text/css">.redes-flotantes {
position: fixed;
right: 8px;
top: 75%;
z-index: 20;
}
.redes-flotantes img {
float: right; clear: right;
margin: 5px;
-moz-transform: scale(.8) ;
-webkit-transform: scale(.8) ;
-o-transform: scale(.8) ;
-ms-transform: scale(.8) ;
transform: scale(.8) ;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.redes-flotantes img:hover {
-moz-transform: scale(1.1) rotate(6deg);
-webkit-transform: scale(1.1) rotate(6deg);
-o-transform: scale(1.1) rotate(6deg);
-ms-transform: scale(1.1) rotate(6deg);
transform: scale(1.1) rotate(6deg);
}</style>
<div class='redes-flotantes'>


<div class="separator" style="clear: both; text-align: left;"></div>
<div class="separator" style="clear: both; text-align: center;"></div>
<div class="separator" style="clear: both; text-align: center;"></div>
<div class="separator" style="clear: both; text-align: left;">
<a href="http://wa.me/56949114726" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" target="_blank"><img border="0" data-original-height="59" data-original-width="59" src="https://1.bp.blogspot.com/-q3Dot9N2qac/XOQgr9etVpI/AAAAAAABT1M/6V4Bqaqr-6UQcl9Fy2_CaVgex0N_OYuQgCLcBGAs/s1600/whatsapp%2Bicono.png" /></a></div>
<div class="separator" style="clear: both; text-align: center;">
<a href="https://m.me/mueblesconcarino" style="clear: left; float: left; margin-bottom: 1em; margin-right: 1em;" target="_blank"><img border="0" data-original-height="59" data-original-width="59" src="https://3.bp.blogspot.com/-SK4W7Kmjoh8/XOQj5wjwERI/AAAAAAABT1g/2i3wxgGTwdU8v67F1rMOAe3ooWu9f2fEACLcBGAs/s1600/facebook%2Bmessenger%2Bicono.png" /></a></div></div>

Read more
Posted on the from Daniel G.
Daniel G.
Daniel G.
User

Si tienen dudas me avisan y para que vean mi web es www.mueblesconcariño.cl hay esta funcionando.

Read more
Posted on the from Daniel G.