nomayann/NomayaSocialButtonsBundle

[Enhancement] Set order of social bar buttons via config

Closed this issue · 2 comments

At the moment the order is fixed:

  1. facebook
  2. twitter
  3. google plus
  4. linked in
  5. etc.

My goal is to have e.g.:

  1. facebook
  2. google_plus
  3. twitter
  4. linked in
  5. etc.

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.

Alright. Thank you.