Plurk 應用開發小抄 0
Feb26
發分享文到Plurk的URL格式:
http://www.plurk.com/?qualifier=shares&status=<內容>
用 JavaScript 的範例:
var s=encodeURIComponent(“http://www.facebook.com/markzuckerberg (MZ) is cool!”);
window.open(‘http://www.plurk.com/?qualifier=shares&status=’+s,’_blank’);

subscribe to comments RSS
There are no comments for this post