Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
837 views
in Q2A Core by

Is it possible to have opengraph / facebook meta tags

like:

<meta property="og:image" content="http://davidwalsh.name/wp-content/themes/klass/img/facebooklogo.png"/>

<meta property="og:title" content="Facebook Open Graph META Tags"/>

<meta property="og:url" content="http://davidwalsh.name/facebook-meta-tags"/>

<meta property="og:site_name" content="David Walsh Blog"/>

<meta property="og:type" content="blog"/>

Q2A version: 1.6

1 Answer

+1 vote
by

Yes, you can add that short code you wrote on your question in custom html <HEAD> section on admin > layout

...