Colin Walker
Colin Walker
Yes, I was thinking about it like nofollow but that doesn’t impact webmentions does it? Good point, about images & videos - that could be extended. It was just a...
The micro.blog incident was what triggered the thinking but surely they may be other times when you don’t necessarily want/need a mention generated. Just thinking out loud.
As I say, it was just an initial idea based on the plugin itself. If there was a wider need then, yes, there would no doubt be a better way...
Possibly, but I was thinking more at the individual link level as there may be multiple links in a post.
Thanks David. I think I've got it using the filter hook. https://github.com/colin-walker/nomention I know this is an edge case but it was something I wanted for my own workflow and...
@AnTheMaker Thanks for this. I have added it to my own fork for use with my custom reader. 🙏
I _think_ I've got it set up on [my feed](https://colinwalker.blog/livefeed.xml) okay — When it gets recreated I be got the ping to rpc.rsscloud.io working and it showed in the log...
@scripting Quick question: the feed is definitely okay and I have an endpoint (/notify) responding correctly to the /pleaseNotify challenge. The logs on rpc.rsscloud.io shows that it was notifying me...
Understood :) It's my [normal feed](https://colinwalker.blog/livefeed.xml). I copied the cloud element from other feeds: ``` ``` I can register successfully but need to just sort out how to process the...
Thanks guys. I'm working in PHP. Let me try to rephrase: 1. The feed has the cloud element (hopefully it's got the correct info) 2. Each time the feed is...