#wordpress 2018-01-03

2018-01-03 UTC
[eddie], jeffperry and [jefferydperry] joined the channel
#
[jefferydperry]
Anyone on that can hold my hand as I configure my website to be IndieWebiofied?
[miklb] joined the channel
#
[miklb]
I can try
#
GWG
Ditto
#
[jefferydperry]
So I had it set up previously but I removed it for some reason (past me was an idiot) so I reset my entire database and i am kind of unsure what i need to do first
#
[miklb]
reset your database, so just have a vanilla WordPress installation at the moment?
#
[jefferydperry]
yes
#
[jefferydperry]
It is like I just installed it
#
[jefferydperry]
the only thing I have done is add a link to my micro.blog profile to verify it
#
[miklb]
I would install the IndieWeb WordPress plugin and pick out an mf2 theme. GWG do we have a page in the wiki yet for the themes and their links?
#
GWG
I'm not sure. But start with SemPress, I suppose and see
gRegorLove joined the channel
#
[jefferydperry]
I can do that
#
[jefferydperry]
Do I need a child theme if I edit the <head>?
#
[miklb]
the more you plan to edit the theme, the more I’d recommend a child theme
#
[jefferydperry]
the only thing i forsee doing is editing the <head> to add my various accounts to link to my website
#
[miklb]
The IW plugin does that I believe. GWG is more familiar with how that works.
#
[miklb]
Just add your links in your profile
#
GWG
[jefferydperry]: You don't need to edit the head. Just add them to your User Profile
[chrisaldrich] joined the channel
#
[jefferydperry]
I see
#
[chrisaldrich]
What are WordPress themes?
#
Loqi
WordPress Themes are a simple way to quickly change the look and feel of a WordPress website primarily by use of CSS https://indieweb.org/WordPress/Themes
#
[chrisaldrich]
That's better for those on Slack...
#
GWG
[chrisaldrich]: By the way, did you get a chance to have a look at that plugin?
#
[jefferydperry]
I am having trouble finding where I input my connected accounts. Is it through bridgy?
#
GWG
[jefferydperry]: Go under Users->Your Profile
#
GWG
And add your accounts there
#
GWG
You can connect them through Bridgy, but that would be for other reasons.
#
[jefferydperry]
I see
#
[jefferydperry]
So I did that and my twitter still doesn't have it link back
#
[jefferydperry]
I edited the profile to have my url be jeffperry.blog
#
[jefferydperry]
twitter.com/iamjeffperry
#
GWG
[jefferydperry]: Turn off the Microformats 2 plugin if you are using SemPress
#
[jefferydperry]
ok
#
GWG
And the rel=me links are there, I see them.
#
[jefferydperry]
right but they don't link back even thought I know they shoulf
#
GWG
[jefferydperry]: What do you mean by link back?
#
GWG
They are linked back from what I see
#
GWG
I may be misunderstanding you
chrisaldrich joined the channel
#
chrisaldrich
I'm about halfway there GWG. Still waiting for a block of time to play.
#
[jefferydperry]
yes
#
gRegorLove
showing "doesn't link back"
#
[jefferydperry]
correct
#
[jefferydperry]
is this not a good place to go for setting this stuff up?
#
gRegorLove
That might be a bug in indiewebify.me. Can you try logging in on indieauth.com with your domain?
#
gRegorLove
It is a good place. But there can be occasional bugs :)
#
GWG
I checked the source and saw it
#
[jefferydperry]
that did work!
#
[jefferydperry]
cool
#
gRegorLove
I'm checking on it. Sometimes it's a weird thing with Twitter redirects (t.co URLs), or https-to-http links (or vice versa).
#
gRegorLove
Awesome! You can sign in to indieweb.org now as well :)
#
gRegorLove
I'd have to debug further, but it might be some edge case where indiewebify.me isn't following all the redirects. Twitter links to http://jeffperry.blog/ which then redirects to http://www.jeffperry.blog/
#
chrisaldrich
jeffreydperry++
#
Loqi
jeffreydperry has 1 karma
#
GWG
[jefferydperry]: So now that you've done that, what else do you want to do?
#
gRegorLove
I confirmed with a patched version of indiewebify.me that it reports "works perfectly" so I'm nudging about getting that patch reviewed / deployed.
#
gRegorLove
jefferydperry++
#
Loqi
jefferydperry has 1 karma
#
gRegorLove
oops, split karma :)
#
[jefferydperry]
Weird. I think I may have my domain set up to have a www. due to the server I am hosting this on
#
gRegorLove
Yeah, it's not causing any problems as far as web-sign-in, just the verification on indiewebify.me is overly strict.
#
gRegorLove
Maybe not "overly". It can be good to point out slight differences.
#
[jefferydperry]
,So here is a question: How do I have my wordpress and microblog connected? I want my posts to go to a specific category on my site and all posts on my site in that category go to my micro.blog
#
chrisaldrich
micro.blog accepts RSS feeds, so the easiest method would be to add feeds for the specific categories or tags you want to port over
#
[jefferydperry]
I believe i did that. I guess replys don't count towards this?
#
chrisaldrich
If you had a category called microblog for example, then use the RSS feed http://www.example.com/category/microblog/feed/
#
chrisaldrich
replies on which side?
#
chrisaldrich
If you reply natively within micro.blog, your comment will be webmentioned back to your original
#
chrisaldrich
micro.blog doesn't accept all incoming webmentions (yet?), instead it whitelists them from sites that have a linked account via rel="me"
#
chrisaldrich
Then there's also this: http://boffosocko.com/2017/12/15/threaded-replies-with-webmentions-in-wordpress/ though I haven't personally tried it on a round trip with micro.blog comments.
#
Loqi
[Author Chris Aldrich] Threaded Replies and Comments with Webmentions in WordPress
#
[jefferydperry]
hm. This seems a little over my head. I think i need to look into this more when I get a few minutes (I am currently at work)
#
[jefferydperry]
I am also super confused about h-card and h-entry
#
GWG
[jefferydperry]: What about them?
#
chrisaldrich
h-card is like an online business card that helps to identify you (somewhat similar to a vcard)
#
gRegorLove
What is h-card?
#
Loqi
h-card is the microformats2 vocabulary for marking up people, organizations, and venues on web sites https://indieweb.org/h-card
#
gRegorLove
The name, url, and photo in an h-card are used a lot in indieweb when it comes to replies. The site your replying to can pull those out and display them with the comment text.
#
gRegorLove
There's a lot of additional properties in h-card you can mark up, but those are the most common ones.
#
gRegorLove
oof *you're.
#
[jefferydperry]
so if I am using sempress what do I need to do to add these common h-cards? Is it something I need to add to my <head> or is there a place I can put these without using thje wordpress editor
#
GWG
There is one built in.
#
GWG
There is also a simple h-card widget in the Indieweb plugin
tantek and [asuh] joined the channel
#
[asuh]
To POSSE to Facebook, I see this section:
#
[asuh]
Shouldn’t plugins like SNAP and Bridgy Publish be listed there?
#
tantek
asuh no because see the bit about "Main article: POSSE to Facebook"
#
tantek
and so far we are only adding methods in actual use by folks here who can vouch for them
#
[asuh]
Ah, I see that now. It wasn’t obvious
#
[asuh]
Bridgy Publish plugin isn’t straightforward on how to publish to Facebook from self-installed WordPress. That’s why I’m asking
sebsel and tantek joined the channel
#
tantek
[asuh] yes that is a good point
#
tantek
wordpress isn't even mentioned on that page which is an omission
#
tantek
who is using Bridgy Publish plugin?
#
tantek
I'm going to add something brief to the main How section there
#
tantek
what is Bridgy Publish plugin?
#
Loqi
It looks like we don't have a page for "Bridgy Publish plugin" yet. Would you like to create it? (Or just say "Bridgy Publish plugin is ____", a sentence describing the term)
#
tantek
what is SNAP
#
Loqi
SNAP (Social Network Auto Poster) is a POSSE plugin for WordPress https://indieweb.org/SNAP
#
[asuh]
Thanks, that’s helpful. I’ve been trying to find out why I should use SNAP instead of Bridgy Publish as well. I like that Bridgy Publish is open source which is why I am trying that first
#
tantek
[asuh] can you provide URLs for the Bridgy Publish plugin install and open source?
#
tantek
(also as promised I added a mini WordPress subsection here: https://indieweb.org/POSSE_to_Facebook#How )
#
tantek
(so at least there something that's more findable)
#
Loqi
[David Shanske] Description This plugin is a user interface for the Bridgy service and requires the webmention plugin to notify Bridgy to post. It also stores a link to the syndicated version for display by Syndication Links or other uses. Bridgy posts to soci...
#
Loqi
[dshanske] bridgy-publish: Bridgy Publish for WordPress
tantek joined the channel
#
tantek
what is Bridgy Publish plugin
#
Loqi
It looks like we don't have a page for "Bridgy Publish plugin" yet. Would you like to create it? (Or just say "Bridgy Publish plugin is ____", a sentence describing the term)
#
tantek
Bridgy Publish plugin is https://wordpress.org/plugins/bridgy-publish/ an open source (https://github.com/dshanske/bridgy-publish) [[WordPress]] plugin that adds [[Bridgy]] Publish functionality to your WordPress install.
#
Loqi
[David Shanske] Description This plugin is a user interface for the Bridgy service and requires the webmention plugin to notify Bridgy to post. It also stores a link to the syndicated version for display by Syndication Links or other uses. Bridgy posts to soci...
#
tantek
thanks [asuh] - I believe we have everything linked up now
#
[asuh]
you’re welcome
#
tantek
it should hopefully be easier to find from https://indieweb.org/POSSE_to_Facebook#How
#
tantek
I put WordPress and Known at the top of the How section because in theory more users are likely to just want to add/install something to their own existing CMS, rather than write new code to support POSSE to FaB
[xavierroy] joined the channel
#
[xavierroy]
advice needed: I have an old web host plan that runs till end-Jun 2018. Should I switch now or should I switch around Jun?
#
[xavierroy]
I mean switch webhosters
#
tantek
what is migration
#
Loqi
migration in the context of the indieweb refers to the process of moving your indieweb site from any one or more of one CMS / web host / DNS provider / URL design / domain name to another https://indieweb.org/migration
#
[xavierroy]
Yes. tantek I meant what would be best time to switch? migrate right-away or wait till my current plan ends (so that I don't lose money)?
#
tantek
depends on how important it is to you to save (how much) money vs how important it is to you to be certain of zero (or some low amount of) downtime
#
tantek
some amount of time running things in parallel will give you more time to sort out /migration issues you had not considered
#
[xavierroy]
that makes sense
#
tantek
also worth general #indieweb-dev discussion, unless you're specifically only talking about WordPress, which may simplify things a bit
[xavierroy] joined the channel
#
[xavierroy]
just reinstalled WP and setting it up afresh.
#
[xavierroy]
I'll try to make notes as I move ahead
dougbeal|mb1, [kevinmarks] and [miklb] joined the channel
#
[miklb]
xavierroy depending on the type of host, you may get a credit for a month hosting to give you time to start setting up the new host before making the switch. I know VPS tend to offer $5-$10 credits to sign up.
#
[miklb]
that would allow you to start the migration before your current plan expires.
[xavierroy] joined the channel
#
[xavierroy]
I just signed up with Dreamhost easier today
[eddie] and [jefferydperry] joined the channel
#
[jefferydperry]
So I have my website set up and I have my posts on Micr.blog going to my wordpress website but how do I get it to post to my Twitter feed? I have cross-posting setup but I am not sure it is working
[chrisaldrich] joined the channel
#
[chrisaldrich]
Cross-posting set up from where?
#
[jefferydperry]
My goal is to have both my website and Twitter take my micro.blog post and publish it on those platforms
#
[chrisaldrich]
Which platform are you using as your source for all your content so that you own it in the long run? Most would be using WordPress as the source and syndicating to Twitter and Micro.blog.
#
[chrisaldrich]
It sounds like you're making micro.blog the source which can make the workflows a bit more difficult.
#
[jefferydperry]
I see. I guess I should use Wordpress instead. My issue though is I work entirely on iOS so what would be a good app to use to post of Wordpress?
#
[miklb]
You can still set up micro.blog app to post to your site 1st
#
[chrisaldrich]
I know there is a an iOS app for micro.blog that uses micropub
[colinwalker] joined the channel
#
[colinwalker]
jefferydperry Are you using the native cross-posting in m.b? That should work but has to be configured for each feed in your account.
#
petermolnar
[jefferydperry] you could ping brid.gy to post to twitter, if posting to wordpress is already sorted
#
Loqi
petermolnar: [chrisaldrich] left you a message 1 week, 4 days ago: I've had good luck with DsgnWrks Instagram Importer in the repository. Lisa of WordPress niceties built in for metadata.
#
[jefferydperry]
colinwalker I have my twitter and micro category set up so I think if I just post in Wordpress that will do it
#
[chrisaldrich]
Ideally you'll want the syndication link for twitter to appear on your WordPress site if you want to have backfeed of Twitter interactions to come back to your site.
#
[jefferydperry]
I am not sure I have micropub set up
#
[jefferydperry]
I am not sure what syndication links are. an anyone clue me in on this?
#
[colinwalker]
If the posts from WP are getting fed to m.b then they will be cross-posted as long as the relevant feed is set up under Account > Edit Feeds & Cross-posting
#
[chrisaldrich]
What is micropub for WordPress?
#
Loqi
Micropub for WordPress is a plugin to add a Micropub server endpoint to your site https://indieweb.org/Micropub_for_WordPress
#
[chrisaldrich]
What are syndication links?
#
Loqi
Syndication Links is a plugin for WordPress that allow one to easily add rel-syndication/u-syndication links to indicate where syndicated copies are available https://indieweb.org/Syndication_Links
#
[chrisaldrich]
There's an iOS micro.blog app at https://itunes.apple.com/us/app/micro-blog/id1253201335?mt=8 and it can be set up to micropub your content from there to your wordpress site.
#
[miklb]
sounds like we need better docs for using micro.blog w/ WordPress
#
[chrisaldrich]
Webmentions are natively built into micro.blog so your comments come back to your WordPress install automatically.
#
[chrisaldrich]
To get interactions back from Twitter, you'll need to set up /Bridgy which will require your site to have /Syndication_Links available to match your posts.
#
[chrisaldrich]
Bridgy will then "force" Twitter to send webmentions the way that m.b. does.
#
[miklb]
well, bridgy is an option. If he’s already configured with micro.blog to use its cross posting feature, he doesn’t need bridgy, right?
#
[chrisaldrich]
He'll need Bridgy for /backfeed from Twitter.
#
[miklb]
good point
#
[chrisaldrich]
jefferydperry for ease of set up, to syndicate to Twitter, I'd recommend using the Jetpack WordPress plugin (and the Jetpack Publicize function) to syndicate to Twitter. To get backfed comments/likes/reposts from Twitter then set up your site with Bridgy and add the /Semantic_Linkbacks plugin.
#
[chrisaldrich]
There are options that will give you more control, but may take longer to set up/configure.
#
[jefferydperry]
I am beyond lost. I am not familiar with a large amount of this. If I wanted to go with the second image you sent chrisaldrich what plugins/settings do I need to set up to use Twitter and micro.blog? I also want to have webmentions set up correctly as well so that any replys I get on micro.blog show up in my WP feed. Is this all possible? If so can I get a step-by-step run through on what I need to do to have this accomplished?
#
[chrisaldrich]
jefferydperry We can certainly go slower and step by step if it helps.
#
[chrisaldrich]
The quickest method for you likely is the one I posted just under the photo.
#
[chrisaldrich]
The other secret is do do things incrementally and one at a time to make sure you get each thing working properly.
#
[chrisaldrich]
jefferydperry Do you have posting to WordPress and syndicating to micro.blog working properly at the moment?
#
[jefferydperry]
Okay
#
[jefferydperry]
Yes I have it setup
#
[jefferydperry]
I have my micro category feed and have added cross-posting to my Twitter
#
[jefferydperry]
I also set up Jetpack to add my Twitter account
#
[chrisaldrich]
When you say "cross-posting to my Twitter" you mean that you've set up cross-posting from Micro.blog to Twitter?
#
[chrisaldrich]
Cross-posting from micro.blog to Twitter is primarily meant for people who are using a paid version of m.b. as their primary (only) personal website.
#
[jefferydperry]
This is what I have set up
#
[miklb]
that should work jefferydperry
#
[miklb]
webmentions from micro.blog will backfeed to your WordPress site. Make sure you have semantic linkbacks installed.
#
[miklb]
If you want Twitter backfeeding, install the syndication links plugin and hook your site up to bridgy
#
[miklb]
Also, that way, if you post something that’s not in your micro feed but want to syndicate it to Twitter, you can check a box to syndicate
#
[jefferydperry]
Well the problem is I am posting twice in Twitter. I have disabled Twitter cross-posting in micro-blog and it now only posts once on Twitter but obviously it doesn't post on micro.blog
#
[miklb]
You have something else configured to cross post then. If you set up the Jetpack publicize then that is probably doing it.
#
[jefferydperry]
I thought that too but I removed Jetpack and the only thing I have set up is Bridgy
tantek joined the channel
#
[jefferydperry]
So I think that is posting on Twitter but no micro.blog?
#
[jefferydperry]
Right
#
[miklb]
if you have Checked by default then it will auto-post. Enabled then you have to manually tell it to post to Twitter
#
[jefferydperry]
I see
#
[jefferydperry]
So should I disable it and just use Jetpack instead?
#
[jefferydperry]
Actually it seems to be working now
#
[miklb]
I am personally not a fan of Jetpack. If you only want to cross-post from your micro feed then I’d use the micro.blog cross posting.
#
[jefferydperry]
I just had to give micro.blog a chance to refresh the feed
#
[jefferydperry]
So now I have it posting to both Twitter and micro.blog but it only posts the title. Is there any way I can have Bridgy post the body of the text?
#
[miklb]
and disable any “checked by default” options in bridgy. You still would have the ability to manually post something outside of your micro feed. Install the syndication links plugin so Bridgy can see your POSSE post and backfeed any likes/replies
#
[miklb]
Micro.blog will post the title & link for articles, but 280 characters of title-less notes.
#
[miklb]
What is a note
#
Loqi
A note is a post that is typically short unstructured* plain text, written & posted quickly, that has its own permalink page https://indieweb.org/note
#
[jefferydperry]
I see
#
[jefferydperry]
I have been posting standard posts
#
[miklb]
also usually doesn’t have a title
#
[miklb]
You can use something like the post-kinds plugin to differentiate between the various types of indieweb posts, or use the built in post formats. I think Sempress supports formats out of the box, but don’t quote me on that
#
[jefferydperry]
Except I have note set as the default
#
[miklb]
just don’t include a title
#
[jefferydperry]
I see
#
[jefferydperry]
But woudn't it look funky on my website?
#
[chrisaldrich]
If your WordPress post has a "title" the syndicated versions of your notes to m.b. will use that title instead of the contents of the /note you're trying to send.
#
[miklb]
no, Sempress should be designed to support notes w/out titles
#
[miklb]
and the templates for post-kinds should improve that display
#
[jefferydperry]
Sadly it seems like it isn't working right. https://files.slack.com/files-pri/T03QR2B2T-F8MKW02P4/screen_shot_2018-01-03_at_12.14.23_pm.png?pub_secret=62b064c78d&name=Screen Shot 2018-01-03 at 12.14.23 PM.png
#
[jefferydperry]
When I posted without a title it used a post number as the title on my site
#
[miklb]
oh, so Sempress automatically generates a title based on the post ID. That sounds like a bug to me
#
[jefferydperry]
I will say when I go to new post i see this https://files.slack.com/files-pri/T03QR2B2T-F8M4L7TC1/screen_shot_2018-01-03_at_12.12.54_pm.png?pub_secret=17a46db414&name=Screen Shot 2018-01-03 at 12.12.54 PM.png
#
[jefferydperry]
No option for note
#
[miklb]
aside === note
#
[jefferydperry]
I see
#
[jefferydperry]
Let me change that
#
[chrisaldrich]
Or you could also use "Status"===note as well. (I think that Aside has more historical WordPress baggage.) Aside may also be slightly less likely to be supported in other themes if you decide to change in the future.
[pfefferle] joined the channel
#
[pfefferle]
Or status
#
[pfefferle]
I generate the hash because of feed readers... any better idea?
#
[miklb]
I’ve never had an issue with my notes without a title in feeds so not sure.
#
[pfefferle]
What does the reader show instead?
#
[chrisaldrich]
pfefferle, the hash that is showing up in that photo is a result of micro.blog and not necessarily because of the theme.
#
[pfefferle]
But I generate the hash explicitly
#
[miklb]
pfefferle this is what it looks like in Evergreen https://cdn.miklb.com/Evergreen_111_2018-01-03_12-21-00.png
#
[pfefferle]
Ok, but mine is only showing headlines and then you can’t click it
#
[jefferydperry]
Note still only shows the post ID
#
[chrisaldrich]
I see, micro.blog is actually expecting the rss feed to have no title value and it'll display it properly. (I think it's the only reader that handles this properly.)
#
[jefferydperry]
I just tried status. Waiting for it to show up in the feed
#
[miklb]
I’ve only used Reeder, News Explorer and now Evergreen and haven’t had an issue with title-less notes so can’t speak to other readers
#
[pfefferle]
But why is that, why use the title instead of the content for a note?
#
[miklb]
I don’t use the title
#
[chrisaldrich]
Micro.blog also makes an exception for date/timestamps as titles and will strip those out of the title field to just display the status.
#
[pfefferle]
chrisaldrich this is weird
#
[miklb]
oh, pfefferle you meant with micro.blog
#
[pfefferle]
Ok, then I will use the excerpt for notes
#
[chrisaldrich]
pfefferle it's mostly weird because readers don't know how to handle the legacy of how to deal with posts without titles.
#
[pfefferle]
chrisaldrich sure, but why is micro.blog using the title at all?
#
[jefferydperry]
yeah micro.blog is still using the post ID as the only text and competely ignoring the body. This goes for both status and aside posts.
#
[chrisaldrich]
I think that manton just made a quick and easy decision early on and hasn't (yet?) revisited it.
#
[jefferydperry]
Also, Bridgy keeps popping up an error with no code. I assume it is failing to post to Twitter since nothing has transferred over there
#
[miklb]
pfefferle I think it was a design decision for bloggers that write posts on their own site to differentiate from notes/status updates
#
[pfefferle]
jefferydperry sure, because it uses rss, so it does not recognize which Wordpress type you used
#
[jefferydperry]
So am I just stuck to posting on my site with just titles?
#
[chrisaldrich]
Ideally one should be able to input a title into a note or status update and micro.blog would just strip it out if there is content within the body.
#
[jefferydperry]
Like, how am I the only one who can't get this to work
#
[pfefferle]
You can start adding excerpts as titles by hand and I will push an update soon
#
[miklb]
jefferydperry it’s still a little janky I agree, but once you get through the hurdles it’s pretty painless to use.
#
[jefferydperry]
Except I just spent the past hour and a half to end up where I started
[eddie] joined the channel
#
[miklb]
You’ve learned a lot about the different parts, that should count for something 🙂
#
[jefferydperry]
true
#
[jefferydperry]
I am just frustrated
#
[chrisaldrich]
jefferydperry the trouble begins when the inputs and outputs arent' standardized amongst the 10 moving parts....
#
[miklb]
sure, and we empathize with your frustration. We appreciate your patience.
#
[pfefferle]
jefferydperry or you try another theme in the meantime
#
[chrisaldrich]
The nice part is that we've discovered a bug that will not only help you, but everyone else who comes along in the future.
#
[miklb]
well, maybe not a bug as I called it, just differing design decisions
#
[jefferydperry]
Is there any themes that you recommend I use
#
[chrisaldrich]
miklb Indeed... differing design decisions....
#
[chrisaldrich]
What is Independent Publisher?
#
Loqi
Independent Publisher is an open source responsive and modern WordPress theme that is Indieweb friendly https://indieweb.org/Independent_Publisher
#
[chrisaldrich]
jefferydperry ^^ that one is a nice one with reasonable microformats support.
#
[jefferydperry]
Cool
#
[chrisaldrich]
I'm pretty sure it won't have the problem you'd been seeing.
#
[jefferydperry]
downloading now
#
[chrisaldrich]
It's support for microformats and semantics isn't as sterling as pfefferle's themes, but it should fail reasonably or unnotice-ably
#
[jefferydperry]
Anyone know how the social icons on that theme image are placed?
#
[chrisaldrich]
jefferydperry We've also been slowly modifying the wiki and documentation in the background to help others in the future too...
#
[jefferydperry]
Is this custom html or a plguin?
#
[chrisaldrich]
Jeff, I think it does them by means of a secondary menu. So you can create a second menu and place it in the sidebar to display icons.
#
Loqi
[raamdev] independent-publisher: A beautiful reader-focused WordPress theme, for you.
[cleverdevil] joined the channel
#
[jefferydperry]
Sweet
#
[jefferydperry]
Okay. Now on to testing
#
[chrisaldrich]
jefferydperry That's also supported by many newer themes. A full walk-thru for them can be found here as well: https://en.support.wordpress.com/menus/social-links-menu/
#
[chrisaldrich]
jefferydperry I suspect that SemPress will be fixed in the next day or two if you want to move back to it (or any of the great child themes that go with it).
#
[jefferydperry]
Well I don't see anything showing on micro.blog anymore. Is there a plugin I need for non-SemPress themes that I haven't turned on?
#
[chrisaldrich]
Shouldn't be. Sometimes I've seen m.b. slow down and not immediately post updates in real time.
#
[jefferydperry]
I see
#
[chrisaldrich]
I've seen instances where it's taken up to an hour or more, though in practice it's usually within a minute or two.
#
[jefferydperry]
So status works as a text post and an aside is a URL to my blog. Both are useful so I think this is working
#
[jefferydperry]
So good news
#
[jefferydperry]
Now I need to see what iOS app is best for quick posts on Micro.blog through my WP website.
#
[chrisaldrich]
jeffperry++
#
Loqi
jeffperry has 1 karma
#
[jefferydperry]
So I essentially need a simple WP posting app
#
[jefferydperry]
the official app is clunky IMO so maybe Drafts or Workflow?
#
[jefferydperry]
Or should I use a markdown editor?
#
[chrisaldrich]
I think that marsedit is a paid app that should work. The developer is a friend of manton's iirc and he just pushed an update for it. https://red-sweater.com/blog/3274/marsedit-4-is-here
#
[miklb]
or Quill
#
[chrisaldrich]
doublecheck that it does what you need it to before purchasing as I don't use it and haven't in the past.
#
[miklb]
Marsedit is macOS, not iOS
#
[jefferydperry]
I actually run everything on iOS
#
[chrisaldrich]
if you search around I think some folks have posted about using Workflow in the past...
#
[jefferydperry]
ok
#
[chrisaldrich]
What is Workflow?
#
Loqi
Workflow is an iOS app used to automate various actions https://indieweb.org/Workflow
#
[miklb]
AgileTortise (developer of Drafts) is now on micro.blog and is working on a posting action for micro.blog
#
[miklb]
s/AgileTortise/AgileTortoise
#
[chrisaldrich]
slinks back to my Android world....
#
[miklb]
Workflow/Quill are going to be micropub options to post from iOS if you don’t want to use the Micro.blog or WordPress iOS app. Quill will be easiest, Workflow requires a lot of hoops to jump through setting up the micropub tokens.
#
[jefferydperry]
What is Quill?
#
Loqi
Quill is a simple app for posting text notes to your website using Micropub https://indieweb.org/Quill
#
[miklb]
you can save it to your home screen and use it as a web app, keeps you logged in so you can quickly post. Supports uploading photos from iOS.
#
[jefferydperry]
I got the error of "missing access token"
#
[miklb]
have you installed the micropub plugin?
#
[jefferydperry]
let me check
#
[miklb]
you can just install/activate that plugin, no configuration needed
#
[jefferydperry]
I have it activated
#
[miklb]
missing access token, was that logging into the Quill?
#
[jefferydperry]
access token URL http:\/\/jeffperry.blog doesn't match site http:\/\/www.jeffperry.blog or any user
#
[jefferydperry]
That was posting after being logged in
#
[jefferydperry]
So I tried logging in with the www. in front of it and that worked fine but posting still gives me an error
#
[jefferydperry]
Your endpoint did not return a Location header.
#
[jefferydperry]
See Creating a Micropub Endpoint for more information.
#
[miklb]
not sure how to troubleshoot that personally. Might want to check in #dev
#
[jefferydperry]
I will say Workflow seems to be working fine
#
[jefferydperry]
so I think I am just gonna use that
#
[miklb]
ah, that’s right Workflow has a way to post via XML-RPC
#
GWG
It's been busy in here
#
[chrisaldrich]
miklb++ for lots of help this morning
#
Loqi
miklb has 15 karma in this channel (67 overall)
#
GWG
I wish I hadn't been away
#
[jefferydperry]
miklb++ for the help
#
Loqi
miklb has 16 karma in this channel (68 overall)
#
[jefferydperry]
chrisaldrich++ as well
#
Loqi
chrisaldrich has 4 karma in this channel (70 overall)
#
[jefferydperry]
pfefferle++
#
Loqi
pfefferle has 11 karma in this channel (41 overall)
#
[jefferydperry]
loqi++
#
Loqi
slow down!
#
sknebel
https://twitter.com/i/web/status/948610954706800646 is a complaint about changing class names related to the webmention plugin (?) btw
#
@webrocker
boah, die classnames beim wp webmention plugin werden auch schneller gewechselt wie anderswo die unterhosen… jedesmal nach nem update zerhauts mir die comment darstellung
(twitter.com/_/status/948610954706800646)
#
[miklb]
that seems to be better suited for pfefferle to respond?
#
GWG
Can someone translate?
#
sknebel
see what I said, but I can translate it more precisely, one sec
#
sknebel
"boah, the classnames from the wp webmention plugins are changed quicker than underpants elsewhere. after each update it destroys my comment display"
#
GWG
Google translate didn't help
#
[miklb]
what classes changed in the webmention plugin? removed the h-as-*?
#
GWG
And we fixed the errors of not using comment_class
#
GWG
The facepile wasn't using the comment class filter
#
[jefferydperry]
Here's one last issue I am having. I have Jetpack set to use markdown syntax but when I post anything with a link it posts with the syntax there w/o it being a clickable link. It just shows as [Text](link URL).
#
[jefferydperry]
Same goes for micro.blog
#
[jefferydperry]
I am posting it as a status if that helps
[kevinmarks] and [chrisaldrich] joined the channel
#
[chrisaldrich]
Do you have a cacheing plugin on? Sometimes that can cause issues?
[eddie], [kevinmarks], [cleverdevil], [tantek], tantek and [manton] joined the channel