A Flarum extension that provides ad unit support for your Flarum forum.
Thank you to @"alphadot"#36731 and @"MikeJones"#17198 for sponsoring this extension! 🥰
Install with composer:
composer require davwheat/flarum-ext-ads:"*"
composer update davwheat/flarum-ext-ads:"*"
php flarum migrate
php flarum cache:clear
Head to your admin dashboard and enable the extension. Switch on the Ad Unit locations you'd like, then paste your ad code in the textboxes below.
If you use "between post" ads, make sure to configure the gap between ads in the extension settings page.
⚠️ If you use Google AdSense, only insert the<ins>
tag into the textbox.
⚠️ The text boxes do not support<script>
tags. These scripts will not be executed if you enter them into the text boxes, due to how Mithril functions.