1
所以我需要使用addthis。請訪問我正在嘗試實施的頁面添加此項。Drupal 7和Addthis
http://www.iamvishal.com/dev/node/13
此按鈕將不是我的網頁上顯示該插件。我能夠使用純html代碼實現它,但drupal實現不起作用。
js正在加載,但我無法調試問題,因爲我無法找到問題爲什麼發生這種情況。
歡呼聲, 維沙爾
PS - 更多關於前頁請到http://www.addthis.com/
代碼:
<script type="text/javascript">
(function ($) {
Drupal.behaviors.slider = {
attach:function(context) {
var script = 'http://s7.addthis.com/js/250/addthis_widget.js#domready=1';
if (window.addthis) {
window.addthis = null;
}
$.getScript(script);
}
};
}(jQuery));
</script>
<div id="sociallinks">
<div class="viewing">Request a viewing</div>
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style addthis_32x32_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>
<!-- AddThis Button END -->
</div><!-- end of social links -->
然後我如何將此文本格式與addthis腳本關聯?我應該保留它作爲默認值嗎? – 2012-04-24 01:23:55
是的相同的問題如何處理該文本格式 – pal4life 2012-06-04 22:06:25