Although like DuoShi said, this is the wrong place for this thread.
I will do my best! In order to implement profile types on MGF I think they use HTML (I'm not a camgirl so I've never had the chance) and if they don't, then they utilize CSS rules. I would be happy to help you out with either if you can find out.
Basically though, you could use a basic image editing software (photoshop is best, but gimp or even windows paint can do) to cut out some buttons from sites you like, or do a google search for a set of images you can already use as buttons, then do some linking. For HTML it goes like this
Code:
<a href="PLACE DESTINATION URL HERE INSIDE OF THESE QUOTATIONS" target="_blank">
<img src="PLACE IMAGE URL" border="0" />
</a>
For the destination URL, you'll want to copy and paste what is in your address bar when you visit your amazon page or whatever page you are linking to. For the image, you'll need to host the image somehwere, like dropbox, photobucket, or imgur. You upload the image to that place, then click on the image to get it fullsize, and that will be the address bar link you'll want to copy and paste into those quotations. The target=blank code is to make the link open in a new window or tab (depending on user preferences they have on their computer) and that way it won't pull them away from your MFC profile page. border=0 keeps the page from generating an ugly border around your image.
Now to set up the rest of your page you'll likely need a lot more but at least that will get you started with some buttons!
![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)