[Enhancement] Set order of social bar buttons via config
Closed this issue · 2 comments
robertfausk commented
At the moment the order is fixed:
- google plus
- linked in
- etc.
My goal is to have e.g.:
- google_plus
- linked in
- etc.
nomayann commented
That's a good idea. The bundle does not provide this functionality via a parameter yet. However it can be easily done.
You only have to override the "socialButtons.html.twig" view. Change the order in it and you're done.
robertfausk commented
Alright. Thank you.