tags:

views:

35

answers:

1

Hiya,

Is it possible to programme a website so that it disallows Skype from adding it's icons next to phone numbers?

Thanks, Steph

+2  A: 

You can add this in the page head:

<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />

Details on the skype forum

Ju9OR