我正在编写一个 asp.net 服务器控件来呈现各种项目中的 addthis 按钮。
请注意下面的 pubid 字符串。启用分析后,该字符串就是用户 ID。对于服务器控件,我将从 appSettings 中检索 id。如果不跟踪分析,该字符串有多重要?如果该字符串被忽略(在 url 的 js 扩展之后的所有内容),addthis 仍然可以正常工作吗?由于即使没有帐户也会为每个站点生成一个唯一的字符串,我认为它必须具有一定的重要性。因此,底线问题是,如果不遵循任何分析,如果 pubid 被关闭,AddThis 会正常工作吗?谢谢...
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_preferred_1"></a>
<a class="addthis_button_preferred_2"></a>
<a class="addthis_button_preferred_3"></a>
<a class="addthis_button_preferred_4"></a>
<a class="addthis_button_compact"></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=xa-4ee96d151f836a06"></script>
<!-- AddThis Button END -->