{% set buttons = createModel('Share','share').getActive() %}
{% for button in buttons.get() %}
{{ component('share::buttons.' ~ button.name,{ button: button, button_class: button_class }) }}
{% endfor %}