3
我試圖在頁面上實現ShareThis按鈕,但無法獲得基本選項在FF或Chrome,Win 7或Vista上工作。執行基本Sharethis代碼時指定了一個無效或非法的字符串
Chrome沒有插件。禁用了FF插件。
不知道問題是我正在做的一些愚蠢的錯誤,或者如果它是與ShareIt JS代碼。
步驟:
1.註冊時間
2.走到http://sharethis.com/publishers/get-sharing-tools
3.完成的3個步驟(變化:增加Pinterest的除去ShareThis按鈕
4.創建一個HTML文件,並粘貼在代碼
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en-us" />
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons...; /script>
<script type="text/javascript">stLight.options({publisher: 'beea8274-700e-4d53-aeff-393478c86a40'}); </script>
</head>
<body>
<span class='st_facebook_large' displayText='Facebook'></span>
<span class='st_twitter_large' displayText='Tweet'></span>
<span class='st_linkedin_large' displayText='LinkedIn'></span>
<span class='st_pinterest_large' displayText='Pinterest'></span>
<span class='st_email_large' displayText='Email'></span>
</body>
</html>
在在Firefox頁面加載,我得到的SyntaxError:無效或非法字符串指定 電子郵件按鈕彈出只是說:「裝載....」和「選擇一個或多個destinatio ns:'沒有選擇。
拉了這麼多頭髮。
感謝
你沒有關閉你的腳本標記,有些錯誤在這裏