# wp-og - Open Graph Tags for WordPress.
Take control of what the Facebook crawler picks up from each page by using Open Graph meta tags.

## Take control over what people see on Facebook
With Open Graph Tags you can define and optimize what the Facebook crawler should pick up and show when people share your content. WP-OG is a plugin that let's you create and edit these tags in simple way. Optimize each post/page/custom post type, or let WP-OG do everything for you automagically.

## The UI
![](http://filipstefansson.com/wp-og/images/pic01.jpg)

## What exactly does this plugin do?
The plugin creates meta tags inside the `<head>`. This is what Facebook use to decide what to show when someone shares a link from your website. They look like this:
	
	<meta property="og:site_name" content="Website Name">
	<meta property="og:title" content="Article title">
	<meta property="og:description" content="A description of the article">
	<meta property="og:image" content="http://website.com/logo.png">


## Installation
Download the latest version and drop the folder in `wp-content/plugins`. Then activate it in wp-admin.

## Contribute
If you want to contribute with code you can fork the repo and then create a pull request. If you want to report a bug or leave feedback, submit an issue.