davwheat / flarum-ext-ads
Ads support for your Flarum forum.
Fund package maintenance!
davwheat
Installs: 5 905
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 3
Forks: 2
Open Issues: 4
Language:TypeScript
Type:flarum-extension
Requires
- flarum/core: ^1.2.0
This package is auto-updated.
Last update: 2024-10-15 03:37:25 UTC
README
A Flarum extension that provides ad unit support for your Flarum forum.
Special thanks
Thank you to @"alphadot"#36731 and @"MikeJones"#17198 for sponsoring this extension! 🥰
Installation
Install with composer:
composer require davwheat/flarum-ext-ads:"*"
Updating
composer update davwheat/flarum-ext-ads:"*"
php flarum migrate
php flarum cache:clear
Usage
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.