Sms links on Google sites
Hi,
I have seen several threads where an sms link on a button was attempted on google sites and it seems no one was ever able to complete it. I use photos as buttons on my website and was able to embed it and create the sms link.
This section of code needs to be used and a direct url link to your photo inserted where it says "PASTE_YOUR_BASE64_STRING_HERE". I used base64 to get the direct url to my photo by inputting the size I wanted and converting, then copying the code under image. After inserting my embed code, I removed the crossed-out section and then adjusted width and length at the end of the image code and edited the phone number and text body. It works!
<div style="text-align: center;">
<a href="sms:+12345678921?&body=Hi! I have a question." style="text-decoration: none; display: inline-block;">
<img src="PASTE_YOUR_BASE64_STRING_HERE"
alt="Text us at 980-202-0762"
style="width: 100%; max-width: 500px; height: auto; border: 5px solid #FFFFFF; box-shadow: 0px 4px 10px rgba(0,0,0,0.3); display: block; margin: auto;">
</a>
</div>