我一直在使用 [Blackfish Web's][1] 脚本来异步加载一堆社交媒体插件,例如 Facebook 和 Twitter。我试过包括 Pinterest,但它似乎不想工作,而是转到: http: //pinterest.com/pin/create/button/,我不知道如何解决它。
function loadSocial() {
if (typeof (pinterest) != 'undefined') {
pinterest.widgets.load();
} else {
$.getScript('http://assets.pinterest.com/js/pinit.js');
}
}
window.onload = function() {
loadSocial();
};
<a href="http://pinterest.com/pin/create/button/" data-pin-do="buttonBookmark"><img src="//assets.pinterest.com/images/pidgets/pin_it_button.png" /></a>