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.

do you have to add og meta tags manually to each webpage? I have a website that has lots of seperate articles and I need a way to automatically create the og tags

Thanks

share|improve this question
See here how to dynamically generate og meta tags: stackoverflow.com/q/8431694/601466 – Lego Dec 10 '11 at 23:30

1 Answer

If your articles are generated by a server side programming language, you could programmatically add the meta tags into the code which outputs the other article information

If they're individual HTML files you'll have to add them manually or write a script to insert them into your pages

share|improve this answer
Did this answer solve, or help you to solve the problem in your question? if so, please accept accept this answer or add your own answer with the solution you found. See these instructions for info how to accept answers; thanks! – Igy Jun 26 '12 at 13:00

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.