WordPress Plugin + Theme

Turn WordPress into a
Stunning Cam Site

Premium white-label plugin that transforms any WordPress installation into a beautiful, mobile-responsive cam affiliate site. 10 themes, dark/light mode, zero coding.

10 Premium Themes
2 min Setup Time
Domains
EddyTheDog Dark Theme Preview
Features

Everything You Need,
Nothing You Don't

A complete affiliate site solution in one plugin. No bloat, no complexity.

🔗

White Label Integration

Full domain replacement. Your brand, your links, your commissions. Visitors never see Chaturbate.

📱

Fully Responsive

Pixel-perfect on desktop, tablet, and mobile. Every theme built mobile-first.

🌓

Dark / Light Mode

Toggle or set a default. Persists across sessions. Every theme supports both.

🎨

Theme Customizer

Override colors, fonts, and styles from the admin panel. No CSS knowledge needed.

🔍

Smart Filters

Gender, tag, and combined filters with SEO-friendly URLs like /female/asian/.

📺

Video Embed Pages

Dedicated model pages with embedded video, related models, and direct chat links.

🔄

Live API Data

Real-time model data from the Chaturbate API. Always fresh, always live.

🏷️

Pretty URLs & SEO

Clean URLs, OG tags, Twitter Cards, and dynamic meta descriptions — built in.

🔠

Google Fonts

Choose from 10 curated fonts, applied instantly site-wide.

Themes

10 Handcrafted Themes
Dark & Light Modes

Every theme is carefully designed with unique character. Switch instantly from the admin panel.

eddythedog.cam
Dark Theme Light Theme
🌙 Dark Neon
🎬 Cinematic Wide
❄️ Arctic Frost
🖤 Noir Classic
💜 Velvet Luxe
🏙️ Urban Grid
☁️ Light Clean
🌅 Sunset Glow
🌊 Ocean Breeze
🔥 Ember Dark
Admin Panel

One Dashboard,
Total Control

Configure every aspect of your site from a clean, modern settings panel. No code, no FTP, no headaches.

  • Set your site title & white label domain
  • Choose & preview themes with live screenshots
  • Customize colors per dark/light mode
  • Pick from 10 Google Fonts
  • Enter license code & see activation status
  • One-click reset to theme defaults
EddyTheDog Admin Panel
Setup

Up & Running in
Under 2 Minutes

1

Download & Unzip

Download the package below. Inside you'll find eddythedog-theme.zip, eddythedog-plugin.zip, and a README.

2

Install the Theme

In WordPress: Appearance → Themes → Add New → Upload Theme. Upload eddythedog-theme.zip and activate it.

3

Install the Plugin

In WordPress: Plugins → Add New → Upload Plugin. Upload eddythedog-plugin.zip and activate it.

4

Configure & Go Live

Go to EddyTheDog in the sidebar. Enter your license code, set your white label domain, pick a theme — you're live! 🎉

💡
Requirements: WordPress 5.0+ • PHP 7.4+ • A Chaturbate white label domain
Having trouble with uploads? The plugin is 37MB — you may need to increase your PHP upload limit. See the FAQ below.
FAQ

Got Questions?
We've Got Answers

"The link you followed has expired" when uploading

+

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.

Pages show 404 on first load, then work on refresh

+

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

Plugin installed but site shows default WordPress theme

+

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.

403 Forbidden error

+

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 {} \;

No models showing / blank page

+

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

External links show a purchase modal instead of opening

+

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.

Can I use one license on multiple sites?

+

Yes! License codes are self-validating — they work on unlimited domains with no external server checks.

Setting up HTTPS / SSL

+

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

Will it conflict with SEO plugins like Yoast?

+

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.

Pricing

Simple, Honest
One-Time Pricing

Free Trial
$0
Download now
  • ✅ Full plugin + theme
  • ✅ All 10 themes
  • ✅ Dark & light mode
  • ✅ Theme customizer
  • ✅ Browse & preview models
  • 🔒 External links locked
  • 🔒 Video embeds locked
Download Trial
📦

Download EddyTheDog v1.0.1

Full plugin + theme package. Install on any WordPress site.

⬇️ Download Free (37 MB)
WordPress 5.0+ PHP 7.4+ Chaturbate White Label Required
📄 eddythedog-theme.zip
📄 eddythedog-plugin.zip
📝 README.txt