Setup Guide

Follow the instructions to add TabTitle to your website.

Setup Guide

Follow the instructions below to add TabTitle to your website.

Setup Instructions for WordPress

  1. Option 1 - Using Plugins (Recommended):
  2. 1. Install and activate one of these plugins:
  3. • "Insert Headers and Footers" (by WPBeginner)
  4. • "Code Snippets" (by Code Snippets Pro)
  5. 2. Go to Settings > Insert Headers and Footers (or Code Snippets > Add New)
  6. 3. Add the code below to the Header section
  7. Option 2 - Manual Installation:
  8. 1. Go to Appearance > Theme Editor
  9. 2. Select your active theme and open the header.php file
  10. 3. Find the closing </head> tag
  11. 4. Add the code below just before the </head> tag
<script src="https://tabtitle.io/api/script"></script>
<script>
  new TabTitle('YOUR_API_KEY');
</script>

Important Notes:

  • Replace YOUR_API_KEY with your actual API key from the Domains page
  • Make sure to add the code inside the <head> section of your website
  • After adding the code, clear your website's cache if necessary