When you setup your site with Bridgy Fed^1, it creates a dashboard with a form for others to follow you site. E.g. mine: https://fed.brid.gy/user/tantek.com
Copying that Follow form to your site sets up cross-instance following directly from your #IndieWeb site!
Starting with the Follow form markup on the dashboard, copy it and make any necessary changes for its HTML & CSS to fit in with your own, e.g.
See that section for a sample rendering of the form, and what happens when someone else clicks the Follow button on your site while they’re logged into a Mastodon instance.
They get prompted to FOLLOW you, and when they click that button, they get a follow confirmation.
A functioning cross-instance “Follow” button is one step closer to a universal cross-site “Follow button”.
This is day 19 of #100DaysOfIndieWeb #100Days, written the night after.
{
"type": "entry",
"published": "2023-01-20 23:54-0800",
"url": "http://tantek.com/2023/020/t2/bridgy-fed-follow-form",
"category": [
"IndieWeb",
"100DaysOfIndieWeb",
"100Days"
],
"content": {
"text": "When you setup your site with Bridgy Fed^1, it creates a dashboard with a form for others to follow you site. E.g. mine: https://fed.brid.gy/user/tantek.com\n\nCopying that Follow form to your site sets up cross-instance following directly from your #IndieWeb site! \n\nStarting with the Follow form markup on the dashboard, copy it and make any necessary changes for its HTML & CSS to fit in with your own, e.g.\n\n<form method=\"post\" action=\"https://fed.brid.gy/remote-follow\">\n\u00a0<label for=\"follow-address\">\ud83d\udc18 Follow \n\u00a0 <kbd>@tantek.com@tantek.com</kbd>:\n \n\u00a0 enter your @-@ fediverse address:</label>\n\u00a0<input id=\"follow-address\" name=\"address\" type=\"text\" required=\"required\"\n\u00a0 \u00a0 \u00a0 \u00a0 placeholder=\"@you@instance.social\" alt=\"fediverse address\" value=\"\" />\n\u00a0<input name=\"domain\" type=\"hidden\" value=\"tantek.com\" />\n\u00a0<button type=\"submit\">Follow</button>\n</form>\n\nAfter adding the Follow form to my site, I added more instructions and screenshots to the IndieWeb wiki to hopefuly enable more developers to setup Follow buttons:\n* https://indieweb.org/Bridgy_Fed#How_to_add_a_follow_form\n\nSee that section for a sample rendering of the form, and what happens when someone else clicks the Follow button on your site while they\u2019re logged into a Mastodon instance.\n\nThey get prompted to FOLLOW you, and when they click that button, they get a follow confirmation.\n\nA functioning cross-instance \u201cFollow\u201d button is one step closer to a universal cross-site \u201cFollow button\u201d.\n\n\nThis is day 19 of #100DaysOfIndieWeb #100Days, written the night after.\n\n\u2190 Day 18: https://tantek.com/2023/019/t5/reply-domain-above-address-and-silo\n\u2192 \ud83d\udd2e\n\n\n^1 https://tantek.com/2023/008/t7/bridgy-indieweb-posse-backfeed",
"html": "When you setup your site with Bridgy Fed^1, it creates a dashboard with a form for others to follow you site. E.g. mine: <a href=\"https://fed.brid.gy/user/tantek.com\">https://fed.brid.gy/user/tantek.com</a><br /><br />Copying that Follow form to your site sets up cross-instance following directly from your #<span class=\"p-category\">IndieWeb</span> site! <br /><br />Starting with the Follow form markup on the dashboard, copy it and make any necessary changes for its HTML & CSS to fit in with your own, e.g.<br /><br /><form method=\"post\" action=\"https://fed.brid.gy/remote-follow\"><br />\u00a0<label for=\"follow-address\">\ud83d\udc18 Follow <br />\u00a0 <kbd>@tantek.com@tantek.com</kbd>:<br /> <br />\u00a0 enter your @-@ fediverse address:</label><br />\u00a0<input id=\"follow-address\" name=\"address\" type=\"text\" required=\"required\"<br />\u00a0 \u00a0 \u00a0 \u00a0 placeholder=\"@you@instance.social\" alt=\"fediverse address\" value=\"\" /><br />\u00a0<input name=\"domain\" type=\"hidden\" value=\"tantek.com\" /><br />\u00a0<button type=\"submit\">Follow</button><br /></form><br /><br />After adding the Follow form to my site, I added more instructions and screenshots to the IndieWeb wiki to hopefuly enable more developers to setup Follow buttons:<br />* <a href=\"https://indieweb.org/Bridgy_Fed#How_to_add_a_follow_form\">https://indieweb.org/Bridgy_Fed#How_to_add_a_follow_form</a><br /><br />See that section for a sample rendering of the form, and what happens when someone else clicks the Follow button on your site while they\u2019re logged into a Mastodon instance.<br /><br />They get prompted to FOLLOW you, and when they click that button, they get a follow confirmation.<br /><br />A functioning cross-instance \u201cFollow\u201d button is one step closer to a universal cross-site \u201cFollow button\u201d.<br /><br /><br />This is day 19 of #<span class=\"p-category\">100DaysOfIndieWeb</span> #<span class=\"p-category\">100Days</span>, written the night after.<br /><br />\u2190 Day 18: <a href=\"https://tantek.com/2023/019/t5/reply-domain-above-address-and-silo\">https://tantek.com/2023/019/t5/reply-domain-above-address-and-silo</a><br />\u2192 \ud83d\udd2e<br /><br /><br />^1 <a href=\"https://tantek.com/2023/008/t7/bridgy-indieweb-posse-backfeed\">https://tantek.com/2023/008/t7/bridgy-indieweb-posse-backfeed</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "http://tantek.com/",
"photo": "https://aperture-media.p3k.io/tantek.com/acfddd7d8b2c8cf8aa163651432cc1ec7eb8ec2f881942dca963d305eeaaa6b8.jpg"
},
"post-type": "note",
"_id": "34562681",
"_source": "1",
"_is_read": false
}
Roughly conceptually described in a 2010-05-26 interview^1:
1. Publish on your own site, own your URLs, your permalinks, and 2. Syndicate out to other sites. Your text updates to Twitter, your checkins to Foursquare, your photos to Flickr etc.
A few months later in a whiteboard architecture diagram^2.
{
"type": "entry",
"published": "2023-01-20 23:30-0800",
"url": "http://tantek.com/2023/020/t1/",
"category": [
"POSSE"
],
"in-reply-to": [
"https://hachyderm.io/@liztai/109724842728667366"
],
"content": {
"text": "@elizabethtai.com (@liztai@hachyderm.io) Thanks! It took us a while to come up with #POSSE too! Both the concept and name.\n\nRoughly conceptually described in a 2010-05-26 interview^1:\n\n\u00a01. Publish on your own site, own your URLs, your permalinks, and\n\u00a02. Syndicate out to other sites. Your text updates to Twitter, your checkins to Foursquare, your photos to Flickr etc.\n\nA few months later in a whiteboard architecture diagram^2.\n\nThen *two years* after that @willnorris.com (@will@willnorris.com) and I finally came up with the name/acronym POSSE!^3\n\n^1 https://web.archive.org/web/20130312135439/http://www.monkinetic.com/2010/05/26/tantek-celik-diso-20-brass-tacks\n^2 https://www.flickr.com/photos/tantek/5301870765/\n^3 http://tantek.com/2012/173/t1/posse-core-indieweb-approach",
"html": "<a href=\"https://elizabethtai.com\">@elizabethtai.com</a> (<a href=\"https://hachyderm.io/@liztai\">@liztai@hachyderm.io</a>) Thanks! It took us a while to come up with #<span class=\"p-category\">POSSE</span> too! Both the concept and name.<br /><br />Roughly conceptually described in a 2010-05-26 interview^1:<br /><br />\u00a01. Publish on your own site, own your URLs, your permalinks, and<br />\u00a02. Syndicate out to other sites. Your text updates to Twitter, your checkins to Foursquare, your photos to Flickr etc.<br /><br />A few months later in a whiteboard architecture diagram^2.<br /><br />Then *two years* after that <a href=\"https://willnorris.com\">@willnorris.com</a> (<a href=\"https://willnorris.com/@will\">@will@willnorris.com</a>) and I finally came up with the name/acronym POSSE!^3<br /><br />^1 <a href=\"https://web.archive.org/web/20130312135439/http://www.monkinetic.com/2010/05/26/tantek-celik-diso-20-brass-tacks\">https://web.archive.org/web/20130312135439/http://www.monkinetic.com/2010/05/26/tantek-celik-diso-20-brass-tacks</a><br />^2 <a href=\"https://www.flickr.com/photos/tantek/5301870765/\">https://www.flickr.com/photos/tantek/5301870765/</a><br />^3 <a href=\"http://tantek.com/2012/173/t1/posse-core-indieweb-approach\">http://tantek.com/2012/173/t1/posse-core-indieweb-approach</a>"
},
"author": {
"type": "card",
"name": "Tantek \u00c7elik",
"url": "http://tantek.com/",
"photo": "https://aperture-media.p3k.io/tantek.com/acfddd7d8b2c8cf8aa163651432cc1ec7eb8ec2f881942dca963d305eeaaa6b8.jpg"
},
"post-type": "reply",
"refs": {
"https://hachyderm.io/@liztai/109724842728667366": {
"type": "entry",
"url": "https://hachyderm.io/@liztai/109724842728667366",
"name": "hachyderm.io user liztai\u2019s post",
"post-type": "article"
}
},
"_id": "34562682",
"_source": "1",
"_is_read": false
}
{
"type": "entry",
"author": {
"name": "@leonp",
"url": "https://fosstodon.org/@leonp",
"photo": null
},
"url": "https://fosstodon.org/@leonp/109726311357801138",
"content": {
"html": "<p>Current social media position: Hoping Twitter doesn\u2019t cut off NetNewsWire\u2019s API access before most people move to Mastodon and NetNewsWire implements Mastodon integration in the meantime. While POSSEing anyway. C\u2019est compliqu\u00e9. <a href=\"https://fosstodon.org/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://fosstodon.org/tags/netnewswire\">#<span>netnewswire</span></a> <a href=\"https://fosstodon.org/tags/rss\">#<span>rss</span></a> <a href=\"https://fosstodon.org/tags/posse\">#<span>posse</span></a><br /><a href=\"https://www.thisdaysportion.com/notes/current-stream-status\"><span>https://www.</span><span>thisdaysportion.com/notes/curr</span><span>ent-stream-status</span></a></p>",
"text": "Current social media position: Hoping Twitter doesn\u2019t cut off NetNewsWire\u2019s API access before most people move to Mastodon and NetNewsWire implements Mastodon integration in the meantime. While POSSEing anyway. C\u2019est compliqu\u00e9. #indieweb #netnewswire #rss #posse\nhttps://www.thisdaysportion.com/notes/current-stream-status"
},
"published": "2023-01-21T08:43:59+00:00",
"post-type": "note",
"_id": "34562156",
"_source": "7235",
"_is_read": false
}
{
"type": "entry",
"published": "2023-01-20T22:03:06-0500",
"url": "https://martymcgui.re/2023/01/20/220306/",
"syndication": [
"https://fed.brid.gy/"
],
"content": {
"text": "2023 event planning, new community members, and free image banners. It\u2019s your < 10min update on the #IndieWeb community!\nThis Week in the IndieWeb audio edition for January 14th - 20th, 2023.\nhttps://martymcgui.re/2023/01/20/this-week-in-the-indieweb-audio-edition--january-14th---20th-2023/",
"html": "<p>2023 event planning, new community members, and free image banners. It\u2019s your < 10min update on the #IndieWeb community!</p>\n<p>This Week in the IndieWeb audio edition for January 14th - 20th, 2023.\n<a href=\"https://martymcgui.re/2023/01/20/this-week-in-the-indieweb-audio-edition--january-14th---20th-2023/\">https://martymcgui.re/2023/01/20/this-week-in-the-indieweb-audio-edition--january-14th---20th-2023/</a></p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "note",
"_id": "34558770",
"_source": "175",
"_is_read": false
}
{
"type": "entry",
"published": "2023-01-20T22:00:03-0500",
"url": "https://martymcgui.re/2023/01/20/this-week-in-the-indieweb-audio-edition--january-14th---20th-2023/",
"category": [
"podcast",
"IndieWeb",
"this-week-indieweb-podcast"
],
"audio": [
"https://media.martymcgui.re/ef/b7/9e/f1/52b71e774446f9c994b88e2211bc7b04b61e28bdc9945d2cac3dc722.mp3"
],
"name": "This Week in the IndieWeb Audio Edition \u2022 January 14th - 20th, 2023",
"content": {
"text": "Show/Hide Transcript\n \n 2023 event planning, new community members, and free image banners. It\u2019s the audio edition for This Week in the IndieWeb for January 14th - 20th, 2023.\nYou can find all of my audio editions and subscribe with your favorite podcast app here: martymcgui.re/podcasts/indieweb/.\nMusic from Aaron Parecki\u2019s 100DaysOfMusic project: Day 85 - Suit, Day 48 - Glitch, Day 49 - Floating, Day 9, and Day 11\nThanks to everyone in the IndieWeb chat for their feedback and suggestions. Please drop me a note if there are any changes you\u2019d like to see for this audio edition!",
"html": "Show/Hide Transcript\n \n <p>2023 event planning, new community members, and free image banners. It\u2019s the audio edition for <a href=\"https://indieweb.org/this-week/2023-01-20.html\">This Week in the IndieWeb for January 14th - 20th, 2023</a>.</p>\n<p>You can find all of my audio editions and subscribe with your favorite podcast app here: <a href=\"https://martymcgui.re/podcasts/indieweb/\">martymcgui.re/podcasts/indieweb/</a>.</p>\n<p>Music from <a href=\"https://aaronparecki.com/\">Aaron Parecki</a>\u2019s <a href=\"https://100.aaronparecki.com/\">100DaysOfMusic project</a>: <a href=\"https://aaronparecki.com/2017/03/15/14/day85\">Day 85 - Suit</a>, <a href=\"https://aaronparecki.com/2017/02/06/7/day48\">Day 48 - Glitch</a>, <a href=\"https://aaronparecki.com/2017/02/07/4/day49\">Day 49 - Floating</a>, <a href=\"https://aaronparecki.com/2016/12/29/21/day-9\">Day 9</a>, and <a href=\"https://aaronparecki.com/2016/12/31/15/\">Day 11</a></p>\n<p>Thanks to everyone in the <a href=\"https://chat.indieweb.org/\">IndieWeb chat</a> for their feedback and suggestions. Please drop me a note if there are any changes you\u2019d like to see for this audio edition!</p>"
},
"author": {
"type": "card",
"name": "Marty McGuire",
"url": "https://martymcgui.re/",
"photo": "https://martymcgui.re/images/logo.jpg"
},
"post-type": "audio",
"_id": "34558771",
"_source": "175",
"_is_read": false
}
@tmichellemoore Oh I see! Man, 100 days is a lot 😅 But interestingly after starting a linkblog using #Indieweb principles, I'm actually posting at that pace. Hmm!
{
"type": "entry",
"author": {
"name": "@liztai",
"url": "https://hachyderm.io/@liztai",
"photo": null
},
"url": "https://hachyderm.io/@liztai/109724735685673617",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://mastodon.social/@tmichellemoore\">@<span>tmichellemoore</span></a></span> Oh I see! Man, 100 days is a lot \ud83d\ude05 But interestingly after starting a linkblog using <a href=\"https://hachyderm.io/tags/Indieweb\">#<span>Indieweb</span></a> principles, I'm actually posting at that pace. Hmm!</p>",
"text": "@tmichellemoore Oh I see! Man, 100 days is a lot \ud83d\ude05 But interestingly after starting a linkblog using #Indieweb principles, I'm actually posting at that pace. Hmm!"
},
"published": "2023-01-21T02:03:16+00:00",
"post-type": "note",
"_id": "34558008",
"_source": "7235",
"_is_read": false
}
You may own your content, but it'll be really hard to migrate out from these services.
For wordpress.com, all I have to do is download the XML and import it into a #wordpress .org host provider. There's even a program where you can convert XML into markdown files. There are very few options for web builders, & I think that's intentional. 2/2
{
"type": "entry",
"author": {
"name": "@liztai",
"url": "https://hachyderm.io/@liztai",
"photo": null
},
"url": "https://hachyderm.io/@liztai/109724379402498362",
"content": {
"html": "<p>I think sites like <a href=\"https://hachyderm.io/tags/Wix\">#<span>Wix</span></a> <a href=\"https://hachyderm.io/tags/Squarespace\">#<span>Squarespace</span></a> may not be suitable for <a href=\"https://hachyderm.io/tags/IndieWeb\">#<span>IndieWeb</span></a> folks. </p><p>You may own your content, but it'll be really hard to migrate out from these services. </p><p>For wordpress.com, all I have to do is download the XML and import it into a <a href=\"https://hachyderm.io/tags/wordpress\">#<span>wordpress</span></a> .org host provider. There's even a program where you can convert XML into markdown files.<br />There are very few options for web builders, & I think that's intentional. 2/2</p>",
"text": "I think sites like #Wix #Squarespace may not be suitable for #IndieWeb folks. You may own your content, but it'll be really hard to migrate out from these services. For wordpress.com, all I have to do is download the XML and import it into a #wordpress .org host provider. There's even a program where you can convert XML into markdown files.\nThere are very few options for web builders, & I think that's intentional. 2/2"
},
"published": "2023-01-21T00:32:40+00:00",
"post-type": "note",
"_id": "34557022",
"_source": "7235",
"_is_read": false
}
Currently moving from #Squarespace to wordpess.com. Instead of using importing my content via XML, I'm copy and pasting.
I know I know! It's a long story, but the Squarespace XML file introduced so much of weird code blocks & doubled all my images. To get a clean export I would have to remove them from the posts one by one. It would be far quicker to copy & paste. This is the last time I use a service that uses a proprietary web builder 1/2
{
"type": "entry",
"author": {
"name": "@liztai",
"url": "https://hachyderm.io/@liztai",
"photo": null
},
"url": "https://hachyderm.io/@liztai/109724368897426363",
"content": {
"html": "<p>Currently moving from <a href=\"https://hachyderm.io/tags/Squarespace\">#<span>Squarespace</span></a> to wordpess.com. Instead of using importing my content via XML, I'm copy and pasting. </p><p>I know I know! It's a long story, but the Squarespace XML file introduced so much of weird code blocks & doubled all my images. To get a clean export I would have to remove them from the posts one by one. It would be far quicker to copy & paste. This is the last time I use a service that uses a proprietary web builder <img alt=\":blobfoxangry:\" height=\"16\" src=\"https://files.mastodon.social/cache/custom_emojis/images/000/466/884/original/8317879a145862d1.png\" title=\":blobfoxangry:\" width=\"16\" /> 1/2</p><p><a href=\"https://hachyderm.io/tags/Website\">#<span>Website</span></a> <a href=\"https://hachyderm.io/tags/IndieWeb\">#<span>IndieWeb</span></a> <a href=\"https://hachyderm.io/tags/Websites\">#<span>Websites</span></a></p>",
"text": "Currently moving from #Squarespace to wordpess.com. Instead of using importing my content via XML, I'm copy and pasting. I know I know! It's a long story, but the Squarespace XML file introduced so much of weird code blocks & doubled all my images. To get a clean export I would have to remove them from the posts one by one. It would be far quicker to copy & paste. This is the last time I use a service that uses a proprietary web builder 1/2#Website #IndieWeb #Websites"
},
"published": "2023-01-21T00:30:00+00:00",
"post-type": "note",
"_id": "34557023",
"_source": "7235",
"_is_read": false
}
Today, I am continuing reading the Articles on the Webmention page. I am a little tired this evening so I might not get far. This is under the task to:
{
"type": "entry",
"author": {
"name": "@tmichellemoore",
"url": "https://mastodon.social/@tmichellemoore",
"photo": null
},
"url": "https://mastodon.social/@tmichellemoore/109724226375330026",
"content": {
"html": "<p>Today, I am continuing reading the Articles on the Webmention page. I am a little tired this evening so I might not get far. This is under the task to:</p><p> * Learn About Webmentions a Little More Deeply.</p><p>Day 13 of 100 <a href=\"https://mastodon.social/tags/100DaysofIndieWeb\">#<span>100DaysofIndieWeb</span></a>, <a href=\"https://mastodon.social/tags/IndieWeb\">#<span>IndieWeb</span></a>, <a href=\"https://mastodon.social/tags/ProjectJournal\">#<span>ProjectJournal</span></a>, <a href=\"https://mastodon.social/tags/WordPress\">#<span>WordPress</span></a> (<a href=\"https://tmichellemoore.com/?p=152164\"><span>https://</span><span>tmichellemoore.com/?p=152164</span><span></span></a>)</p>",
"text": "Today, I am continuing reading the Articles on the Webmention page. I am a little tired this evening so I might not get far. This is under the task to: * Learn About Webmentions a Little More Deeply.Day 13 of 100 #100DaysofIndieWeb, #IndieWeb, #ProjectJournal, #WordPress (https://tmichellemoore.com/?p=152164)"
},
"published": "2023-01-20T23:53:45+00:00",
"post-type": "note",
"_id": "34556368",
"_source": "7235",
"_is_read": false
}
It's an obvious one but I'm certainly getting some pleasure out of using Webmentions as a way of updating posts or other artefacts when I forget to do some thing obvious such as add a link for something - I've always hated update in place. #indieweb#webmention
{
"type": "entry",
"author": {
"name": "@ross",
"url": "https://axiomeval.social/@ross",
"photo": null
},
"url": "https://axiomeval.social/@ross/109723566000147889",
"content": {
"html": "<p>It's an obvious one but I'm certainly getting some pleasure out of using Webmentions as a way of updating posts or other artefacts when I forget to do some thing obvious such as add a link for something - I've always hated update in place. <a href=\"https://axiomeval.social/tags/indieweb\">#<span>indieweb</span></a> <a href=\"https://axiomeval.social/tags/webmention\">#<span>webmention</span></a></p>",
"text": "It's an obvious one but I'm certainly getting some pleasure out of using Webmentions as a way of updating posts or other artefacts when I forget to do some thing obvious such as add a link for something - I've always hated update in place. #indieweb #webmention"
},
"published": "2023-01-20T21:05:48+00:00",
"post-type": "note",
"_id": "34553269",
"_source": "7235",
"_is_read": false
}
Hey #indieweb people, and in particular #eleventy and other static site people, here's a question:
When tagging your own content, do you create and/or follow any standards?
I'm thinking about things like creating taxonomies/vocabularies, formatting your tags, using multiple taxonomies, etc.
I manage taxonomies for some large-ish sites, and I follow some best practices, plan internal governance, etc., but I've always played fast and loose with my own tagging.
{
"type": "entry",
"author": {
"name": "@Chris",
"url": "https://mastodon.social/@Chris",
"photo": null
},
"url": "https://mastodon.social/@Chris/109721707561640758",
"content": {
"html": "<p>Hey <a href=\"https://mastodon.social/tags/indieweb\">#<span>indieweb</span></a> people, and in particular <a href=\"https://mastodon.social/tags/eleventy\">#<span>eleventy</span></a> and other static site people, here's a question:</p><p>When tagging your own content, do you create and/or follow any standards? </p><p>I'm thinking about things like creating taxonomies/vocabularies, formatting your tags, using multiple taxonomies, etc.</p><p>I manage taxonomies for some large-ish sites, and I follow some best practices, plan internal governance, etc., but I've always played fast and loose with my own tagging.</p>",
"text": "Hey #indieweb people, and in particular #eleventy and other static site people, here's a question:When tagging your own content, do you create and/or follow any standards? I'm thinking about things like creating taxonomies/vocabularies, formatting your tags, using multiple taxonomies, etc.I manage taxonomies for some large-ish sites, and I follow some best practices, plan internal governance, etc., but I've always played fast and loose with my own tagging."
},
"published": "2023-01-20T13:13:11+00:00",
"post-type": "note",
"_id": "34542335",
"_source": "7235",
"_is_read": false
}
Question! Trying to move away from big #email platforms and wanted to know if as anyone has had success with creating a self-hosted #newsletter / mailing list for #EmailMarketing that integrates with #WordPress ?
{
"type": "entry",
"author": {
"name": "@leeleedee",
"url": "https://mstdn.dk/@leeleedee",
"photo": null
},
"url": "https://mstdn.dk/@leeleedee/109720794207107194",
"content": {
"html": "<p>Question! Trying to move away from big <a href=\"https://mstdn.dk/tags/email\">#<span>email</span></a> platforms and wanted to know if as anyone has had success with creating a self-hosted <a href=\"https://mstdn.dk/tags/newsletter\">#<span>newsletter</span></a> / mailing list for <a href=\"https://mstdn.dk/tags/EmailMarketing\">#<span>EmailMarketing</span></a> that integrates with <a href=\"https://mstdn.dk/tags/WordPress\">#<span>WordPress</span></a> ?</p><p><a href=\"https://mstdn.dk/tags/webdevelopment\">#<span>webdevelopment</span></a> <a href=\"https://mstdn.dk/tags/WordpressPlugins\">#<span>WordpressPlugins</span></a> <a href=\"https://mstdn.dk/tags/indieweb\">#<span>indieweb</span></a></p>",
"text": "Question! Trying to move away from big #email platforms and wanted to know if as anyone has had success with creating a self-hosted #newsletter / mailing list for #EmailMarketing that integrates with #WordPress ?#webdevelopment #WordpressPlugins #indieweb"
},
"published": "2023-01-20T09:20:54+00:00",
"post-type": "note",
"_id": "34538863",
"_source": "7235",
"_is_read": false
}
@hollie I just discovered #IndieWeb! I'm not sure if I can implement stuff like webmentions, but I definitely can do #posse Wish I knew about Indieweb earlier.
{
"type": "entry",
"author": {
"name": "@liztai",
"url": "https://hachyderm.io/@liztai",
"photo": null
},
"url": "https://hachyderm.io/@liztai/109719950565145406",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://social.coop/@hollie\">@<span>hollie</span></a></span> I just discovered <a href=\"https://hachyderm.io/tags/IndieWeb\">#<span>IndieWeb</span></a>! I'm not sure if I can implement stuff like webmentions, but I definitely can do <a href=\"https://hachyderm.io/tags/posse\">#<span>posse</span></a> <br />Wish I knew about Indieweb earlier.</p>",
"text": "@hollie I just discovered #IndieWeb! I'm not sure if I can implement stuff like webmentions, but I definitely can do #posse \nWish I knew about Indieweb earlier."
},
"published": "2023-01-20T05:46:21+00:00",
"post-type": "note",
"_id": "34536111",
"_source": "7235",
"_is_read": false
}
@bigzaphod@mastodon.social
If you guys wanna redirect that energy into making an indieweb capable microsub reader/micropub and activitypub iOS app, those of us here in the #Indieweb will gladly pay. Check indieweb.org/microsub & indieweb.org/micropub for info
@bigzaphod@mastodon.social If you guys wanna redirect that energy into making an indieweb capable microsub reader/micropub and activitypub iOS app, those of us here in the #Indieweb will gladly pay. Check indieweb.org/microsub & indieweb.org/micropub for info
{
"type": "entry",
"author": {
"name": "#indieweb",
"url": "https://mastodon.social/tags/indieweb",
"photo": null
},
"url": "https://starrwulfe.xyz/3530-2/",
"content": {
"html": "<p></p><p>@bigzaphod@mastodon.social<br />\nIf you guys wanna redirect that energy into making an indieweb capable microsub reader/micropub and activitypub iOS app, those of us here in the <a class=\"u-tag u-category\" href=\"https://starrwulfe.xyz/tag/indieweb/\">#Indieweb</a> will gladly pay. Check indieweb.org/microsub & indieweb.org/micropub for info</p><p><a class=\"u-tag u-category\" href=\"https://starrwulfe.xyz/tag/indieweb/\">#indieweb</a> <a class=\"u-tag u-category\" href=\"https://starrwulfe.xyz/tag/microformats/\">#microformats</a> <a class=\"u-tag u-category\" href=\"https://starrwulfe.xyz/tag/webmentions/\">#webmentions</a></p><p><a href=\"https://starrwulfe.xyz/t/yq\">https://starrwulfe.xyz/t/yq</a></p><p></p><p>@bigzaphod@mastodon.social If you guys wanna redirect that energy into making an indieweb capable microsub reader/micropub and activitypub iOS app, those of us here in the #Indieweb will gladly pay. Check indieweb.org/microsub & indieweb.org/micropub for info</p><br /><p></p>",
"text": "@bigzaphod@mastodon.social\n\nIf you guys wanna redirect that energy into making an indieweb capable microsub reader/micropub and activitypub iOS app, those of us here in the #Indieweb will gladly pay. Check indieweb.org/microsub & indieweb.org/micropub for info#indieweb #microformats #webmentionshttps://starrwulfe.xyz/t/yq@bigzaphod@mastodon.social If you guys wanna redirect that energy into making an indieweb capable microsub reader/micropub and activitypub iOS app, those of us here in the #Indieweb will gladly pay. Check indieweb.org/microsub & indieweb.org/micropub for info"
},
"published": "2023-01-20T05:45:56+00:00",
"post-type": "note",
"_id": "34536112",
"_source": "7235",
"_is_read": false
}
@christroll People (ok usually SEO gurus) told me to "get over it" and stop "pining for the past". But I am like you - I want to return to the good old days and refused to accept that this is the way it will be for ever and ever. I also started blogging in the 2000s, and I miss those times so much. The difference was our websites were our social media hubs and we controlled it. Now, it's the opposite. But I think using #IndieWeb principles we can somewhat wriggle out.
{
"type": "entry",
"author": {
"name": "@liztai",
"url": "https://hachyderm.io/@liztai",
"photo": null
},
"url": "https://hachyderm.io/@liztai/109719920204585313",
"content": {
"html": "<p><span class=\"h-card\"><a class=\"u-url\" href=\"https://peoplemaking.games/@christroll\">@<span>christroll</span></a></span> People (ok usually SEO gurus) told me to \"get over it\" and stop \"pining for the past\". But I am like you - I want to return to the good old days and refused to accept that this is the way it will be for ever and ever. I also started blogging in the 2000s, and I miss those times so much. The difference was our websites were our social media hubs and we controlled it. Now, it's the opposite. But I think using <a href=\"https://hachyderm.io/tags/IndieWeb\">#<span>IndieWeb</span></a> principles we can somewhat wriggle out.</p>",
"text": "@christroll People (ok usually SEO gurus) told me to \"get over it\" and stop \"pining for the past\". But I am like you - I want to return to the good old days and refused to accept that this is the way it will be for ever and ever. I also started blogging in the 2000s, and I miss those times so much. The difference was our websites were our social media hubs and we controlled it. Now, it's the opposite. But I think using #IndieWeb principles we can somewhat wriggle out."
},
"published": "2023-01-20T05:38:38+00:00",
"post-type": "note",
"_id": "34535973",
"_source": "7235",
"_is_read": false
}