当我们向任何人发送网站链接时,如何在wordpress中更改网站图像

时间:2017-10-27 08:23:34

标签: wordpress wordpress-theming

当我向任何人发送本网站的链接时,会出现一个虚拟图像,但我想要我的公司徽标

网站链接是www.nexpeak.com

我想更改Wordpress中徽标标题中的链接,但我不知道如何更改它。

1 个答案:

答案 0 :(得分:0)

在主题标题文件

之前和之后添加以下代码
<meta property="og:title" content="Nexpeak Software Company - Leading Software House in Pakistan" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nexpeak.com/" />
<meta property="og:image" content="https://nexpeak.com/wp-content/uploads/2017/08/NexPeak.png" />
<meta property="og:site_name" content="Nexpeak Software Company - Leading Software House in Pakistan" />
<meta property="og:description" content="Welcome to nexpeak software house. We are professional in software and website development ,Graphics ,SEO ,Android and IOS development and other services." />