Premium white-label plugin that transforms any WordPress installation into a beautiful, mobile-responsive cam affiliate site. 10 themes, dark/light mode, zero coding.
A complete affiliate site solution in one plugin. No bloat, no complexity.
Full domain replacement. Your brand, your links, your commissions. Visitors never see Chaturbate.
Pixel-perfect on desktop, tablet, and mobile. Every theme built mobile-first.
Toggle or set a default. Persists across sessions. Every theme supports both.
Override colors, fonts, and styles from the admin panel. No CSS knowledge needed.
Gender, tag, and combined filters with SEO-friendly URLs like /female/asian/.
Dedicated model pages with embedded video, related models, and direct chat links.
Real-time model data from the Chaturbate API. Always fresh, always live.
Clean URLs, OG tags, Twitter Cards, and dynamic meta descriptions — built in.
Choose from 10 curated fonts, applied instantly site-wide.
Every theme is carefully designed with unique character. Switch instantly from the admin panel.
Configure every aspect of your site from a clean, modern settings panel. No code, no FTP, no headaches.
Download the package below. Inside you'll find eddythedog-theme.zip,
eddythedog-plugin.zip, and a README.
In WordPress: Appearance → Themes → Add New → Upload Theme. Upload
eddythedog-theme.zip and activate it.
In WordPress: Plugins → Add New → Upload Plugin. Upload
eddythedog-plugin.zip and activate it.
Go to EddyTheDog in the sidebar. Enter your license code, set your white label domain, pick a theme — you're live! 🎉
The plugin zip is ~37MB which exceeds PHP's default upload limit. SSH into your server and
add these lines to your php.ini file:
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
Then restart Apache: systemctl restart apache2
Alternative: Install via SSH by uploading the zip and unzipping directly into the plugins folder.
Your .htaccess file is missing or WordPress permalinks aren't configured. SSH
into your server and run:
cat > /var/www/html/.htaccess << 'EOF'
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
EOF
chown www-data:www-data /var/www/html/.htaccess
wp rewrite structure '/%postname%/' --allow-root --path=/var/www/html
wp rewrite flush --allow-root --path=/var/www/html
Also ensure mod_rewrite is enabled: a2enmod rewrite && systemctl restart apache2
You need to install both the theme and the plugin. The theme provides the HTML shell, and the plugin handles all the logic. Go to Appearance → Themes and make sure "EddyTheDog" is activated.
File permissions are incorrect. Fix with:
chown -R www-data:www-data /var/www/html
find /var/www/html -type d -exec chmod 755 {} \;
find /var/www/html -type f -exec chmod 644 {} \;
Check in order: 1) Is the theme activated? 2) Is the plugin activated? 3) Is the white label
domain set correctly in settings? 4) Can your server reach the Chaturbate API? Test with:
curl https://chaturbate.com/api/public/affiliates/onlinerooms/?limit=1
This is by design. External links (model chat, video embeds) are locked until a valid license is activated. Enter your license code in WordPress Admin → EddyTheDog → License section.
Yes! License codes are self-validating — they work on unlimited domains with no external server checks.
Once your domain DNS is pointing to the server:
certbot --apache -d yourdomain.com -d www.yourdomain.com
# Update WordPress URLs
wp option update siteurl 'https://yourdomain.com' --allow-root --path=/var/www/html
wp option update home 'https://yourdomain.com' --allow-root --path=/var/www/html
EddyTheDog includes its own OG/Twitter meta tags. If you also run Yoast or Rank Math, you may get duplicate tags. Recommendation: disable the SEO plugin's meta output or deactivate it — EddyTheDog handles SEO natively.
Full plugin + theme package. Install on any WordPress site.
Download Free (37 MB)