我试图找到解决方案,但找不到。我需要一个 Pinterest(Pin It)按钮的自定义图像,并通过 url 固定一些自定义图像,而不是当前页面。
我创建了一个自定义链接:
<a href="http://pinterest.com/pin/create/button/?url=http://inspired-ui.com&media={ImageURL}&description=DescriptionText" class="pinitbutton">Pin It</a>
在样式中我设置了背景图像,但我只看到默认的 Pin It 按钮而不是我的自定义按钮
有一些解决方案可以为 Pin It 按钮设置自定义按钮图像,但我无法在这些解决方案中更改 media={ImageURL}。
流行的解决方案是
<a href='javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());'><img src='http://www.brandaiddesignco.com/blog/PinIt.png'/></a>
但这对我没有帮助。有谁知道解决方案?