From eba4449b1f3b0ea292011b541666ac71ed071e6a Mon Sep 17 00:00:00 2001 From: Flancian <0@flancia.org> Date: Sat, 26 Dec 2020 14:27:56 +0100 Subject: [PATCH] Auto: misc. --- journal/2020-12-26.md | 3 ++- open-graph-protocol.md | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 open-graph-protocol.md diff --git a/journal/2020-12-26.md b/journal/2020-12-26.md index f2241b26d..8c0836b7d 100644 --- a/journal/2020-12-26.md +++ b/journal/2020-12-26.md @@ -5,7 +5,8 @@ - Unfortunately it seems costly to add [[Agora]] support for logseq gardens :( - Asked [[twitter]] about a [[digital garden configuration]] [[standard]]. - [[paleoludic]] told me about [[the cloud of unknowing]]. -- [[nbhdlady]] told me about [[capsule wardrobe]] +- [[nbhdlady]] told me about [[capsule wardrobe]]. +- Ran into the [[open graph protocol]]. [//begin]: # "Autogenerated link references for markdown compatibility" [john-cowper-powys]: ../john-cowper-powys "John Cowper Powys" diff --git a/open-graph-protocol.md b/open-graph-protocol.md new file mode 100644 index 000000000..e9c44ca17 --- /dev/null +++ b/open-graph-protocol.md @@ -0,0 +1,10 @@ +# Open Graph Protocol + +- [[go]] ogp.me + - "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." + - "While many different technologies and schemas exist and could be combined together, there isn't a single technology which provides enough information to richly represent any web page within the social graph. The Open Graph protocol builds on these existing technologies and gives developers one thing to implement. Developer simplicity is a key goal of the Open Graph protocol which has informed many of the technical design decisions." + + +[//begin]: # "Autogenerated link references for markdown compatibility" +[go]: go "Go" +[//end]: # "Autogenerated link references" \ No newline at end of file