GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Matt 🔶 (LordMatt) (lordmatt@mastodon.social)'s status on Wednesday, 10-May-2023 03:45:07 JST Matt 🔶 (LordMatt) Matt 🔶 (LordMatt)
    • Matthias Pfefferle

    @pfefferle can you point me at some resources that will let me work out why the first comment is given as the author in the JSON when I ping another site?

    In conversation Wednesday, 10-May-2023 03:45:07 JST from mastodon.social permalink
    • Embed this notice
      Matthias Pfefferle (pfefferle@mastodon.social)'s status on Wednesday, 10-May-2023 03:45:06 JST Matthias Pfefferle Matthias Pfefferle
      in reply to

      @lordmatt I have no idea what you are referring to 😳

      can you give me some context?

      In conversation Wednesday, 10-May-2023 03:45:06 JST permalink
    • Embed this notice
      Matt 🔶 (LordMatt) (lordmatt@mastodon.social)'s status on Wednesday, 10-May-2023 04:16:24 JST Matt 🔶 (LordMatt) Matt 🔶 (LordMatt)
      in reply to
      • Matthias Pfefferle

      @pfefferle I'm trying to get one of my sites to take a ping from another. It returns "not enough information" and using the tool, I can see that it gives this: "author":{"type":"card"} (unless there is a comment and then it finds the first comment as the author). I'm trying to work out where the JSON response is getting its info so I can supply a proper author card.

      In conversation Wednesday, 10-May-2023 04:16:24 JST permalink
    • Embed this notice
      Matthias Pfefferle (pfefferle@mastodon.social)'s status on Wednesday, 10-May-2023 04:23:16 JST Matthias Pfefferle Matthias Pfefferle
      in reply to

      @lordmatt can you give me some links?

      In conversation Wednesday, 10-May-2023 04:23:16 JST permalink
    • Embed this notice
      Matt 🔶 (LordMatt) (lordmatt@mastodon.social)'s status on Wednesday, 10-May-2023 04:39:53 JST Matt 🔶 (LordMatt) Matt 🔶 (LordMatt)
      in reply to
      • Matthias Pfefferle

      @pfefferle Sure. The page I am trying to ping is: https://openmentions.com/topics/technology/ai/ you can see on the screenshot that the first commenter is being credited.

      The source page (the one I am pinging from) is:https://matrixdreams.com/blog/random/asking-chatgpt-stupid-questions/i-asked-chatgpt-to-imagine-it-ruled-the-world-i-was-not-expecting-its-answer/

      An example post without any comments: https://matrixdreams.com/blog/random/asking-chatgpt-stupid-questions/i-asked-chatgpt-if-socks-are-like-apples/

      I'm happy to get down and dirty with some coding but I do not yet understand where the data is coming from and (thus) how to hook in and fix things.

      In conversation Wednesday, 10-May-2023 04:39:53 JST permalink

      Attachments


      1. https://files.mastodon.social/media_attachments/files/110/340/409/056/413/624/original/f69a7ee208ce95d9.jpg
      2. Domain not in remote thumbnail source whitelist: openmentions.com
        AI
        from lordmatt
        This is the topic page for AI. Mention this page to add to the conversation. If a more specific topic than AI exists, you are strongly recommended to mention that instead.
      3. Domain not in remote thumbnail source whitelist: matrixdreams.com
        I Am Groot (Trailer) » Matrix Dreams
        from Matt
    • Embed this notice
      Matt 🔶 (LordMatt) (lordmatt@mastodon.social)'s status on Wednesday, 10-May-2023 06:55:55 JST Matt 🔶 (LordMatt) Matt 🔶 (LordMatt)
      in reply to
      • Matthias Pfefferle

      @pfefferle Just looking over my first message. God, I really failed to give any context at all. Thank you for being patient with me.

      In conversation Wednesday, 10-May-2023 06:55:55 JST permalink
    • Embed this notice
      Matthias Pfefferle (pfefferle@mastodon.social)'s status on Wednesday, 10-May-2023 06:55:55 JST Matthias Pfefferle Matthias Pfefferle
      in reply to

      @lordmatt no problem :)

      will have a look at your links if I find some time!

      In conversation Wednesday, 10-May-2023 06:55:55 JST permalink
    • Embed this notice
      Matthias Pfefferle (pfefferle@mastodon.social)'s status on Wednesday, 10-May-2023 23:06:07 JST Matthias Pfefferle Matthias Pfefferle
      in reply to

      @lordmatt so, I just had a look. there is a missing author attribute in your theme and thats why the h-card is not listed properly: http://pin13.net/mf2/?url=https%3A%2F%2Fmatrixdreams.com%2Fblog%2Frandom%2Fasking-chatgpt-stupid-questions%2Fi-asked-chatgpt-to-imagine-it-ruled-the-world-i-was-not-expecting-its-answer%2F

      In conversation Wednesday, 10-May-2023 23:06:07 JST permalink

      Attachments


    • Embed this notice
      Matthias Pfefferle (pfefferle@mastodon.social)'s status on Wednesday, 10-May-2023 23:07:45 JST Matthias Pfefferle Matthias Pfefferle
      in reply to

      @lordmatt to fix that, you have to use `class="p-author h-card ..."` on the post-author instead of only `class="h-card ..."`

      In conversation Wednesday, 10-May-2023 23:07:45 JST permalink
    • Embed this notice
      Matthias Pfefferle (pfefferle@mastodon.social)'s status on Wednesday, 10-May-2023 23:09:03 JST Matthias Pfefferle Matthias Pfefferle
      in reply to

      @lordmatt here is how it should look like: http://pin13.net/mf2/?id=20230510140834518

      In conversation Wednesday, 10-May-2023 23:09:03 JST permalink

      Attachments

      1. No result found on File_thumbnail lookup.
        PHP Microformats Parser
    • Embed this notice
      Matt 🔶 (LordMatt) (lordmatt@mastodon.social)'s status on Thursday, 11-May-2023 02:56:14 JST Matt 🔶 (LordMatt) Matt 🔶 (LordMatt)
      in reply to
      • Matthias Pfefferle

      @pfefferle It is so obvious now that it has been pointed out to me. Thank you for being willing to spend your free time helping me learn.

      In conversation Thursday, 11-May-2023 02:56:14 JST permalink
    • Embed this notice
      Matthias Pfefferle (pfefferle@mastodon.social)'s status on Thursday, 11-May-2023 14:11:38 JST Matthias Pfefferle Matthias Pfefferle
      in reply to

      @lordmatt no problem ☺️ btw. there is a debugger in the Webmention plugin, where you can put in the source and the target and see what the plugin detects. You can find it unter „tools“.

      In conversation Thursday, 11-May-2023 14:11:38 JST permalink
    • Embed this notice
      Matt 🔶 (LordMatt) (lordmatt@mastodon.social)'s status on Friday, 12-May-2023 02:49:48 JST Matt 🔶 (LordMatt) Matt 🔶 (LordMatt)
      in reply to
      • Matthias Pfefferle

      @pfefferle I stumbled upon that. It showed me my JSON was not getting the author's info. That tool is a stroke of genius - it might not have gotten me to the end of the problem but it did get me in the ballpark. The getting lost part at the end was my fault from which you saved me.

      In conversation Friday, 12-May-2023 02:49:48 JST permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.