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.
A macro is a rule or pattern that specifies how a certain input sequence (often a sequence of characters) should be mapped to an output sequence (also often a sequence of characters) according to a defined procedure. The mapping process that instantiates (transforms) a macro into a specific output ...
0
votes
0answers
39 views
Block-generating macros in Jinja2 (/implementing Open Graph tags well)
I'd like to add Facebook Open Graph tags to some of my pages rendered with Jinja. I'd also like most pages to have some fixed Open Graph tags (i.e., I'd like all pages to have og:type set to website), ...