A Koken plugin to easily add Font Awesome icons to any page.
- Koken is a CMS focused on photography
- Font Awesome is a library of common internet icons
Koken does not have a store for 3rd party plugins, so we need to install it manually.
-
Navigate to the plugins folder:
cd /storage/plugins
-
Git clone or download and unzip this package:
git clone https://github.com/wilsonlewis/koken-font-awesome.git
-
Open a new browser window to login to your admin plugins section:
http://yoursite.com/admin/#/settings/plugins
-
Click the Enable button next to this plugin to enable
Adding an icon as a navigation link is easy! Just set the title to any Font Awesome identifier.
You can also add icons directly in markup. Just make sure the Font Awesome identifier is in it's own tag:
<a href="">fa-instagram</a>
<div>
fa-instagram
</div>
This plugin is open-sourced software licensed under the MIT license.