Social Feeds For You, By You

Making Feeds: Custom Logic Requests

demonstrates common logic requested for custom feeds

March 14, 2026

All logic is shown using graze.social nodes. Posts for testing the provided logic works as expected are included, but may not return the expected results if you have other logic in the feed definition.


How to remove all links?
not just link embeds, but also links only in the text?

How to remove all links?

not just link embeds, but also links only in the text?

Inside an "all of these" logic node: regex node looking for posts where the facet features uri is missing \. (a period symbol) and an "any of these" logic node. Inside the "any of these" node: an embed missing link node (which looks for links that have embeds) and a regex looking for post where the link card url contains ".gif?" (gifs can look like links, so it's ok if it has an embed link *if* that is a gif link)\

Test posts - these should fail (be excluded):

  • Link in text, link embed

  • Link not in text, link embed

  • Link in text, no embed link

Counter test posts - these should pass (be included):

  • Image, no link in text, no link embed

  • Gif, no link in text, gif gets embed link

  • Link not in text, no embed link, quoted post has link

This logic set is available as a custom node in graze.social - just search "Exclude All Links" under the 'custom' tab in the feed editor.

Subscribe to Social Feeds For You, By You
to get updates in Reader, RSS, or via Bluesky Feed
Video Feeds

custom-feeds
tutorial
atproto