我生成像按鈕,但是當我點擊像頁面時,它只顯示寫出的錯誤親切地幫我我的代碼。像點擊頁面上的錯誤
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Login with Facebook using PHP by CodexWorld</title>
<style type="text/css">
h1 {
font-family: Arial, Helvetica, sans-serif;
color: #999999;
}
</style>
</head>
<body>
<div>
<iframe src="https://www.facebook.com/plugins/like.php?ref=http://www.facebook.com/khappay.pk?ref=ts&fref=ts" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px"></iframe>
</div>
</body>
</html>
使用檢查發電機,以創建一個正確的代碼:https://developers.facebook.com/docs/plugins/like-button – CBroe
我已經使用了相同的代碼生成器的鏈接也嘗試不同的方式,但不能成功 – sarfaraz
不,代碼生成器不會拼錯參數名稱。 – CBroe