Yes, you can add them all. Just look at the file public/class-speed-contact-bar.php, add something like $contact_list[] = '<li>your stuff’;` between lines 776 and 777.
But that will be overwritten with every next upgrade of the plugin. So I think about implementing a filter so you can hook on your functions to extend the content of the bar.
Well, that worked like a charm sir
thank you
even the google custom search bar goes after that? I don’t want to overcrowd it, but it is too good to resist. π
With the new plugin version 4.0 you can write your own functions to extend the contact bar with your desired content, re-order the entries and style it with your own CSS. Please read the documentation in Other Notes.