我正在我的网站上实施Pinterest以与信息共享图像。问题是图像与某个帐户共享但无法与其他帐户共享。窗口正在打开,但我的图像和描述没有显示出来。
我们在同一浏览器上尝试使用不同的pinterest帐户,因此它也不是浏览器问题。
我已经包含了该脚本。
<script type="text/javascript" async defer src="//assets.pinterest.com/js/pinit.js"></script>
和我在pinterest按钮上的代码是
<a href="https://www.pinterest.com/pin/create/button/?url=<?php echo $url; ?>&description=<?php echo $description; ?>" data-pin-custom="true"><div class="socialLogin pinterest_login_img pinterest_authorize"></div></a>