小编Lan*_*man的帖子

Facebook赞按钮

我最近有一个fb社交插件.特别是,我的网站的"喜欢"按钮.一切正常,只是当我点击按钮时,它显示"你喜欢:http://www.branchout.com/index.php?id = 3"

我不想让它说出我喜欢的URL.我希望它能说出我喜欢的内容(在这种情况下,它是一个引用).

还有一件事,我的域名是"thebranchout.com",而不是"branchout.com"

和想法,伙计们?

代码的头部是这样的:

<head>
<title><?php echo $last; ?>) <?php echo $first; ?></title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="Sharing stuff, quotes, politicians, athletes" />
<meta name="keywords" content="Sharing stuff, quotes, politicians, athletes" />
<meta property="og:title" content="(<?php echo $last; ?>) <?php echo $first; ?>"/>
<meta property="og:type" content="song" />
<meta property="og:type" content="cause"/>
<meta property="og:url" content="http://www.thebranchout.com/index.php?id=<?php echo $jeeves; ?>"/>
<meta property="og:site_name" content="The BranchOut"/>
<meta property="og:description" content="(<?php echo $last; ?>) <?php echo $first; ?>"/>
<link rel="stylesheet" type="text/css" href="style-wampler.css" media="" /> …
Run Code Online (Sandbox Code Playgroud)

facebook

3
推荐指数
1
解决办法
1462
查看次数

标签 统计

facebook ×1