Re: Adding Twitter Badge issue
you would edit your bp bp-themes/ or theme/buddypress-home/
depending on where you want it.
you could also add the “tweet” stuff directly to the functions.php file
/themes/buddypress-home/home.php
(the above is the home page, which calls the left,center,right sidebars)
you could manually insert your code there.
there’s a few different way to do that…. some would say creating a plugin/function/bp-custom code is the best