Add FAQ section to docs

Closes #9
This commit is contained in:
Nikita Karamov 2021-07-29 16:22:24 +02:00
parent bbfde768c9
commit b7b48837b9
No known key found for this signature in database
GPG Key ID: 7FCADEDBB1AEBE44
1 changed files with 32 additions and 0 deletions

View File

@ -157,6 +157,38 @@ Here are all the custom parameters in their glory:
</div>
```
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
--------------