Editing with Skype browser add-on inserts "call icon" when publishing changes

Permalink 1 user found helpful
I just discovered that when an editor has a skype browser add-on installed and edits the website, the skype call icon and related code is INSERTED into the block when the block is saved (e.g. I don't have skype, but the call icon is present).

Has anyone already solved this problem? I assume I can strip out the html skype inserts with TinyMCE or PHP function that fires on save - just hoping someone has already written the code for it.

glockops
 
ssrgspdkt replied on at Permalink Best Answer Reply
ssrgspdkt
Hey,

If you would like to disable skype click icon, you should add the following meta tag inside head tag

<meta name="SKYPE_TOOLBAR" content="SKYPE_TOOLBAR_PARSER_COMPATIBLE" />
glockops replied on at Permalink Reply
glockops
Thanks! That's a simple solution that will work perfectly!

I'll wrap this in an IsEditMode() function and then editors shouldn't break the site.
ssrgspdkt replied on at Permalink Reply
ssrgspdkt
within the head tag in header.php can be enough.I think No need to add with in isEditmode.
glockops replied on at Permalink Reply
glockops
I don't care if site visitors have skype widgets - in my case I just need to disable it for faculty/staff members that are editing the site - so isEditMode will meet my goal and still allow the awful skype widget to work for people who choose to have it.