Hi, we need to render EB social buttons in two different ways in entry view, so when the button needs to render are called with :
<?php echo EB::socialbuttons()->html($post); ?>
And the two options available to render are: internal and external. the question is.
Can we pass a variable when we call it with the code before to say "render external or render internal".
We need this because, we need to render the to different ways.
Thanks.