Si tienes Skype en tu ordenador, habrás notado que a veces Skype resalta los números de teléfono automáticamente cuando visitas un sitio web. Desde el punto de vista de un desarrollador de WordPress, esto puede ser muy frustrante. No solo puede hacer que tu sitio se vea mal, sino que también puede estropear la estructura / disposición / diseño / plantilla. De hecho, hace poco tuvimos un cliente cuya página se rompía porque Skype resaltaba su número de teléfono. Corregir este problema no es muy difícil. Todo lo que tienes que hacer es añadir un código al encabezado de tu documento HTML para evitar que Skype resalte los números en tu tema, independientemente del navegador en el que se muestre. Este es el código que debes pegar:
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
Asegúrate de que está entre las etiquetas <head>
y </head>
.
Para aquellos de ustedes que simplemente quieren activar el plugin, a continuación, descargar nuestro plugin Prevent Skype Overwriting.
Esperamos que esto te ayude a corregir la sobreescritura de números de teléfono de Skype en temas de WordPress. Si usted tiene alguna pregunta o comentario, por favor deje un comentario a continuación.
Syed Balkhi
Hey WPBeginner readers,
Did you know you can win exciting prizes by commenting on WPBeginner?
Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
You can get more details about the contest from here.
Start sharing your thoughts below to stand a chance to win!
Natedaug
Thanks. I’m not using wordpress, but it was messing with my Angular bindings on my site.
Alpesh
Thanks ..nice
Tony
Is there no way to simply modify the Skype Click To Call highlight colour using CSS?
I would quite like to keep the Skype functionality on my website / or on a user’s computer who have enabled Skype Click To Call… however, since my site have a gre background, the Skype Click To Call color (blue) is really horrid !!
Anyone know how to modify the click to call highlight color, using the website CSS ??
I understood from a StackOverflow article that Skype uses a long and randomized string on each highlighted click to call element – making it very difficult to target the CSS.
If anyone can shed light on this – that would be good.
Oh – and two fingers up to Microsoft (Skype) for not thinking of developers
Michelle Abrahmz
Thanks so much! I added it ot my all in one seo plug in and it fixed it. I don’t use IE, but checked and it worked there as well.
Karen Leslie
Ah it seems like I have a plugin that is overriding it so I need to add it somewhere else as well…
Cheers,
Karen
Karen Leslie
Has anyone else found that this doesn’t seem to work in IE8?
I’ve tried the plugin too with the same results – it works sometimes like on the Home page of a wordpress website but not on all the pages….
shioconsult
Good, dut keyword skype_toolbar is not registered in HTML5 (http://validator.w3.org).