New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

hearthside-mentionable

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hearthside-mentionable

  • 0.2.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Mentionable

An implementation of Webmention, a web standard for mentions and conversyions across the web. With mentionable, people can reply by sending webmentions for:

  • commenting
  • liking
  • reposting
  • mentioning / linking to
  • quote

The h-entry specification provides for more types of reply, but these are what Mentionable currently supports.

Mentionable sets up an endpoint in your Rails app to receive these Webmentions, confirms that the reply actually links back to a page you've published, and stores replies in the database for you to display or use as you please.

Optionally, Mentionable can be configured to send Webmentions when content you create links to external sites. It does this by querying the link, performing Webmention endpoint discovery, and notifying sites that are set up to receive Webmentions.

You can configure one or more objects to be queried upon creation by telling Mentionable what they are and what method to check for links.

Usage

How to use my plugin.

Installation

Add this line to your application's Gemfile:

gem 'hearthside-mentionable', require: 'mentionable'

And then execute:

$ bundle

Or install it yourself as:

$ gem install hearthside-mentionable

Contributing

Contribution directions go here.

License

See LICENSE.md

FAQs

Package last updated on 13 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc