-2

我正在使用以下代码来检查用户是否喜欢我的 Facebook 页面?

   <style>xxxxxxxxxxxxxxxxx</style>
    <script src="http://www.google.com/jsapi"></script><script>google.load("jquery", "1");</script> 
    <script type="text/javascript" src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
    <script type="text/javascript">
        Username="gagsallday", 
        Title="Join Our Facebook!", 
        Skin="01", 
        Time="30", 
        Wait="0", 
        Lang="en"
    </script>
    <script type="text/javascript" src="likeboxfbfanpro.js"></script>
    <script type="text/javascript">$(document).ready(function(){$().popupbox({ closeable: false });});</script>

<?
echo'<Center><Font Face="Tahoma"><Font size="10">Your Content Here!';

最后一段代码是我应该有我的页面内容的地方:

 <?
    echo'<Center><Font Face="Tahoma"><Font size="10">Your Content Here!';

我的问题是如何将此代码添加到我的页面?像这样 ?它没有工作,因为我不能包含一个文件,里面已经有包含函数?我想要的是这样的东西,但我该怎么做呢?

<?php include('the-ablve-code-goes-here.php');?>
<html>
<head>
</head>
<body>
stuff goes here...
</body>
</html>
4

1 回答 1

0

像这样 ?

是的。

它没有工作,因为我不能包含一个文件,里面已经有包含函数?

不,如果它不起作用,那不是原因。也许您没有打开短标签。不要使用短标签。

于 2012-04-23T05:54:54.060 回答