beeminder / wp-beeminder

A WordPress plugin that will ping a Beeminder goal whenever a post is published. Perfect if you want to stick to a new posting schedule.
Other
0 stars 2 forks source link

Include blog post URL in data point comment sent to Beeminder; add a filter so user can configure this #4

Open MatthewEppelsheimer opened 6 years ago

MatthewEppelsheimer commented 6 years ago

Current behavior: data point comment is Post published: [Post Title]

Proposed behavior: data point comment is Post published: [Post Title] — [URL]

This is something I personally would like to see. The only question I have is whether this should be an optional setting, or just The Way It Works. My preference is the latter. Adding a filter will (a) make it possible for developers to customize this behavior on their own; and (b) be a first step in the direction of making this configurable through a settings screen.

Any thoughts?