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

Facebook OG meta-tags? #7

Closed
stevenkolstad opened this issue Mar 7, 2011 · 2 comments
Closed

Facebook OG meta-tags? #7

stevenkolstad opened this issue Mar 7, 2011 · 2 comments

Comments

@stevenkolstad
Copy link

This would be a cool new additional feature. Add Facebook Open Graph met tags converting a web page into on open graph object.

Thanks for consideration,

Steve

@kpumuk
Copy link
Owner

kpumuk commented Apr 26, 2011

You can use :open_graph => {} to set OG tags:

set_meta_tags(:open_graph => {
  :title       => 'Facebook Share Title',
  :description => 'Facebook Share Description'
})

Added in version 1.2.4

@kpumuk kpumuk closed this as completed Apr 26, 2011
@sethiele
Copy link

How can i set the "new" openGraph Tags without the og: in the front?
Like:

<meta property="app_name:location" content="Sample location" />

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

No branches or pull requests

3 participants