#wordpress 2017-11-16
2017-11-16 UTC
Zegnat, tantek and [miklb] joined the channel
j12t joined the channel
# j12t HI guys! So when I asked in Portland in June what plugins etc are relevant, I was told: bridgy-publish, indieauth, indieauth-post-kinds, indieweb, micropub, semantic-linkbacks, social-networks-0auto-poster, syndication-links, webmention, wp-uf2, independent-publisher, and sempress. I think. Is that still the list?
# Loqi WordPress Plugins are plugins that can help make your site more IndieWeb friendly https://indieweb.org/WordPress/Plugins
tantek joined the channel
[mrkrndvs] joined the channel
# [mrkrndvs] I have access miklb, just need to access it. Will look there (did not know to do so)
[chrisaldrich] joined the channel
steve2, steve33, [tantek], [manton] and [mrkrndvs] joined the channel
# [mrkrndvs] Can I just confer something. I thought maybe there was a log in the backend, but could not find anything. I know the dashboard, but have only started on the journey to hacking the code. miklb do you mean this? https://codex.wordpress.org/Debugging_in_WordPress
[miklb] joined the channel
# [mrkrndvs] miklb I'll start with the semantic linkbacks and go from there. Thank you. Not averse to debugging, just never done it. Gotta be a first for everything
[jeremycherfas] joined the channel
# [miklb] speaking of debug.log my friend Andrew put this plugin together to allow you to view the log from the admin https://github.com/norcross/debug-quick-look
tantek, jeremycherfas and [colinwalker] joined the channel
# [colinwalker] Webmentions, semantic linkbacks and micropub all looking okay for me after WP 4.9 update.
[mrkrndvs] joined the channel
# [mrkrndvs] miklb that seems to have worked, although still testing. What is the mb_string fix?
# [mrkrndvs] Can anyone tell me why weird things might be happening to my author code, it reads as follows: <span class='p-author h-card'>Aaron Davis</span>
# [mrkrndvs] Do I need to add something associated with h-cards to my theme? I am sure I just missed something. Just wondering. (Apologies for stupid questions)
# [mrkrndvs] Had a go at using the plugin. Went into admin and turned WP_DEBUG to true, but it would not open the error log, sadly. Must have missed something. Maybe I was meant to reload or something. Unsure. Learning.
# jeremycherfas Are you still using twentyseventeen?
# [mrkrndvs] I am using SemPress, would that make a difference ?
# jeremycherfas I don't think so, but a good starting point. I use a child of Independent Publisher. I dont show author, as I am the only person who publishes there, so I need to check how my h-card works. Hang on
# jeremycherfas Have you tried checking with php.microformats.io?
# jeremycherfas Ah, if GWG is here, I can relax.
[colinwalker] joined the channel
# [colinwalker] mb_string needs to be installed for PHP. Have a look here: http://www.knowledgebase-script.com/kb/article/how-to-enable-mbstring-in-php-46.html
# jeremycherfas My byline includes <span class="author p-author vcard h-card"> and is not visible on the site.
# [mrkrndvs] @GWG I wish all problems were that simple. Thank you.
# [mrkrndvs] So @GWG the Microformats 2 is only needed when the features are not baked into the Theme? Must admit, still learning about Microformats http://boffosocko.com/2017/10/27/reply-to-laying-the-standards-for-a-blogging-renaissance-by-aaron-davis/
# [mrkrndvs] Has anyone written up on the fix for mbstring? Assuming that if pings are now flowing through that maybe that is my problem ... (At least for one of my blogs)
# jeremycherfas Is there a simple way to get the content of Mentions to appear rather than a facepile?
# jeremycherfas By simple, I mean not editing the database to change the nature of the Mention.
# jeremycherfas OK. Is the ticket on Semantic Linkbacks?
# jeremycherfas Thanks
# jeremycherfas Right.
# jeremycherfas I'm trying to work around it in my Theme, which is OK for now as I don't have time to go deeper and probably won't for a couple of weeks.
# jeremycherfas I know I found a way to disable display of the Webmentions by Independent Publisher before, but I can't for the life of me find it or remember it now.
[pfefferle] joined the channel
# [pfefferle] good morning
# jeremycherfas Dispaly: none; on #comments will do it, but is not ideal for my purposes. But it will do for now.
# jeremycherfas If I could pull out and display only comments with class="h-as-mention" I think that would do the trick.
# jeremycherfas But it is time now for lunch.
# [pfefferle] jeremycherfas you can use the latest master version… snarfed added settings to disable facepiles for mentions
# jeremycherfas Where is the master? Not here https://github.com/acegiak/Semantic-Linkbacks
# [pfefferle] a bit tricky, I know ?
# jeremycherfas :) Doing it now. Thanks.
# jeremycherfas Do I need to rename the folder?
# jeremycherfas Or just update semantic-linkbacks.php?
# jeremycherfas That works fine.
# jeremycherfas Pfefferle++
# [pfefferle] I want to add some more changes from snarfed before I release a new version, so this could last some more days
jeremych_ joined the channel
# jeremych_ Success!
[kevinmarks] joined the channel
# [pfefferle] jeremycherfas nice theme
# jeremych_ Thanks. Minor mods of Independent Publisher.
# [pfefferle] oh nice, this is based on Independent Publisher?
# jeremych_ Yes.
# [pfefferle] if you are interested I am working on a very similar theme, which is fully indieweb compatible https://notiz.blog
# [pfefferle] but still work in progress https://github.com/pfefferle/ZenPress
# jeremych_ That is a beautiful theme.
# jeremych_ I think you have improved it since I first looked at it.
# [pfefferle] thanks ?
tantek joined the channel
# jeremych_ One problem now is that displaying the source of the webmention by the theme seems pretty tricky. No time now though.
# [pfefferle] what do you mean by source?
# [pfefferle] the real message of a mention?
# [pfefferle] I think we should make an option for that
# jeremych_ The author of the mention. But this is an issue with the theme, not the plugin.
# jeremych_ And I am sure that there must be a better way of choosing which webmentions to display, using a filter rather than a CSS rule.
[kevinmarks], snarfed and [miklb] joined the channel
[manton] and [pfefferle] joined the channel
# [pfefferle] Good morning miklb
snarfed, [eddie], [miklb], tantek, chimo and [chrisaldrich] joined the channel
# [chrisaldrich] jeremycherfas If you need details for converting from a facepiled webmention to a comment, this should work in general if you're okay with monkeying in your database until there's admin UI for tweaks: http://boffosocko.com/2017/10/06/using-facepiles-in-comments-for-wordpress-with-webmentions-and-semantic-linkbacks/#Steps+to+convert+a+mention+to+a+comment
tantek and [mrkrndvs] joined the channel
# [mrkrndvs] I am assume that you mean this https://github.com/pfefferle/wordpress-semantic-linkbacks/issues/122
# [mrkrndvs] Is it fair to say that right now, just leave the Semantic Linkbacks Plugin off is the easiest solution for the Mb problem
[miklb] joined the channel
# [mrkrndvs] I have access, but sometimes I am like a little kid pushing buttons when I open up the bonnet. I found the issue raised on GitHub, but I could not identify the solution, sorry