The team is now working on the WordPress Interactivity API. This unblocks the same UX Frontity framework enabled but directly in WordPress Core, fully compatible with the new Site Editor.
I’m trying to add custom open graph tags to each post, but I don’t have any idea of which path I can follow to achieve this goal. My first though was to embed these tags in the post component however I don’t know if this might works finely.
I really would like to find a nice way to accomplish this purpose. I looking forward for your comments.
Thank you in advance.
juanma3
Hi @felipe.osrn,
You can use the <Head> component to add any metatags you want at any level
So, you should be able to add these open graph tags in the React component you’re using to render your posts
Hope this helps
felipe.osrn5
Thanks a lot, that was so useful. Finally I could implement the open graph meta tags.
1 Like
Pablo6
Hey @felipe.osrn what are you working on?
1 Like
felipe.osrn7
Hi @Pablo. I’ve been working on a this website picoinformativo.com. This website is a digital newspapers supported by college students.
As the majority of our posts are shared by social networks so I needed to implement open graph tags to each post. After all, I’ve achieved this using the component and testing it in the facebook open graph debugger.
Pablo8
Woo, really cool project
I’d be great if once you finish it you can share it with the community in the showcase. It’d be great if you could share your feedback as well, we are constantly improving Frontity to make it as easy to use as possible