It’s possible to add a customized TeamViewer button on your website which links to the TeamViewer QuickSupport, Full Version, or TeamViewer website.

This article applies to all TeamViewer users.

How to create a TeamViewer Button

You can use our Button Generator page to create a TeamViewer button according to your needs. The page will create HTML code that you can copy and paste onto your website. You can find this page here: Badge Generator - TeamViewer

You can link to the QuickSupport, or the Full version - or have the button link to the TeamViewer website.

To create a TeamViewer button, please follow the instructions below:

  1. Click on the button below or open the website https://www.teamviewer.com/en/company/badge-generator/
  2. Choose a language for the button.
  3. Choose from QuickSupport, Full Version, or the TeamViewer website.
  4. Choose the displayed text or enter a custom text.
  5. Choose a button layout.
  6. Copy the code snippet.
  7. Paste the code snippet into your website source code at the desired location.
<!-- TeamViewer Logo (generated at https://www.teamviewer.com) -->
<div style="position:relative; width:200px; height:125px;">
  <a href="https://www.teamviewer.com/link/?url=842558&id=1608291565422" style="text-decoration:none;">
    <img src="https://static.teamviewer.com/resources/badges/teamviewer_badge_flat2.png" alt="Download TeamViewer Remote Control" title="Download TeamViewer Remote Control" border="0" width="200" height="125" />
  <span style="position:absolute; top:93.5px; left:5px; display:block; cursor:pointer; color:White; font-family:Arial; font-size:14px; line-height:1.2em; font-weight:bold; text-align:center; width:190px;">

Example for the button layout:

Link to customized module

If you created a customized QuickSupport module in the TeamViewer Management Console, you could also use the custom QuickSupport download link for the button. 

The benefit of this option is that the download link from the customized module is platform-independent. That means the same link will automatically download the relevant Windows, Mac, or Linux version of the installer file, depending on your customer's OS. 

They will also be prompted with a module showcasing your company logo and colors. 

📌 Note: Using a customized module requires a TeamViewer license.

 

How to link your Customized Module

To link to TeamViewer modules with your corporate design, follow steps 1 through 6 above.

Once you pasted the code snippet in your website's HTML, you will make one small change: replace the URL after "<a href=" with your own custom module's URL, as indicated below:

<!-- TeamViewer Logo (generated at https://www.teamviewer.com) -->
<div style="position:relative; width:200px; height:125px;">
  <a href="ENTER YOUR CUSTOM MODULE URL HERE" style="text-decoration:none;">
    <img src="https://static.teamviewer.com/resources/badges/teamviewer_badge_flat2.png" alt="Download TeamViewer Remote Control" title="Download TeamViewer Remote Control" border="0" width="200" height="125" />
  <span style="position:absolute; top:93.5px; left:5px; display:block; cursor:pointer;