feedbin / support

83 stars 11 forks source link

Feature Request: Sharing Token for Content #275

Open duner opened 11 years ago

duner commented 11 years ago

I'm really enjoying the awesome flexibility Feedbin gives you with sharing but it would be cool if in addition to the existing tokens for title, url, and source, there could also be a ${content} tag for when I want to email an article to someone who is not likely to want to click on the link.

ninjabreadman commented 11 years ago

Covered in #126. Tokenizing content is problematic, as you'll invariably run into practical limits of passing URL encoded content (e.g. http://en.wikipedia.org/wiki/Query_string#Compatibility_issues), not to mention the length of share links. I mentioned an ${entry_id} token as a possible first step, to permit an API callback to fetch the content from @feedbin itself.