Se você tem o Skype no seu computador, deve ter notado que, às vezes, o Skype destaca os números de telefone automaticamente quando você visita um site. Do ponto de vista de um desenvolvedor de WordPress, isso pode ser muito frustrante. Além de deixar o site com uma aparência ruim, isso também pode bagunçar o layout. Na verdade, recentemente tivemos um cliente cuja página ficava quebrando porque o Skype estava destacando seu número de telefone. A correção desse problema não é muito difícil. Tudo o que você precisa fazer é adicionar um código ao cabeçalho do seu documento HTML e ele impedirá que o Skype destaque números no seu tema, independentemente do navegador em que estiver sendo exibido. Este é o código que você deve colar:
<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
Certifique-se de que ele esteja entre as tags <head>
e </head>
.
Para aqueles que desejam apenas ativar o plug-in, baixe nosso plug-in Prevent Skype Overwriting.
Esperamos que isso o ajude a corrigir o problema da substituição de números de telefone pelo Skype em temas do WordPress. Se tiver alguma dúvida ou feedback, deixe um comentário abaixo.
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).