To enable the mce button in other post types I have made this change in the my_add_styles_admin function:
if (is_admin() /*&& $type == 'post' || $type == 'page'*/) {
After this the button shows up.
If there is no special reason for this then I will keep this change ??