Jump to main content

Nicolas Hoizey

  • articles
  • billets
  • links
  • notes
  • talks
  • archives
  • about

Note from 31 January 2023

  • Nicolas Hoizey
  • 31 January 2023
  • Webmention
  • 3 reactions

Is there a way to fill webmention.io with mentions from the past?

Asking for a friend… 😅

3 reactions

1 repost

  1. Jeff Sikes avatar

2 replies

  1. Eric Portis avatar Eric Portis
    @nhoizey What's the source? Can you just... send them? (`created` and `updated` will be from the time they were sent, but `published` will be whatever timestamp webmention.io picks up from the source)
    • 31 January 2023, 20:45
    • Source
  2. Eric Portis avatar Eric Portis
    @nhoizey and by "send them" I mean```
    curl -X "POST" "https://webmention.io/nhoizey/webmention" \
    -H 'Content-Type: application/x-www-form-urlencoded; charset=utf-8' \
    --data-urlencode "source=https://some-old.source/whatever" \
    --data-urlencode "target=https://your-target.here/"
    ```
    Hosted Webmention Service
    • 31 January 2023, 20:55
    • Source
  • Older: Note from 31 January 2023
  • Newer: Note from 2 February 2023

Related contents with similar topics

  1. screenshot of Own Your Web – Issue 14: Webmentions

    Matthias Ott avatar Matthias Ott

    Own Your Web – Issue 14: Webmentions

    • Nicolas Hoizey
    • 1 May 2024
    • Webmention
    • 20 reactions

    Wouldn’t it be amazing to be able to collect reactions from other personal websites or large platforms when we publish something on our own sites?…

  2. screenshot of Moderate people, not code

    Ryan Barrett avatar Ryan Barrett

    Moderate people, not code

    • Nicolas Hoizey
    • 22 January 2024
    • Mastodon, Fediverse, Webmention

    I love all this shared tooling for the same reason I like consent-based federation and communities over networks: it brings the moderation focus back…

  3. screenshot of The Indieweb privacy challenge (Webmentions, silo backfeeds, and the GDPR)

    Sebastian Greger avatar Sebastian Greger

    The Indieweb privacy challenge (Webmentions, silo backfeeds, and the GDPR)

    • Nicolas Hoizey
    • 11 October 2023
    • IndieWeb, Webmention, privacy
    • 8 reactions

    while a Twitter user technically “publishes” a message for all world to see as they like or retweet a tweet, the consequence that simply pushing a…

  4. screenshot of The ethics of syndicating comments using WebMentions

    The ethics of syndicating comments using WebMentions

    • Nicolas Hoizey
    • 11 October 2023
    • IndieWeb, Webmention, privacy, ethics
    • 8 reactions

    This is a complicated problem. I want to see what people are writing in public about my posts. I also want to direct people to the conversations which…

  5. Updating webmentions on a static site

    • Nicolas Hoizey
    • 5 February 2023
    • Webmention, Eleventy, static, GitHub, Cloudflare
    • 4 reactions

    When I started using Webmention on this site (more than 5 years ago!), I was building the site on my local computer, and uploading the build result on my hosting with rsync. I've moved to Cloudflare Pages 6 months ago, which means webmentions where updated only when I pushed new content to GitHub. Here's how I fixed that.

If you want to share an error or suggest an enhancement of this content, please edit the source on GitHub.

© Nicolas Hoizey

Built with Eleventy