arrow_back Work
chevron_left ALL_WORK
Production Plugin / Sole Developer / ★ Public proof of work

Adx Plugin.

A production WordPress ad-management plugin that lets publishers monetize with Google AdX / Ad Manager — precise, programmatic ad placement across 10+ formats (popup, rewarded, interstitial, sticky, in-content) with zero-code configuration.

PHP 7.4+ WordPress Plugin API Vanilla JS Google Publisher Tag (GPT.js) Options API GPLv2
public Listed on WordPress.org  ·  add live link
10+
Ad formats, zero-code config
Sub-10ms
Content-parsing overhead target
Reviewed
Passed WordPress.org security review
ads.txt
Managed from admin, no FTP

Architecture & Key Decisions

Why It Matters

bolt

Shipped, reviewed, and running in a hostile environment

This is publicly shipped, third-party-reviewed code — the WordPress.org approval process includes a security review. Building an ad plugin that inserts markup reliably across a huge range of themes, without breaking layouts or violating strict security standards, is a genuinely hard constraint environment. It's verifiable proof of work anyone can inspect.

Trade-offs & What v2 Adds

Why output buffering only as a last-resort fallback?

Balancing WordPress.org compliance against maximum theme compatibility.

Why global flags over transients/cache?

Avoiding DB overhead for simple duplicate prevention.

What v2 would add

A/B testing for placements, a fill-rate/revenue analytics dashboard, a React admin UI, and REST endpoints for programmatic slot management.

Want the full walkthrough?

Happy to walk through the hook system, the content-parsing engine, and the security-compliance work.