Skip to content

Commit eb66048

Browse files
authored
Add topic "Open Graph protocol"
1 parent a87dfa8 commit eb66048

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

topics/open-graph/index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
aliases: opengraph, open-graph-tags, opengraph-tags, open-graph-protocol
3+
created_by: Facebook
4+
display_name: Open Graph protocol
5+
released: 2010
6+
short_description: Open Graph is a protocol, originally developed by facebook, inspired by Dublin Core, link-rel canonical, Microformats, and RDFa.
7+
topic: open-graph
8+
logo: open-graph.png
9+
wikipedia_url: https://en.wikipedia.org/wiki/Facebook_Platform#Open_Graph_protocol
10+
url: https://ogp.me/
11+
---
12+
The **Open Graph protocol** enables any web page to become a rich object in a social graph. For instance, this is used on Facebook to allow any web page to have the same functionality as any other object on Facebook.
13+
14+
For example:
15+
```html
16+
<meta property="og:title" content="Example title of article">
17+
```

topics/open-graph/open-graph.png

17.9 KB
Loading

0 commit comments

Comments
 (0)