Install the plugin.
Start earning today.
One plugin. One API key. Every standard ad slot pre-configured. Header bidding, lazy loading, ad-block recovery — all wired in.
What's in the box.
Auto-detect ad slots
Plugin scans your theme on activation. Detects header, sidebar, in-content, and footer slots automatically.
Header bidding pre-wired
Our Prebid wrapper ships inside the plugin. No separate JS to manage — everything updates as the plugin updates.
Visual slot editor
Drag-and-drop slots in your WP admin. Live preview shows where ads will render before you save.
Theme-agnostic
Works with Gutenberg, Elementor, Divi, Astra, GeneratePress, and most custom themes. Override anything via shortcodes.
What WP publishers see post-install.
5min
Install to first ad
Avg time-to-revenue
0
Theme files modified
Plugin is non-invasive
12
Slot positions detected
Auto-mapped by plugin
+38%
Avg yield uplift
vs default AdSense
From WP dashboard to live revenue.
No FTP, no code edits, no support tickets.
- 1
Install from WordPress.org
Plugins → Add New → search 'Adbris' → Install → Activate. Standard WP plugin install, 30 seconds.
- 2
Paste your Adbris key
Plugin settings page asks for your key — get it from app.adbris.com → Profile → API tab. Single field, hit Save.
- 3
Plugin scans + maps slots
On save, the plugin scans your theme + writes a slot config to your Adbris dashboard. You see the slots listed; you can rename or disable any.
- 4
Ads serve, dashboard updates
First impressions serve within minutes. Your Adbris dashboard starts showing live revenue as it lands — no waiting for an end-of-day report.
Override anything with shortcodes.
The auto-detection covers 90% of cases. For the other 10% (custom themes, AMP, weird hooks), the plugin exposes shortcodes that let you place slots exactly where you want them — inside posts, inside templates, inside custom widgets.
- Standard shortcode for placing a slot anywhere
- PHP filter to override slot HTML attributes
- REST API endpoint for custom theme builders
- AMP-compatible variants for AMP pages
- Yoast / RankMath / Elementor compatibility tested
Place a slot inside a post
php<!-- In Gutenberg / Classic editor, drop this shortcode -->
[adbris slot="in-article-1" sizes="300x250,336x280"]
<!-- In a PHP template, the same -->
<?php echo do_shortcode(
'[adbris slot="header" sizes="728x90,970x90"]'
); ?>
<!-- Override via filter -->
add_filter('adbris_slot_html', function ($html, $slot_id) {
if ($slot_id === 'sidebar') {
return '<aside class="my-ad">' . $html . '</aside>';
}
return $html;
}, 10, 2);Most-asked plugin questions.
Five minutes. One plugin. Full revenue.
Apply, install, ship. WordPress is the fastest path to live ad revenue on Adbris.