回答

1

您必須使用Facebook API的財產og:image這樣:

<html> 
    <head> 
     … 
     <meta property="og:image" content="path_of_image" /> 
    </head> 
    <body> 
     … 
    </body> 
</html> 

您可以找到有關的Open Graph更多信息協議hereFacebook的內容共享here

+0

我的圖像被通過Php在div標籤中動態生成,無論如何,我可以完成那件事 –

+0

只需在路徑中添加生成圖像的PHP代碼,如下所示: 」/> –

相關問題