Hi Guys,
I’ve tried asking this question in the Social Media forum… but haven’t had any responses - perhaps I was using the wrong forum??
I have used a few like buttons throughout a clients website (chapelaustralianbiketours.com), and when you click ‘Like’ on ‘page A’ (for example) the ‘Like’ count/value reflects the same across the other pages within the website - rather than for that individual page.
I’ve also noticed that when I Share a page on facebook, the content displayed on my FB feed is defaulting to this page chapelaustralianbiketours.com/adventure-tours/aussie-adventure-tours.php rather than the specific page I am trying to share.
On each page I have implemented OG tags (unique to each page), and used FB degugger to discover everything is validating ok. (I’m under the impression I need to use the admin/owners personal FB id - which I have done…) but I still don’t understand why these issues are occurring?
Can anyone pleeeeeeease help me?
Thanks
Hey you are not using peoper appilcation and code from the provider like of Facebook. The code need to update and must be installed on perper way. The lack of the data synch let the data same on everywhere. You need to improve the implementation of code provided by the Facebook or try to use third party. <snip/>
You can use Share this or add this.
Hi Shophiarajan47,
What other code do I require? I currently have in the header…
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- Open Graph Data -->
<meta property="fb:admins" content="Admin ID" />
<meta property="og:title" content="A Title" />
<meta property="og:url" content="Page URL" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Page Description" />
<meta property="og:image" content="Image Path" />