我在我的网站上成功实施了pinterest pin按钮,但它最近停止了工作。谁能告诉我为什么?
我的网站是http://www.lookbookcookbook.com,我使用以下代码
<div class='w2bPinitButton' expr:id='"w2bPinit-" + data:post.id' style='display: none;visibility: hidden;height: 0;width:0;overflow: hidden;'>
<data:post.body/>
<script type='text/javascript'>
w2bPinItButton({
url:"<data:post.url/>",
thumb: "<data:post.thumbnailUrl/>",
id: "<data:post.id/>",
defaultThumb: "http://4.bp.blogspot.com/-YZe-IcKvGRA/T8op1FIjwYI/AAAAAAAABg4/j-38UjGnQ-Q/s1600/w2b-no-thumbnail.jpg",
pincount: "horizontal"
});
</script>
答案 0 :(得分:0)
看起来你已经设法解决了你的问题?
如果不是这个链接可能有用,或者想要在Blogspot网站上实现它的其他人。
http://www.way2blogging.org/2012/06/add-dynamic-pinterest-pin-it-button-for-blogger-blogspot.html