如果客製化的圖片或影片(jpg, png, gif, video)在分享時無法被 Facebook 的發佈預覽。
可以預先做一個 url debugger 讓 Facebook 先 cache 資料。
$.post('https://graph.facebook.com', {
    id: URL,
    scrape: true
}, function(response) {
});
如果客製化的圖片或影片(jpg, png, gif, video)在分享時無法被 Facebook 的發佈預覽。
可以預先做一個 url debugger 讓 Facebook 先 cache 資料。
$.post('https://graph.facebook.com', {
    id: URL,
    scrape: true
}, function(response) {
});
See the Pen Box2d x CSS3 by iAN (@wuthula) on CodePen.