visualdialogue / kirby-socialicons
Adds social media svg icons
Package info
github.com/visualdialogue/kirby-socialicons
Language:CSS
Type:kirby-plugin
pkg:composer/visualdialogue/kirby-socialicons
v1.0.5
2019-10-17 21:43 UTC
Requires
README
This plugin provides facebook, twitter, and instagram icons and allows quick customization of links via the site.yml?
Composer
composer require visualdialogue/kirby-social
Usage
- @import the plugin stylesheet into your sass file.
@import "site/plugins/social-icons/assets/css/social-icons.scss";
- Set the three social media links in your
site/config/config.php. When these exist, the icons will show.
'visualdialogue.social.facebook-url' => 'https://www.facebook.com/.../',
'visualdialogue.social.instagram-url' => 'https://www.instagram.com/.../',
'visualdialogue.social.twitter-url' => 'https://twitter.com/...',
- Add the snippet to your site.
<?php snippet('social-icons') ?>