visualdialogue / kirby-socialicons
Adds social media svg icons
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:CSS
Type:kirby-plugin
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') ?>