简体   繁体   English

如何在Facebook页面共享中指定缩略图图像大小?

[英]How to specify Thumbnail image size in facebook page sharing?

I am developing a website in PHP and I am implementing facebook sharing. 我正在用PHP开发网站,并正在实现facebook共享。 I am able to select the correct image using link tag like the following (a start tag in before link) 我可以使用以下链接标签(链接之前的开始标签)选择正确的图像

link rel="image_src" href="http://www.code-digital.co.uk/preview.jpg" /> 链接rel =“ image_src” href =“ http://www.code-digital.co.uk/preview.jpg” />

But Is there a way to customize the image thumbnail size? 但是,是否可以自定义图像缩略图的大小? I want to show a bigger image. 我想展现更大的形象。 Please help. 请帮忙。

由于您使用的是php,因此可以选择适合您的大小的合适图像,并使用php将其保存到服务器上的文件中,然后将其用作缩略图。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM