Я хочу добавить кнопку «Мне нравится» на мою веб-страницу, но количество лайков остается на «38» для каждой страницы.Я использовал отладчик, и вот результат: Внешнее свойство: Объекты этого типа не допускают свойства с именем fb: page_id.
Если я удаляю строку 'fb: page_id', отладчик выдает мне две ошибки'og: url' и 'og: title'!
Вот мой метакод.Я не понимаю, что не так.
<title><?php echo $song_title;?> | NightTunes</title>
<meta property="og:title" content="NightTunes"/>
<meta property="og:type" content="song"/>
<meta property="og:url" content="http://NightTunes.org/"/>
<meta property="og:image" content="http://NightTunes.org/images/logo.jpg"/>
<meta property="og:site_name" content="NightTunes"/>
<meta property="fb:admins" content="793649824"/>
<meta property="fb:page_id" content="160941893927000" />
<meta property="og:description" content="NightTunes' goals are to support EDM artists from the industry leading names to the up and comers. We endeavor to bring to our readers first-rate news about releases, events, stories and so forth.">
<meta name="keywords" content="nighttunes,livechat,albin,myers,swedish,chat,house,live-chat,live,music,electro,dubstep,myback,john,dahlback, tristan, garner, avicii, house, music" />
<meta name="robots" content="all" />
<link rel="shortcut icon" href="http://www.NightTunes.org/images/favicon.png" />
<link rel="image_src" href="campus/upload/<?php echo $meta_image;?>"/>
Помощь Помощь !!!: '(
Заранее спасибо!