有没有办法更改此页面的Facebook说明:http://goo.gl/Z103ve
现在分享后,它会从左栏描述开始,如:
23 september, 2014 Nieuws 0 Reacties Share on TwitterShare on Facebook
我想摆脱上述情况,并以页面标题开始分享。
目前我正在使用这行代码:
<a class="facebook" href="http://www.facebook.com/share.php?u=<?php the_permalink(); ?>" title="<?php _e('Share on Facebook','extensio'); ?>"><?php _e('Share on Facebook','extensio'); ?></a>
非常感谢任何帮助
答案 0 :(得分:2)
sharer.php仅将URL作为参数,其他所有内容都将从Open Graph Tags中读取。只需添加描述标记:
<meta property="og:description" content="Whatever you want to show" />