Yes. To reorder or add and remove buttons:
1) Go your list of installed plugins.
2) Go to the Plugin Editor Screen for the RRSSB plugin.
3) Scroll down until you see the following code:
$content .= rrssb_email_btn();
$content .= rrssb_facebook_btn();
$content .= rrssb_linkedin_btn();
$content .= rrssb_twitter_btn();
$content .= rrssb_reddit_btn();
$content .= rrssb_google_btn();
// $content .= rrssb_github_btn();
// $content .= rrssb_instagram_btn();
// $content .= rrssb_pinterest_btn();
// $content .= rrssb_tumblr_btn();
// $content .= rrssb_youtube_btn();
4) You can reorder these lines to change the order button appear. Add or remove the “//” from the beginning of a line to add or remove that button.
NOTE: When editing the code, there is always a chance of making an error that will break your site. If this happens just uninstall then re-install the RRSSB plugin.