ピンタレストボタンに問題があります。
コードは次のとおりです。
var pinit = '<a href="http://pinterest.com/pin/create/button/?url=' + window.location + '&media=' + $(this).attr('src') + '&description=test" class="pin-it-button" count-layout="none"><img border="0" src="//assets.pinterest.com/images/PinExt.png" title="Pin It" /></a>'
そしてこのURLにレンダリングします:
http://pinterest.com/pin/create/button/?url=http://example.com/blog/?p=37&media=http://example.com/blog/wp-content/uploads/2012/12/wpim1.png&description=test
しかし、実際に「ピン留め」すると、ご覧のように更新されるだけで、私は一生の間、その理由を理解できません。
ありがとう!