gpt4 book ai didi

html - 添加此样式

转载 作者:行者123 更新时间:2023-11-28 02:52:47 24 4
gpt4 key购买 nike

我已将 addthis 添加到 Joomla 站点。默认情况下它是这样加载的:

<div class="addthis_sharing_toolbox"></div>
<script src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-xxx"></script>

它看起来像这样:

我启用了 JCH(以提高速度),但 addthis 不起作用。我必须保留JCH。我设法让它工作,使用以下代码:

<div class="addthis_sharing_toolbox addthis_default_style addthis_64x64_style" data-title="title">
<a class="addthis_button_facebook at-icon-wrapper at-share-btn at-svc-facebook" style="cursor:pointer"></a>
<a class="addthis_button_twitter" style="cursor:pointer"></a>
<a class="addthis_button_google_plusone" style="cursor:pointer"></a>
</div>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-xxx"></script>

如您所见,我添加了带有图标的标签,它们以这种方式加载,但样式完全不同,我如何保持相同的设计?

最佳答案

答案在这里:https://www.addthis.com/academy/customizing-the-addthis-toolbox/ .

在我的 div 中我有类“addthis_sharing_toolbox”但我不得不使用“addthis_sharing_toolbox”

<div class="addthis_toolbox addthis_default_style addthis_64x64_style">
<a class="addthis_button_facebook"></a>
<a class="addthis_button_twitter"></a>
<a class="addthis_button_google_plusone"></a>
</div>

关于html - 添加此样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46591107/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com