0

我已经成功地在我的网站上实现了 pinterest pin it 按钮,但它最近停止了工作。谁能告诉我为什么?

我的网站是http://www.lookbookcookbook.com,我正在使用以下代码

<div class='w2bPinitButton' expr:id='&quot;w2bPinit-&quot; + data:post.id' style='display: none;visibility: hidden;height: 0;width:0;overflow: hidden;'> 
<data:post.body/>
<script type='text/javascript'>
    w2bPinItButton({ 
        url:&quot;<data:post.url/>&quot;, 
        thumb: &quot;<data:post.thumbnailUrl/>&quot;, 
        id: &quot;<data:post.id/>&quot;, 
        defaultThumb: &quot;http://4.bp.blogspot.com/-YZe-IcKvGRA/T8op1FIjwYI/AAAAAAAABg4/j-38UjGnQ-Q/s1600/w2b-no-thumbnail.jpg&quot;, 
        pincount: &quot;horizontal&quot; 
    }); 
</script> 

4

1 回答 1

0

看起来你已经设法解决了你的问题?

如果不是,此链接可能会有所帮助,或者对希望在其 Blogspot 站点中实施它的其他人有所帮助。

http://www.way2blogging.org/2012/06/add-dynamic-pinterest-pin-it-button-for-blogger-blogspot.html
于 2012-11-26T05:40:35.430 回答