I need some pointers implementing Facebook 'like' buttons on a blog. I'm using Open Graph and the SDK.
As I understand it,
<fb:like href="*"> is where the actual article url would go, and
<meta property="og:url" content="*"> is the root url of the website
So what should happen by my understanding is that when a person likes or shares an article, then
(a) their newsfeed shows that article's url, and
(b) they subscribe to the Page for the business that runs the website.
I can't get this to work.
Instead what's happening is that the sharing and subscribing is to either the page or the website. I can't achieve separation.
Any ideas what I'm doing wrong?