top of page

Click to Text

Samples of opening up the messaging app on a mobile device. The code has been updated to use target="_top" so that it can work on Safari browsers too.

iFrame Embed Button

The code to use in a standard Wix iframe:

<a style="padding:12px 16px; border-radius: 8px; background-color: blue; color: white;" target="_top" href="sms:+16202220434?&body=Hi, Code Queen. I have a question . . .">
   Text Code Queen
</a>

Screenshot 2024-10-30 at 8.06.58 PM.png
Screenshot 2024-10-31 at 7.26.50 AM.png

iFrame Embed Text

The code to use in a standard Wix iframe:

<a style="color: blue;" target="_top" href="sms:+16202220434&body=Hi, Code Queen. Can you help with this? . . .">
   Text Code Queen Now
</a>

Screenshot 2024-10-30 at 8.06.58 PM.png
Screenshot 2024-10-31 at 7.26.17 AM.png
bottom of page