ブログをスクロールしているときにウェルカム バーが固定されない問題があります 。スクロール中に AddThis のバーを上端に固定したいと思います。これはコードです:
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-510063517c175536"></script>
<script type='text/javascript'>
addthis.bar.initialize({'default':{
"backgroundColor": "#EDEDED",
"buttonColor": "#3CA8FA",
"textColor": "#FFA733",
"buttonTextColor": "#FAFAFA"
},rules:[
{
"name": "AnyOther",
"message": "If you enjoy this page, do me a favor:",
"action": {
"type": "button",
"text": "Share this page",
"verb": "share",
"service": "preferred"
}
},
{
"name": "Twitter",
"match": {
"referringService": "twitter"
},
"message": "If you find this page helpful:",
"action": {
"type": "button",
"text": "Tweet it!",
"verb": "share",
"service": "twitter"
}
},
{
"name": "Facebook",
"match": {
"referringService": "facebook"
},
"message": "Tell your friends about me:",
"action": {
"type": "button",
"text": "Share on Facebook",
"verb": "share",
"service": "facebook"
}
},
{
"name": "Google",
"match": {
"referrer": "google.com"
},
"message": "If you like my blog, let Google know:",
"action": {
"type": "button",
"text": "+1",
"verb": "share",
"service": "google_plusone_share"
}
}
]});
</script>
showOnScrollTo というパラメーターがあります (説明はこちらにあります) が、どこでどのように使用すればよいかわかりません。CSS「position:fixed;」を入れてみた このコード内のいくつかの場所で、うまくいきませんでした。誰かがアイデアを持っている場合は、助けてください。前もって感謝します