次のコードを使用して、ユーザーが私の 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>