From b7b48837b9c8cffeb53ec5ed1cddd3deec51771d Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Thu, 29 Jul 2021 16:22:24 +0200 Subject: [PATCH] Add FAQ section to docs Closes #9 --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index 515d667..3b124fc 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,38 @@ Here are all the custom parameters in their glory: ``` +FAQ +--- + +### Can I customize the buttons? + +Of course! Just add the styles you want to the `.shareon` selector. For example, +to make buttons round: + +```css +.shareon > * { + border-radius: 36px; +} +``` + +### How do I add my own buttons? + +You can +[create an issue on GitHub](https://github.com/NickKaramoff/shareon/issues/new) +with an icon request. Note, that I only accept icons of social networks, also +those, where it is possible to _share_ something. + +If you want, you can use the shareon's "backend" to create the buttons yourself. +See +[this guide](https://github.com/NickKaramoff/shareon/issues/6#issuecomment-657222019) +for reference. + +### An ad blocker is hiding my buttons! + +Sorry pal, but that's the purpose of ad (or in this case, social) blockers. +shareon strives to be ethical by respecting the user's choices. If the user +chooses to hide the social buttons, let it be. + Other versions --------------