我正在尝试在og:description中显示换行符,以便与Facebook共享,
但我尝试过的所有东西似乎都没有用。
此网站上还有其他类似问题,但未使用php语言文件。
og:描述是从语言文件中提取的
<meta property="og:description" content="<?php echo lang('FBdescription'); ?>"/>
这是我试过的
/* Facebook description Title */
'FBdescription' => 'this is my first line <h1></h1> this is my second line',
-----和--------
/* Facebook description Title */
'FBdescription' => 'this is my first line <br /> this is my second line',
-----和--------
/* Facebook description Title */
'FBdescription' => 'this is my first line \n this is my second line',
-----和--------
/* Facebook description Title */
'FBdescription' => 'this is my first line \n\n this is my second line',
这让我很困惑:/
有没有办法为快速修复添加多个og:说明。?
我的代码的每次更新我都在清除facebook cahce