HTML5 Integration

Add Text2MySite™ SMS alerts to your HTML5 website

Setup time: 2-3 minutes

Adding Text2MySite™ to an HTML5 website is straightforward. Simply place the script tag in your HTML file and upload it to your web server.

1
Place the Script Tag
Copy the script tag and place it just before the closing </head> tag

This is a best practice as it allows the rest of your page content to load before the script runs, which improves page speed.

<head>
  <!-- Your existing head content -->
  <script>
    // Your Text2MySite™ script here
  </script>
</head>
2
Save and Upload
Save the HTML file and upload it to your web server

If you are editing the file locally, you will need to upload the updated file to your web server using FTP or your hosting provider's file manager to make the changes live.

Upload Methods:

  • FTP Client: Use FileZilla, WinSCP, or similar FTP software
  • File Manager: Use your hosting provider's web-based file manager
  • Git: If using version control, commit and push your changes
  • cPanel: Use the File Manager in your hosting control panel
YouTube Tutorials
Watch step-by-step video guides for embedding widgets in HTML

Create Custom HTML Widgets

Quick guide for creating and embedding custom HTML widgets

From the channel Bug Labs • 47 seconds

Watch Tutorial

How to Embed the SoundCloud Widget API in Your Website - HTML & CSS

Comprehensive guide for embedding widgets and APIs in HTML websites

From the channel Web Dev Tutorials • 6 minutes 14 seconds

Watch Tutorial