簡體   English   中英

分享這不起作用

[英]sharethis is not working

我在我的網站上使用Sharethis

這是我添加的代碼

<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "45bd003e-483d-41ec-9f43-b7c7bff3e9b1", doNotHash: false, doNotCopy: false, hashAddressBar: false, onhover:false});</script>

這是在我的主要HTML

在當前的HTML我有這個

<a class="st_sharethis_custom" st_title="{{profile.displayName}} Profile" st_image="{{profile.profileImage}}" ng-if="loggedIn"><span class="glyphicon glyphicon-share"></span><em>SHARE</em></a>

現在的問題是,當我轉到該特定頁面時,glyphicon正在加載,但是在該共享上單擊時這不起作用,但是如果我刷新則它正在起作用

表示第一次加載頁面時它不起作用,但是刷新后它正在起作用。

有人可以提前幫助我嗎

添加此js函數

$scope.initShare = function() {
        stButtons.locateElements();
    };

並將ng-init添加到元素

<a ng-init="initShare()" class="st_sharethis_custom"><img src="resources/scripts/lib/images/share.png" class="icons-s" ></a>

然后就可以了...

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM