Skip to content

bastianallgeier/kirby-webmentions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kirby Webmentions Plugin

This Kirby plugin provides an easy way to add webmentions to your site. Download the plugin from Github and put it into /site/plugins. It will automatically be loaded by Kirby.

To enable webmentions in a template, you can use the webmentions() helper:

<?php echo webmentions() ?>

Additionally you have to specify your new webmention endpoint in the header of your site:

<link rel="webmention" href="<?php echo url('webmention') ?>">

Your site is now able to receive webmentions.

Author

Bastian Allgeier bastian@getkirby.com

About

This is the first draft of a Kirby webmentions plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages