Setup Instructions for WordPress
- Option 1 - Using Plugins (Recommended):
- 1. Install and activate one of these plugins:
- • "Insert Headers and Footers" (by WPBeginner)
- • "Code Snippets" (by Code Snippets Pro)
- 2. Go to Settings > Insert Headers and Footers (or Code Snippets > Add New)
- 3. Add the code below to the Header section
- Option 2 - Manual Installation:
- 1. Go to Appearance > Theme Editor
- 2. Select your active theme and open the header.php file
- 3. Find the closing </head> tag
- 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