pfefferle / wordpress-webmention

A Webmention plugin for WordPress
https://wordpress.org/plugins/webmention/
MIT License
117 stars 31 forks source link

Add Mention Feed #215

Open dshanske opened 5 years ago

dshanske commented 5 years ago

The idea is to generate using a comment query a feed of homepage mentions... I have the hardest time figuring out how to display these usefully and just store them most of the time.

The feed can be a custom URL and/or a widget

tw2113 commented 5 years ago

It's not ready for merge yet, but I have this started:

https://github.com/tw2113/wordpress-webmention/tree/215-home-mention-feed

2 commits so far: https://github.com/tw2113/wordpress-webmention/commit/7a15ac80f10c05da67263de6362807482c2fb84b https://github.com/tw2113/wordpress-webmention/commit/05b28c81c2c1d6e7086d355f668478bb81519ffe

Feel free to request any sort of code renaming, structure changes, etc early before we do the official PR, as you see fit.

tw2113 commented 5 years ago

Also I know Davide mentioned custom url and/or widget, but this feels like perhaps a better approach as a function can be used in custom url, widget, shortcode, or even template files if someone feels up to it. A bit more versatile.

dshanske commented 5 years ago

I agree with a function that can generate the other options

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 5 days.