Facebook共享无法获取元属性

时间:2013-10-04 17:57:43

标签: php facebook wordpress wordpress-plugin sharethis

我正在使用WordPress工具创建一个网站。这是链接:http://ati.ismt.pt/wordpress/

在最后一次WordPress更新之前我能够正常工作,但是现在,通过Facebook分享帖子是从帖子获取默认设置信息,而不是我希望它分享的信息。我甚至无法获取图像。

我使用的是一个名为ShareThis的插件,这是我的head.php代码:

?><!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml">
<head prefix="og: http://ogp.me/ns# object: http://ogp.me/ns/object#">

<head>
<meta charset="<?php bloginfo( 'charset' ); ?>" />
<meta name="viewport" content="width=device-width" />

<meta property="og:title" content="<?php the_title(); ?>" />
<meta property="og:type" content="website" />
<meta property="og:url" content="<?php the_permalink(); ?>" />
<meta property="og:site_name" content="<?php bloginfo('name'); ?>" />
<meta property="og:description" content="<?php echo strip_tags(get_the_excerpt($post-  >ID)); ?>" />
<meta property="og:image" content="http://ati.ismt.pt/wordpress/wp-content/uploads/2013/05/ismtLogo2.jpg" />

我已经通过此检查程序检查了我的og协议标记:http://ogp.spypixel.com/Pogo/checker/index.php

一切看起来都很好,没有错误。我需要一些帮助,任何一种都会很好。

谢谢你的时间!

0 个答案:

没有答案