Add A Skype Call Now Button In Squarespace
Skype call now links are pretty cool - unfortunately, Skype links aren't accepted as valid links in Squarespace. Thankfully, there's a quick workaround.
You can add a quick Skype call link to any Squarespace website with the following markdown:
<a href="skype:echo123?call" style="background-color: #333333; padding: 1em; color: #ffffff; text-transform: uppercase; letter-spacing: .3em;">Call Echo</a>
All you have to do is change echo123 to your user account, and change Call Echo to whatever you want the button to say. This makes a button that is styled for our site, but you can always change the font color, background color, spacing/etc to emulate your button styles so that it integrates seamlessly with your website.
We centered our example below - give it a try!
<center><a href="skype:echo123?call" style="background-color: #333333; padding: 1em; color: #ffffff; text-transform: uppercase; letter-spacing: .3em;">Call Echo</a></center>