-
Notifications
You must be signed in to change notification settings - Fork 371
Open
Labels
Milestone
Description
I appreciate the work done on the sharer, but from both a developers point of view, as well as an users point of view, I find this pretty convoluted.
- There needs to be a clearer way of passing information to the sharer for the various fields. For example, the fact that (by default), the [SHKItem image:title] method doesn't send that title anywhere. That should be mapped to the Caption field (which is an easy enough fix, and I have done that locally, but I can't figure out why this wouldn't be the default)
- The user should actually be able to see the information they are sending to Tumblr. I have no clue about what is being sent until I actually send it, and then check Tumblr to see what got pushed. This is especially bad practice for sending text items, since you end up not giving the user a chance to edit or verify the body of the post before sending.
- There needs to be a clearer indication about what kind of information is being sent to Tumblr. There is no difference (visually) between sending an image, or sending text. This may be ok for some cases, but in my case, where you're sending an object that is created dynamically based on the types of data available, it just leads to user confusion.
On a related note, is it not possible to send newline characters to the captions field? Does Tumblr even recognize newlines in captions?