Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Webmention.io

Webmention.io is a hosted service created to easily receive webmentions on any web page.

Webmention.io Reviews and details

Screenshots and images

  • Webmention.io Landing page
    Landing page //
    2021-03-09

Badges

Promote Webmention.io. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Enable webmentions on any web page with Webmention.io by Aaron Parecki #opensource

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Webmention.io and what they use it for.
  • Webmentions and the blogging void – part 1
    Webmentions (webmention.io) are a way to bring social activity and interactivity to your site without having it on your platform itself or needing to have complex systems in place. Harness the activity, audience, and functionality from existing platforms. - Source: dev.to / over 1 year ago
  • Add Mastodon replies to your blog
    Async function getMentions(url) { let mentions = []; let page = 0; let perPage = 100; while (true) { const results = await fetch( `https://webmention.io/api/mentions.jf2?target=${url}&per-page=${perPage}&page=${page}` ).then((r) => r.json()); mentions = mentions.concat(results.children); if (results.children.length < perPage) { break; ... - Source: dev.to / over 1 year ago
  • Webmentions yes, JavaScript no
    In the interim, I found myself pondering why every webmentions-on-Hugo solution I’d ever found up to now used JavaScript, rather than trying to do it purely in Hugo. After all, Hugo sports plenty of data-grabbing horsepower. For example: in my own experience to date, I’ve found Hugo's getJSON feature just as useful as the node-fetch on which the aforementioned JS relied to grab data from webmention.io. - Source: dev.to / almost 2 years ago
  • Building Permanent and Censorship-Resistant Blog with ETH Blockchain and IPFS
    One of the building blocks for such a system might be something like: https://webmention.io/. - Source: Hacker News / almost 3 years ago

Do you know an article comparing Webmention.io to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Webmention.io discussion

Log in or Post with

This is an informative page about Webmention.io. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.