You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,4 +88,11 @@ Remember that the fields **must** be placed at the very start of the file. You c
88
88
:ogp-description: New description
89
89
:ogp-image: http://example.org/image.png
90
90
:ogp-image-alt: Example Image
91
-
```
91
+
```
92
+
93
+
## Arbitrary Tags
94
+
Additionally, you can use field lists to add any arbitrary OpenGraph tag not supported by the extension. The syntax for arbitrary tags is `:og:tag: content`. For Example:
0 commit comments