Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have my blog that I have added like buttons to (http://www.cj-games.co.uk). Everything is fine, but I am unsure of the setup to whether I am doing it right.

For starters I created an application in Facebook so I can used the 'fb_appId' meta tag so I can tie all the likes together in Insights. However when someone 'likes' a page the like appears on their profile and sits quite nicely. However it doesn't appear in the made news feed or in the ticker on the top right hand side.

Is this because I have tied it to an application? Does it need to acquire more likes before they gain enough value?

Anyone have any advice?

share|improve this question

closed as off topic by mauris, Igy, Bill the Lizard Apr 3 at 4:33

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

up vote 0 down vote accepted

Right, I think I solved this myself.

Basically my likes were being hosted off a different sub domain than the one facebook was expecting.

So despite my configuration for site domain being 'cj-games.co.uk' and they tooltip says this covers *.cj-games.co.uk the fact my likes were hosted on 'static.cj-games.co.uk' for some reason Facebook didn't like this (pun intended)

When I switch my likes to sit on the naked domain (cj-games.co.uk) Everything clicked into action.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.