Hey,
I just did that myself a few days ago. There are no "tools" per say that MFC or SM will provide you. All you need is some basic coding so that you can link an image from your profile to your wishlist. This is applicable to the twitter account too.
Set up your amazon wishlist, normally that's a pretty easy process, as is Twitter.
Here are the steps for MFC:
1. Acquire an image from the internet for the amazon wishlist logo/twitter logo that you want.
2. Download them into your computer.
3. Upload them in MFC (you don't want to use URL's that might disappear one day, so it's best if you use MFC as your image hosting site). Be sure to put them in an unassigned album, meaning that where there is the drop down menu that say "avatar", "recent pics", click on "choose location" (I believe).
4. Now you have to code it. Whatever is in red, you will have to customize and change it to your own between the quotation marks. Post this in your "edit profile" "about me" section (or other sections if you wish):
PHP Code:
<a href="URL TO TWITTER OR AMAZON"><img src="URL TO TWITTER LOGO or AMAZON LOGO"></a>
So pretty much if you want Twitter and Amazon links on your page, it would be like this:
PHP Code:
<a href="LINK TO AMAZON WISHLIST PUBLIC PROFILE"><img src="LINK TO AMAZON LOGO"></a>
<a href="LINK TO TWITTER PUBLIC PROFILE"><img src="LINK TO TWITTER LOGO"></a>
I hope it helps! Good luck!
Bookmarks