New propery ADD_THIS_BELOW_ARTICLE
Setting ADD_THIS_BELOW_ARTICLE will add the appropriate Add This <div> under each article, in order to display the sharing bar in-line.
This commit is contained in:
parent
f762ed5b77
commit
d2d5c15b34
1 changed files with 5 additions and 1 deletions
|
@ -49,7 +49,11 @@
|
|||
|
||||
{% if ADD_THIS_ID %}
|
||||
<div class="center social-share">
|
||||
<p>{{ _('Like this article? Share it with your friends!') }}</p>
|
||||
{% if ADD_THIS_BELOW_ARTICLE %}
|
||||
<div class="addthis_inline_share_toolbox"></div>
|
||||
{% else %}
|
||||
<p>{{ _('Like this article? Share it with your friends!') }}</p>
|
||||
{% endif %}
|
||||
<div class="addthis_native_toolbox"></div>
|
||||
<div class="addthis_sharing_toolbox"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue