Re: Posting Code in a Page (Doesn\'t show)
I’m not sure if this is the best way but what you could do is put your html/script in a seperate file called “flickrscript.php” and put it in your active theme folder.
then include it in your template by calling it directly:
<?php include( TEMPLATEPATH . ‘/flickrscript.php’ ); ?>
That should work I think! If you want to entirely new BuddyPress page you can follow this guide:
https://buddypress.org/forums/topic/make-your-own-custom-buddypress-page
Good luck!