I have a set up like this with a title and then several buttons/links to perform actions:
TITLE delete preview share stats publish
All else considered equal, I'm trying to consider how to order them. Publish is the sort of final action so I'd consider puttin git on the end. It was recommended to me that delete should go on the end (bc it's even more final and not likely to be used) I feel, though, that being at the end of the list makes it more obvious (end and beginning being most obvious to me).
But organizationally, it doesn't make sense for delete to be in the middle somewhere.
I would have it appear on hover, but I want the interface to work identically on touch devices.
Can you point me to any information or advice that will help me figure out the best ordering for these items?