Facebook-Like social plugins all show the same counts on all pages -
i have website registered app in facebook. website has main page many sub pages. each of pages has own buttons. however, each of pages show same counts. pages show same count website.
i have following in page(s) markup:
<meta property="og:description" content="get latest dates, events , happenings dutch hill pta school calendar." /> <meta property="fb:app_id" content="481535935203351" /> <meta property="og:title" content="school calendar | dutch hill pta" /> <meta property="og:type" content="article" /> <meta property="og:url" content="http://www.dutchhillpta.com/about/schoolcalendar.aspx" /> <meta property="og:image" content="http://www.dutchhillpta.com/images/dutchhillpta.jpg" /> <meta property="og:site_name" content="school calendar | dutch hill pta" /> <meta property="og:description" content="get latest dates, events , happenings dutch hill pta school calendar." /> <meta property="fb:admins" content="xxxxxxxxxxxx" /> this facebook button like:
<div class="fb-like" data-href="http://www.dutchhillpta.com/about/schoolcalendar.aspx" data-width="450" data-colorscheme="light" data-layout="standard" data-action="like" data-show-faces="true" data-send="true"></div> i have tried make sure data-href unique each page on website. not seem matter shows counts main page.
any idea? thanks!
if html5 not working try iframe method :
<iframe src="//www.facebook.com/plugins/like.php?href= unique link &width=450&height=35&colorscheme=light&layout=standard&action=like&show_faces=false&send=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:35px;" allowtransparency="true"></iframe> or create own here :
https://developers.facebook.com/docs/plugins/like-button/ if not work problem facebook connection.
Comments
Post a Comment