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'm working to get my existing website more tightly integrated with my existing facebook page for that web page.

In the Open Graph documentation, I see ways to put in your admin ids or your app id. However I don't see a way to put in an existing Facebook page ID.

I have run into this problem in the past and when put myself as the admin id as well as all the other open graph tags, it generated an entirely new fb page for me that I don't want or need.

So, long story short - how do I add open graph tags to associate my webpage with an existing facebook page.

Thanks!

share|improve this question

1 Answer

up vote 1 down vote accepted

Add the following meta tag:

<meta property="fb:page_id" content="YOURPAGEID (integer)" />

share|improve this answer
Thanks - I had this in already for insights, but since it didn't have the og:page_id property I wasn't sure if it correlated to the open graph or just insights for websites. Thanks! – Rapture Jul 1 '11 at 13:40

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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