zerosonesfun / bbcard
Beautiful, colorful cards for links.
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:flarum-extension
Requires
- flarum/core: >=0.1.0-beta.8 <0.1.0-beta.13
README
A Flarum extension which adds a card BBCode. This gives users a way to make links stand out like never before!
Install
composer require zerosonesfun/bbcard
Update
-
composer update zerosonesfun/bbcard
-
Deactivate and reactivate the extension in your admin.
-
Go to your dashboard, click tools, click clear cache.
-
Clear your browser cache, and any other caches like Cloudflare, if applicable.
Uninstall
composer remove zerosonesfun/bbcard
Usage
[card link="https://google.com" title="The Link" text="This is what the link is about." color=green]
(Default color is blue. If you like that color then you do not need to type the color attribute at all. Available colors are: pink, green, orange, red, yellow, purple, blue, gray.)