-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Meta Tag Variable or Open Graph implantation #62
Comments
There is no variable, unfortunately. You'd have to change code for that (meta.php). I currently have no plans to support open graph, twitter cards, etc., they have a lot more options, it might be better to handle those in a separate addon. |
Thank you for the reply, I appreciate that. Dammit, was hoping I can somehow hook into this:
What I currently did is add all the social meta tags on the site in the headerinclude I am able to dynamically populate the title for each meta tag, it's just the description that is missing a hook. |
You can change that code:
to add another meta description tag using the same $description. |
Smart! |
Hello, Ii added Open Graph tags to my forum in the headerinclude page, what I am looking for is a way to dynamically populate that open graph description tag like you do with the meta tag.
My question, do you have a variable that I can use/hook almost like:
<meta property="og:description" content="{{google-seo-desc}}" />
Alternatively, can you just build in Open Graph support?
The text was updated successfully, but these errors were encountered: