Files
Chamilo/plugin/follow_buttons/template.tpl
T
Xes 73154ae174
Behat tests 1.11.x 🐞 / PHP 7.4 Test on ubuntu-latest (push) Canceled after 0s
PHP-CS-Fixer / composer_install (7.4) (push) Canceled after 0s
Chamilo 1.11.40 (ZIP oficial v1.11.40)
Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip
sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439
Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
2026-08-06 17:59:45 +02:00

35 lines
1.7 KiB
Smarty

<div class="well">
<!-- AddThis Button BEGIN -->
{% if follow_buttons.message is not empty %}
<h3>{{ follow_buttons.message }}</h3>
{% endif %}
<div class="addthis_toolbox {{ follow_buttons.plugin_info.icon_class}} {{ follow_buttons.plugin_info.position}} ">
{% if follow_buttons.facebook is not empty %}
<a class="addthis_button_facebook_follow" addthis:userid="{{ follow_buttons.facebook }}"></a>
{% endif %}
{% if follow_buttons.twitter is not empty %}
<a class="addthis_button_twitter_follow" addthis:userid="{{ follow_buttons.twitter }}"></a>
{% endif %}
{% if follow_buttons.linkedin is not empty %}
<a class="addthis_button_linkedin_follow" addthis:userid="{{ follow_buttons.linkedin }}"></a>
{% endif %}
{% if follow_buttons.googleplus is not empty %}
<a class="addthis_button_google_follow" addthis:userid="{{ follow_buttons.googleplus }}"></a>
{% endif %}
{% if follow_buttons.youtube is not empty %}
<a class="addthis_button_youtube_follow" addthis:userid="{{ follow_buttons.youtube }}"></a>
{% endif %}
{% if follow_buttons.flickr is not empty %}
<a class="addthis_button_flickr_follow" addthis:userid="{{ follow_buttons.flickr }}"></a>
{% endif %}
{% if follow_buttons.vimeo is not empty %}
<a class="addthis_button_vimeo_follow" addthis:userid="{{ follow_buttons.vimeo }}"></a>
{% endif %}
{% if follow_buttons.rss is not empty %}
<a class="addthis_button_rss_follow" addthis:url="{{ follow_buttons.rss }}"></a>
{% endif %}
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4f69d7995360186c"></script>
<!-- AddThis Button END -->
</div>