HTML how-to guide
Embedding the Signapse Plugin on your site.
Important: To add the custom code to your site, you will need access to edit the HTML source of your pages.
- You’ll receive your custom-built Script Tag from one of our team members. It will look like the example below
Script Tag
<!-- Start of Signapse Web Translation Plugin Script Tag -->
<script src="https://translations.signapsesolutions.com/" app-id="6aa07307-b2ce-4a48-a0d6-b6dd26f824f9" id="signapse" version="v2"></script>
<!-- End of Signapse Web Translation Plugin Script Tag -->- Paste the widget code inside the
<body>tags of your page or in the footer of your site.
Full HTML Example
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Website</title>
</head>
<body>
<h1>Welcome to My Website</h1>
<!-- Start of Signapse Web Translation Plugin Script Tag -->
<script
src="https://translations.signapsesolutions.com/"
app-id="6aa07307-b2ce-4a48-a0d6-b6dd26f824f9"
id="signapse"
version="v2"
></script>
<!-- End of Signapse Web Translation Plugin Script Tag -->
</body>
</html>Support
If you have any issues or questions, please contact us at support@signapse.ai.
Last updated on