{
"type": "entry",
"published": "2020-12-25T01:40:20-08:00",
"url": "https://boffosocko.com/2020/12/25/automating-syndication-of-reply-contexts-in-twitter-cards-using-ogp-metacrap-and-plugins-in-wordpress/",
"category": [
"indieweb",
"wordpress",
"administrative-note",
"all-in-one-seo-plugin",
"dry",
"external-featured-image-plugin",
"metacrap",
"micropub",
"open-graph-protocol",
"posse",
"post-kinds-plugin",
"syndication",
"twitter",
"ui",
"wordpress-plugins"
],
"name": "Automating syndication of reply contexts in Twitter Cards using OGP metacrap and plugins in WordPress",
"content": {
"text": "A Metacrap Problem\nIt\u2019s metacrap\u2013I know, I know\u2013but I\u2019ve been thinking about easy ways to use Open Graph Protocol meta data to add contextual Twitter cards to some of my content when syndicating posts to Twitter. My goal is to leverage the speed and ease-of-use of Micropub clients while doing as little as possible manually, but achieving as much parity between posts on multiple sites.\u00a0\nI\u2019m particularly keen to do this to syndicate/share more of the articles I read and post about on my site without adding additional manual work on my own part.\nOutline of Some Resources\nThe Post Kinds plugin for WordPress parses URLs for me and pulls in data to create reply contexts for a variety of posts like bookmarks, reads, watches, listens, etc. Since Post Kinds doesn\u2019t display featured images (yet), I\u2019ve also been using the External Featured Image plugin to display the featured images from the original to add to the reply context of my posts as well.\u00a0\nIn addition to all these I\u2019ve been using the All in One SEO plugin to easily add an SEO layer to posts without having to do much thinking about it. AIOSEO recently upgraded their UI and features in the last year, and yesterday I upgraded to the newest v4.0+. One of the new features it\u2019s got is the ability to add default fields or pull in pre-existing custom fields to output OGP meta data.\u00a0\nStart of a Solution\nSo I got the idea that since Post Kinds and External Featured Image plugins are pulling in and displaying the sort of data I\u2019d like to show in Twitter cards, I figured why not use them? While metacrap is a DRY violation, the fact that it\u2019s automated for me and is based on data I\u2019m actually showing visually on my website makes it feel much less dirty. It also has the benefit that it helps make some of my syndicated content look and feel on Twitter, more like it does on my website. This is also a problem since Twitter hampers how much data I can syndicate in a single post.\nI\u2019ve still got some issues about how to deal with the Post Kinds data, but after a bit of digging around, I discovered the image URL for External Featured Image plugin is hiding in the\u00a0_dcms_eufi_img field. So I can make the default Twitter settings in AIOSEO pull the external image by setting Default Post Image Source to Image from Custom Field and set the Post Custom Field Name to _dcms_eufi_img.\u00a0\nSince a lot of my posts are reads, bookmarks, etc., this works well, but I can easily override the settings for articles or other custom posts which I make less frequently.\u00a0\nHopefully I can figure out the settings for Post Kinds to get the rest of the default fields to map across. I\u2019m happy to hear ideas on what field names I\u2019d need to use to get the Post Kinds Name and\u00a0Summary/Quote fields to map over for the og:title and og:description respectively. Ideally I can manage to get it done without needing to get a subscription to the pro version of AIOSEO which also has support for custom taxonomies which is how Post Kinds works.\nSince my theme has relatively solid microformats support, and I have plugin infrastructure to allow easy syndication from my website to Twitter through micropub clients, this last bit for creating Twitter reply contexts helps close some of the loop for me in my syndication workflow while keeping as much context across platforms.\nExample\nHere\u2019s a visual example of a native post on my site and the corresponding syndicated copy on Twitter. There are some differences, mostly because I don\u2019t have as much control of the appearance on Twitter as I do on my own site, but they\u2019re about as close as I can get them with minimal work.",
"html": "<h2>A Metacrap Problem</h2>\n<p>It\u2019s <a href=\"https://indieweb.org/metacrap\">metacrap</a>\u2013I know, I know\u2013but I\u2019ve been thinking about easy ways to use Open Graph Protocol meta data to add contextual Twitter cards to some of my content when <a href=\"https://indieweb.org/POSSE\">syndicating posts to Twitter</a>. My goal is to leverage the speed and ease-of-use of Micropub clients while doing as little as possible manually, but achieving as much parity between posts on multiple sites.\u00a0</p>\n<p>I\u2019m particularly keen to do this to syndicate/share more of the articles I read and post about on my site without adding additional manual work on my own part.</p>\n<h2>Outline of Some Resources</h2>\n<p>The <a href=\"https://wordpress.org/plugins/indieweb-post-kinds/\">Post Kinds plugin</a> for WordPress parses URLs for me and pulls in data to create <a href=\"https://indieweb.org/reply-context\">reply contexts</a> for a variety of posts like bookmarks, reads, watches, listens, etc. Since Post Kinds doesn\u2019t display featured images (yet), I\u2019ve also been using the <a href=\"https://wordpress.org/plugins/external-url-featured-image/\">External Featured Image plugin</a> to display the featured images from the original to add to the reply context of my posts as well.\u00a0</p>\n<p>In addition to all these I\u2019ve been using the <a href=\"https://wordpress.org/plugins/all-in-one-seo-pack/\">All in One SEO plugin</a> to easily add an SEO layer to posts without having to do much thinking about it. AIOSEO recently upgraded their UI and features in the last year, and yesterday I upgraded to the newest v4.0+. One of the new features it\u2019s got is <a href=\"https://aioseo.com/docs/custom-fields-in-titles-and-descriptions/#:~:text=Using%20Custom%20Fields%20for%20Individual%20Content&text=In%20the%20Page%20Title%20or,the%20result%20for%20Custom%20Field\">the ability to add default fields or pull in pre-existing custom fields</a> to output OGP meta data.\u00a0</p>\n<h2>Start of a Solution</h2>\n<p>So I got the idea that since Post Kinds and External Featured Image plugins are pulling in and displaying the sort of data I\u2019d like to show in Twitter cards, I figured why not use them? While metacrap is a <abbr title=\"Don't Repeat Yourself\"><a href=\"https://indieweb.org/DRY\">DRY</a></abbr> violation, the fact that it\u2019s automated for me and is based on data I\u2019m actually showing visually on my website makes it feel much less dirty. It also has the benefit that it helps make some of my syndicated content look and feel on Twitter, more like it does on my website. This is also a problem since Twitter hampers how much data I can syndicate in a single post.</p>\n<p>I\u2019ve still got some issues about how to deal with the Post Kinds data, but after a bit of digging around, I discovered the image URL for External Featured Image plugin is hiding in the\u00a0<code>_dcms_eufi_img</code> field. So I can make the default Twitter settings in AIOSEO pull the external image by setting <code>Default Post Image Source</code> to <code>Image from Custom Field</code> and set the <code>Post Custom Field Name</code> to <code>_dcms_eufi_img</code>.\u00a0</p>\n<p>Since a lot of my posts are reads, bookmarks, etc., this works well, but I can easily override the settings for articles or other custom posts which I make less frequently.\u00a0</p>\n<p>Hopefully I can figure out the settings for Post Kinds to get the rest of the default fields to map across. I\u2019m happy to hear ideas on what field names I\u2019d need to use to get the Post Kinds <code>Name</code> and\u00a0<code>Summary/Quote</code> fields to map over for the <code>og:title</code> and <code>og:description</code> respectively. Ideally I can manage to get it done without needing to get a subscription to the pro version of AIOSEO which also has support for custom taxonomies which is how Post Kinds works.</p>\n<p>Since my theme has relatively solid microformats support, and I have plugin infrastructure to allow easy syndication from my website to Twitter through micropub clients, this last bit for creating Twitter reply contexts helps close some of the loop for me in my syndication workflow while keeping as much context across platforms.</p>\n<h2>Example</h2>\n<p>Here\u2019s a visual example of a native post on my site and the corresponding syndicated copy on Twitter. There are some differences, mostly because I don\u2019t have as much control of the appearance on Twitter as I do on my own site, but they\u2019re about as close as I can get them with minimal work.</p>\n<p><a href=\"https://twitter.com/ChrisAldrich/status/1342388371537145856\"><img src=\"https://i0.wp.com/boffosocko.com/wp-content/uploads/2020/12/Tweet-with-context-in-Twitter-card.png?resize=660%2C742&ssl=1\" alt=\"screen capture of a tweet with my thought at the top and a Twitter card underneath it including the reply context of the article I'm responding to\" width=\"660\" height=\"742\" /></a></p>\n<img src=\"https://i0.wp.com/boffosocko.com/wp-content/uploads/2020/12/Tweet-with-context-in-Twitter-card.png?resize=660%2C742&ssl=1\" alt=\"screen capture of a tweet with my thought at the top and a Twitter card underneath it including the reply context of the article I'm responding to\" width=\"660\" height=\"742\" />\n<p><a href=\"https://boffosocko.com/2020/12/22/how-the-school-reopening-debate-is-tearing-one-of-americas-most-elite-suburbs-apart-slate-magazine/\"><img src=\"https://i0.wp.com/boffosocko.com/wp-content/uploads/2020/12/read-post-with-reply-context.png?resize=660%2C737&ssl=1\" alt=\"screencapture of a read post on my website for a Slate article with a reply context at the top and my response to it just below\" width=\"660\" height=\"737\" /></a></p>\n<img src=\"https://i0.wp.com/boffosocko.com/wp-content/uploads/2020/12/read-post-with-reply-context.png?resize=660%2C737&ssl=1\" alt=\"screencapture of a read post on my website for a Slate article with a reply context at the top and my response to it just below\" width=\"660\" height=\"737\" />"
},
"author": {
"type": "card",
"name": "Chris Aldrich",
"url": "https://boffosocko.com/",
"photo": "https://secure.gravatar.com/avatar/d5fb4e498fe609cc29b04e5b7ad688c4?s=96&d=identicon&r=pg"
},
"post-type": "article",
"_id": "17294804",
"_source": "2785"
}
Automating syndication of reply contexts in Twitter Cards using OGP metacrap and plugins in WordPress
boffosocko.com/2020/12/25/aut…
{
"type": "entry",
"published": "2020-12-25T09:41:28+00:00",
"url": "https://twitter.com/ChrisAldrich/status/1342405089416327168",
"content": {
"text": "Automating syndication of reply contexts in Twitter Cards using OGP metacrap and plugins in WordPress\nboffosocko.com/2020/12/25/aut\u2026",
"html": "Automating syndication of reply contexts in Twitter Cards using OGP metacrap and plugins in WordPress\n<a href=\"https://boffosocko.com/2020/12/25/automating-syndication-of-reply-contexts-in-twitter-cards-using-ogp-metacrap-and-plugins-in-wordpress/\">boffosocko.com/2020/12/25/aut\u2026</a>"
},
"author": {
"type": "card",
"name": "Chris \"I Dissent\" Aldrich",
"url": "https://twitter.com/ChrisAldrich",
"photo": "https://pbs.twimg.com/profile_images/890299009381916672/CafdvvxN.jpg"
},
"post-type": "note",
"_id": "17294757",
"_source": "2773"
}
And just like that the episode of West Wing I was watching on Netflix ended and it wouldn't play the next one. Fortunately I can skip over to HBO Max, and there's the entire series, so I can keep watching from there.
boffosocko.com/2020/12/25/557…
{
"type": "entry",
"published": "2020-12-25T08:48:22+00:00",
"url": "https://twitter.com/ChrisAldrich/status/1342391726032490496",
"content": {
"text": "And just like that the episode of West Wing I was watching on Netflix ended and it wouldn't play the next one. Fortunately I can skip over to HBO Max, and there's the entire series, so I can keep watching from there. \nboffosocko.com/2020/12/25/557\u2026",
"html": "And just like that the episode of West Wing I was watching on Netflix ended and it wouldn't play the next one. Fortunately I can skip over to HBO Max, and there's the entire series, so I can keep watching from there. \n<a href=\"https://boffosocko.com/2020/12/25/55784114/\">boffosocko.com/2020/12/25/557\u2026</a>"
},
"author": {
"type": "card",
"name": "Chris \"I Dissent\" Aldrich",
"url": "https://twitter.com/ChrisAldrich",
"photo": "https://pbs.twimg.com/profile_images/890299009381916672/CafdvvxN.jpg"
},
"post-type": "note",
"_id": "17294349",
"_source": "2773"
}
Fascinating to see how the school reopening question is playing out in a wealthy school district with some serious resources most school systems don't have.
boffosocko.com/2020/12/22/how…
{
"type": "entry",
"published": "2020-12-25T08:35:02+00:00",
"url": "https://twitter.com/ChrisAldrich/status/1342388371537145856",
"content": {
"text": "Fascinating to see how the school reopening question is playing out in a wealthy school district with some serious resources most school systems don't have.\nboffosocko.com/2020/12/22/how\u2026",
"html": "Fascinating to see how the school reopening question is playing out in a wealthy school district with some serious resources most school systems don't have.\n<a href=\"https://boffosocko.com/2020/12/22/how-the-school-reopening-debate-is-tearing-one-of-americas-most-elite-suburbs-apart-slate-magazine/\">boffosocko.com/2020/12/22/how\u2026</a>"
},
"author": {
"type": "card",
"name": "Chris \"I Dissent\" Aldrich",
"url": "https://twitter.com/ChrisAldrich",
"photo": "https://pbs.twimg.com/profile_images/890299009381916672/CafdvvxN.jpg"
},
"post-type": "note",
"_id": "17294274",
"_source": "2773"
}
Listen, Sgt. Al Powell can have however many Twinkies he wants. He’s earned it.
{
"type": "entry",
"published": "2020-12-25T07:05:38+00:00",
"url": "https://twitter.com/cleverdevil/status/1342365873995071488",
"content": {
"text": "Listen, Sgt. Al Powell can have however many Twinkies he wants. He\u2019s earned it."
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://twitter.com/cleverdevil",
"photo": "https://pbs.twimg.com/profile_images/744804831064317952/W-gMo7AO.jpg"
},
"post-type": "note",
"_id": "17293673",
"_source": "2773"
}
⛰ Tam summit #13 of 2020. Started(1) just before Emma & Olivia’s time trial. Barely made it up the first road before Nick caught up leading the speed train with Paddy bringing up the caboose(2). #BlackLivesMatter signs are present in many of the… tantek.com/2020/359/t1/ta…
{
"type": "entry",
"published": "2020-12-25T06:45:24+00:00",
"url": "https://twitter.com/t/status/1342360780033941504",
"photo": [
"https://pbs.twimg.com/media/EqEGANtW8AE2ziT.jpg",
"https://pbs.twimg.com/media/EqEGAaQXIAAji5k.jpg",
"https://pbs.twimg.com/media/EqEGAo2XEAIg_cj.jpg",
"https://pbs.twimg.com/media/EqEGA8OWMAAcCgl.jpg"
],
"content": {
"text": "\u26f0 Tam summit #13 of 2020. Started(1) just before Emma & Olivia\u2019s time trial. Barely made it up the first road before Nick caught up leading the speed train with Paddy bringing up the caboose(2). #BlackLivesMatter signs are present in many of the\u2026 tantek.com/2020/359/t1/ta\u2026",
"html": "\u26f0 Tam summit #13 of 2020. Started(1) just before Emma & Olivia\u2019s time trial. Barely made it up the first road before Nick caught up leading the speed train with Paddy bringing up the caboose(2). <a href=\"https://twitter.com/search?q=%23BlackLivesMatter\">#BlackLivesMatter</a> signs are present in many of the\u2026 <a href=\"https://tantek.com/2020/359/t1/tam-summit\">tantek.com/2020/359/t1/ta\u2026</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "https://twitter.com/t",
"photo": "https://pbs.twimg.com/profile_images/423350922408767488/nlA_m2WH.jpeg"
},
"post-type": "photo",
"_id": "17293547",
"_source": "2773"
}
I know we're all supposed to be talking about Christmas Eve stuff, but hot damn the latest episodes of both Star Trek: Discovery and The Expanse have been *off the charts*! We are truly spoiled as sci-nerds. 🖖
{
"type": "entry",
"published": "2020-12-25T05:04:51+00:00",
"url": "https://twitter.com/jaredcwhite/status/1342335477119033344",
"content": {
"text": "I know we're all supposed to be talking about Christmas Eve stuff, but hot damn the latest episodes of both Star Trek: Discovery and The Expanse have been *off the charts*! We are truly spoiled as sci-nerds. \ud83d\udd96"
},
"author": {
"type": "card",
"name": "Jared White",
"url": "https://twitter.com/jaredcwhite",
"photo": "https://pbs.twimg.com/profile_images/1300145786466959360/mfgpyZb8.jpg"
},
"post-type": "note",
"_id": "17292741",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-12-25T02:24:04+00:00",
"url": "https://cleverdevil.io/2020/christmas-eve-lacour-style",
"photo": [
"https://cleverdevil.io/file/1979d9f2d228e048eec7b3cd8f648330/thumb.jpg",
"https://cleverdevil.io/file/1cabed2ff34f187cb4291577dc313270/thumb.jpg",
"https://cleverdevil.io/file/7bb954170ffb3d3d8f6c090a5f8e4fd6/thumb.jpg",
"https://cleverdevil.io/file/8b5779e76f153d178c83550b28cdb38f/thumb.jpg"
],
"syndication": [
"https://twitter.com/cleverdevil/status/1342295146503794688"
],
"name": "Christmas Eve, LaCour style! \ud83c\udf84",
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://cleverdevil.io/profile/cleverdevil",
"photo": "https://cleverdevil.io/file/fdbc7696a5f73864ea11a828c861e138/thumb.jpg"
},
"post-type": "photo",
"_id": "17292497",
"_source": "10"
}
the great thing about Zoom karaoke is nobody sings in sync anyway so you don't even notice the Zoom delay
{
"type": "entry",
"published": "2020-12-25T03:11:27+00:00",
"url": "https://twitter.com/aaronpk/status/1342306937325568000",
"photo": [
"https://pbs.twimg.com/media/EqDVC7aVoAAPji3.jpg"
],
"content": {
"text": "the great thing about Zoom karaoke is nobody sings in sync anyway so you don't even notice the Zoom delay"
},
"author": {
"type": "card",
"name": "Aaron Parecki",
"url": "https://twitter.com/aaronpk",
"photo": "https://pbs.twimg.com/profile_images/1276535180979695616/MX2AtlXM.jpg"
},
"post-type": "photo",
"_id": "17291747",
"_source": "2773"
}
the great thing about Zoom karaoke is nobody sings in sync anyway so you don't even notice the Zoom delay
{
"type": "entry",
"published": "2020-12-24T19:11:24-08:00",
"url": "https://aaronparecki.com/2020/12/24/15/karaoke",
"category": [
"zoom",
"karaoke"
],
"photo": [
"https://aperture-media.p3k.io/aaronparecki.com/cdb6c2764e2666aa1a5473e3b85d8e178534ddc81dc365e555083932c1461985.jpg"
],
"syndication": [
"https://twitter.com/aaronpk/status/1342306937325568000"
],
"content": {
"text": "the great thing about Zoom karaoke is nobody sings in sync anyway so you don't even notice the Zoom delay"
},
"author": {
"type": "card",
"name": "Aaron Parecki",
"url": "https://aaronparecki.com/",
"photo": "https://aperture-media.p3k.io/aaronparecki.com/41061f9de825966faa22e9c42830e1d4a614a321213b4575b9488aa93f89817a.jpg"
},
"post-type": "photo",
"_id": "17291653",
"_source": "16"
}
Achievement unlocked ✅ I successfully changed the tube on my Brompton! 🚲
Maybe next time I will not run over a staple. That would be nice.
{
"type": "entry",
"published": "2020-12-25T02:53:01+00:00",
"url": "https://twitter.com/aaronpk/status/1342302299603886080",
"content": {
"text": "Achievement unlocked \u2705 I successfully changed the tube on my Brompton! \ud83d\udeb2\n\nMaybe next time I will not run over a staple. That would be nice."
},
"author": {
"type": "card",
"name": "Aaron Parecki",
"url": "https://twitter.com/aaronpk",
"photo": "https://pbs.twimg.com/profile_images/1276535180979695616/MX2AtlXM.jpg"
},
"post-type": "note",
"_id": "17291502",
"_source": "2773"
}
Achievement unlocked ✅ I successfully changed the tube on my Brompton! 🚲
Maybe next time I will not run over a staple. That would be nice.
{
"type": "entry",
"published": "2020-12-24T18:52:58-08:00",
"url": "https://aaronparecki.com/2020/12/24/14/brompton",
"syndication": [
"https://twitter.com/aaronpk/status/1342302299603886080"
],
"content": {
"text": "Achievement unlocked \u2705 I successfully changed the tube on my Brompton! \ud83d\udeb2 \n\nMaybe next time I will not run over a staple. That would be nice.",
"html": "Achievement unlocked <a href=\"https://aaronparecki.com/emoji/%E2%9C%85\">\u2705</a> I successfully changed the tube on my Brompton! <a href=\"https://aaronparecki.com/emoji/%F0%9F%9A%B2\">\ud83d\udeb2</a> <br /><br />Maybe next time I will not run over a staple. That would be nice."
},
"author": {
"type": "card",
"name": "Aaron Parecki",
"url": "https://aaronparecki.com/",
"photo": "https://aperture-media.p3k.io/aaronparecki.com/a1ea8193320cc8da5d8f2f28a80659e138cc2df12d66d9b70dce0cca228074cd.jpg"
},
"post-type": "note",
"_id": "17291455",
"_source": "16"
}
Christmas Eve, LaCour style! 🎄
{
"type": "entry",
"published": "2020-12-25T02:24:36+00:00",
"url": "https://twitter.com/cleverdevil/status/1342295146503794688",
"photo": [
"https://pbs.twimg.com/media/EqDKS3PXMAAMYoE.jpg",
"https://pbs.twimg.com/media/EqDKTJdXUAIPiS4.jpg",
"https://pbs.twimg.com/media/EqDKTsQXIAEpUx6.jpg",
"https://pbs.twimg.com/media/EqDKURtXAAAbIJc.jpg"
],
"content": {
"text": "Christmas Eve, LaCour style! \ud83c\udf84"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://twitter.com/cleverdevil",
"photo": "https://pbs.twimg.com/profile_images/744804831064317952/W-gMo7AO.jpg"
},
"post-type": "photo",
"_id": "17291250",
"_source": "2773"
}
DEPLOY CHRISTMAS EVE PRESENTS 🎁 🧦🎅
{
"type": "entry",
"published": "2020-12-25T01:22:04+00:00",
"url": "https://twitter.com/cleverdevil/status/1342279409810636800",
"content": {
"text": "DEPLOY CHRISTMAS EVE PRESENTS \ud83c\udf81 \ud83e\udde6\ud83c\udf85"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://twitter.com/cleverdevil",
"photo": "https://pbs.twimg.com/profile_images/744804831064317952/W-gMo7AO.jpg"
},
"post-type": "note",
"_id": "17290529",
"_source": "2773"
}
Having completed crappily wrapping presents for the people I adore, it is time to pick up take out from our favorite local Chinese joint. Tradition!
{
"type": "entry",
"published": "2020-12-25T00:42:42+00:00",
"url": "https://twitter.com/cleverdevil/status/1342269504957501440",
"content": {
"text": "Having completed crappily wrapping presents for the people I adore, it is time to pick up take out from our favorite local Chinese joint. Tradition!"
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://twitter.com/cleverdevil",
"photo": "https://pbs.twimg.com/profile_images/744804831064317952/W-gMo7AO.jpg"
},
"post-type": "note",
"_id": "17290123",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-12-24T23:46:41+0000",
"url": "https://quickthoughts.jgregorymcverry.com/2020/12/24/i-finisheduuu-ukulele-100-lessons-one-and",
"category": [
"Ukulele"
],
"syndication": [
"https://twitter.com/jgmac1106/status/1342255706418925568"
],
"content": {
"text": "I finished#UUU #Ukulele 100 Lessons one and two https://ukuleleunderground.com/courses/ukulele-100/uuu-100-lesson-2/",
"html": "I finished#UUU <a href=\"https://quickthoughts.jgregorymcverry.com/tag/Ukulele\" class=\"p-category\">#Ukulele</a> 100 Lessons one and two <a href=\"https://ukuleleunderground.com/courses/ukulele-100/uuu-100-lesson-2/\">https://ukuleleunderground.com/courses/ukulele-100/uuu-100-lesson-2/</a>"
},
"author": {
"type": "card",
"name": "Greg McVerry",
"url": "https://quickthoughts.jgregorymcverry.com/profile/jgmac1106",
"photo": "https://quickthoughts.jgregorymcverry.com/file/2d6c9cfed7ac8e849f492b5bc7e6a630/thumb.jpg"
},
"post-type": "note",
"_id": "17289745",
"_source": "1300"
}
{
"type": "entry",
"published": "2020-12-24T23:47:52+00:00",
"url": "https://twitter.com/jgmac1106/status/1342255706418925568",
"content": {
"text": "I finished#UUU #Ukulele 100 Lessons one and two ukuleleunderground.com/courses/ukulel\u2026 (quickthoughts.jgregorymcverry.com/s/wasUD)",
"html": "I finished#UUU <a href=\"https://twitter.com/search?q=%23Ukulele\">#Ukulele</a> 100 Lessons one and two <a href=\"https://ukuleleunderground.com/courses/ukulele-100/uuu-100-lesson-2/\">ukuleleunderground.com/courses/ukulel\u2026</a> (<a href=\"https://quickthoughts.jgregorymcverry.com/s/wasUD\">quickthoughts.jgregorymcverry.com/s/wasUD</a>)"
},
"author": {
"type": "card",
"name": "https://jgregorymcverry.com",
"url": "https://twitter.com/jgmac1106",
"photo": "https://pbs.twimg.com/profile_images/565227710104883200/g4MDcTnx.jpeg"
},
"post-type": "note",
"_id": "17289318",
"_source": "2773"
}
{
"type": "entry",
"published": "2020-12-24T23:06:01+00:00",
"url": "https://twitter.com/fluffy/status/1342245172659163136",
"photo": [
"https://pbs.twimg.com/media/EqCc3x3VoAApVY4.jpg"
],
"content": {
"text": "#AnimalCrossing #ACNH #NintendoSwitch",
"html": "<a href=\"https://twitter.com/search?q=%23AnimalCrossing\">#AnimalCrossing</a> <a href=\"https://twitter.com/search?q=%23ACNH\">#ACNH</a> <a href=\"https://twitter.com/search?q=%23NintendoSwitch\">#NintendoSwitch</a>"
},
"author": {
"type": "card",
"name": "fluffy \ud83d\udc9c \u272a\u25be\u032b\u272a",
"url": "https://twitter.com/fluffy",
"photo": "https://pbs.twimg.com/profile_images/1252480375646851072/Pc5osn74.jpg"
},
"post-type": "photo",
"_id": "17288739",
"_source": "2773"
}
Which is the canonical movie or TV version of “A Christmas Carol,” in your opinion?
I think it’s a toss up between Mickey’s Christmas Carol and The Muppet Christmas Carol.
{
"type": "entry",
"published": "2020-12-24T21:14:28+00:00",
"url": "https://twitter.com/cleverdevil/status/1342217099431690241",
"content": {
"text": "Which is the canonical movie or TV version of \u201cA Christmas Carol,\u201d in your opinion?\n\nI think it\u2019s a toss up between Mickey\u2019s Christmas Carol and The Muppet Christmas Carol."
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://twitter.com/cleverdevil",
"photo": "https://pbs.twimg.com/profile_images/744804831064317952/W-gMo7AO.jpg"
},
"post-type": "note",
"_id": "17286932",
"_source": "2773"
}
With the holidays around the corner, GoDaddy employees received an email last week offering some welcome financial relief: a $650 holiday bonus.
Two days later, they rec...
{
"type": "entry",
"published": "2020-12-24T21:09:36+00:00",
"url": "https://twitter.com/cleverdevil/status/1342215874262888449",
"quotation-of": "https://twitter.com/lolonghi/status/1341863667290140672",
"content": {
"text": "Super gross."
},
"author": {
"type": "card",
"name": "Jonathan LaCour",
"url": "https://twitter.com/cleverdevil",
"photo": "https://pbs.twimg.com/profile_images/744804831064317952/W-gMo7AO.jpg"
},
"post-type": "note",
"refs": {
"https://twitter.com/lolonghi/status/1341863667290140672": {
"type": "entry",
"published": "2020-12-23T21:50:03+00:00",
"url": "https://twitter.com/lolonghi/status/1341863667290140672",
"content": {
"text": "With the holidays around the corner, GoDaddy employees received an email last week offering some welcome financial relief: a $650 holiday bonus.\n\nTwo days later, they received another email from GoDaddy: \n\n\u201cYou failed our recent phishing test.\u201d coppercourier.com/story/godaddy-\u2026",
"html": "With the holidays around the corner, GoDaddy employees received an email last week offering some welcome financial relief: a $650 holiday bonus.\n\nTwo days later, they received another email from GoDaddy: \n\n\u201cYou failed our recent phishing test.\u201d <a href=\"https://coppercourier.com/story/godaddy-employees-holiday-bonus-secruity-test/\">coppercourier.com/story/godaddy-\u2026</a>"
},
"author": {
"type": "card",
"name": "Lorraine Longhi \ud83c\udf35",
"url": "https://twitter.com/lolonghi",
"photo": "https://pbs.twimg.com/profile_images/1245899372539211776/wqKBROu6.jpg"
},
"post-type": "note"
}
},
"_id": "17286933",
"_source": "2773"
}