Sha256: cd1bf77be88195d03349bd8e2d44aa82895f9887b32cf70cf319e9c9330b2fe3

Contents?: true

Size: 611 Bytes

Versions: 6

Compression:

Stored size: 611 Bytes

Contents

<script src="https://cdn.jsdelivr.net/npm/social-share.js@1.0.16/dist/js/social-share.min.js"></script>
<script>
    socialShare('.social-share', {
        sites: [
            {% for i in site.social-share-items %}
            '{{ i }}'{% if forloop.last == false %}, {% endif %}
            {% endfor %}
        ],
    wechatQrcodeTitle: "分享到微信朋友圈",
        wechatQrcodeHelper: '<p>扫码后点击右上角</p><p>将本文分享至朋友圈</p>'
      });
    $("a.social-share-icon").each(function () {
        $(this).attr("aria-label", $(this).attr("class").split(' ')[1])
    });
</script>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jekyll-theme-h2o-ac-1.5.0 _includes/plugins/others/social_js.html
jekyll-theme-h2o-ac-1.4.0 _includes/plugins/others/social_js.html
jekyll-theme-h2o-ac-1.3.6 _includes/plugins/others/social_js.html
jekyll-theme-h2o-ac-1.3.5 _includes/plugins/others/social_js.html
jekyll-theme-h2o-ac-1.3.4 _includes/plugins/others/social_js.html
jekyll-theme-h2o-ac-1.3.1 _includes/plugins/others/social_js.html