Hello @shawfactor
Thank you for your suggestions.
About 1; many plugins use a main-menu item, it is prominent, easy to find. We’ll see what we can do to accommodate your wish, but the default location will remain the main-menu for now.
About 2; moving the Branded Social Images meta-box to the side would make the image section and with that the text-edit very small, rendering it less unusable.
We have a long list of improvements, your suggestions are added to it.
Update on your request;
While we do not intend to change the current behaviour, at least for now, you can use the following;
With WordPress filter bsi_admin_menu_location you can move the entry to the Settings menu. Just return any value other than ‘main’, for example add_filter('bsi_admin_menu_location', '__return_false');
Use filter bsi_meta_box_context to change the meta-box position, return either advanced, side or normal, for example
add_filter('bsi_meta_box_context', 'side');