visualdialogue/kirby-socialicons

Adds social media svg icons

Installs: 11

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:CSS

Type:kirby-plugin

v1.0.5 2019-10-17 21:43 UTC

This package is auto-updated.

Last update: 2024-04-18 08:09:12 UTC


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

  1. @import the plugin stylesheet into your sass file.
@import "site/plugins/social-icons/assets/css/social-icons.scss";
  1. 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/...',
  1. Add the snippet to your site.
<?php snippet('social-icons') ?>