Skip to content
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

Twitter Cards metadata is not being generated #65

Closed
hvelarde opened this issue May 3, 2016 · 0 comments · Fixed by #66
Closed

Twitter Cards metadata is not being generated #65

hvelarde opened this issue May 3, 2016 · 0 comments · Fixed by #66
Labels
Milestone

Comments

@hvelarde
Copy link
Member

hvelarde commented May 3, 2016

After using Twitter's Card Validator I discovered that metadata is not being generated automatically.

This is what I had to add for a custom content type on a customer's site:

  <head>
    <metal:head fill-slot="head_slot">
      <meta name="twitter:card" content="summary_large_image">
      <meta name="twitter:site" content="@customer">
      <meta name="twitter:title" content="Title"
          tal:attributes="content context/Title">
      <meta name="twitter:description" content="Description"
          tal:attributes="content context/Description">
    </metal:head>
  </head>

we have to think about Plone 5 implementation to make migration easier.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant