Getting the Most out of Multiply

XXXX's posts with tag: multiply

What are tags? You can give your posts a "tag", which is like a keyword. Tags help you find content which has something in common. You can assign as many tags as you wish to each post.
View posts by people in your network with tag multiply
Blog EntryHTML 101Mar 1, '08 9:28 AM
by Luiz Felipe for everyone
You can use HTML anywhere on Multiply: comments, posts (click on 'Edit HTML' first if it's a blog post) and even in your Page Title. Here are the basic commands, be sure to check the links for more info.

If you don't like to use the codes but you want to use HTML somewhere, you can do this: create a blog entry and change the fonts, colors, etc, then click on 'Edit HTML' to reveal the code so you can copy it and paste wherever you want.


The Very Basic Basics


Don’t worry, HTML is incredibly easy to learn. All you have to do is surround whatever text you want to change with tags. Like this:


What You Type What You Get
<B>Men</B> Men
<I>Are</I> Are
<U>from</U> from
<S>Men are from Mars</S> Men are from Mars
You can even combine tags (just remember to next each pair of tags)
<B><I><U>Mars Needs Women</U></I></B> Mars Needs Women
And That’s Not All
<CENTER></CENTER> Centers text or image.
<A HREF="URL HERE"></a> Makes whatever text/image it surrounds into a link.
<IMG SRC="IMAGE URL HERE" WIDTH="100" HEIGHT="100" /> Add an image, using optional WIDTH and HEIGHT attributes to control the sizing. Note: IMG code is stand-alone (no separate close tag necessary).
<FONT FACE="verdana" SIZE="6" COLOR="green">Little Green Men</font> Alter the size, style, and color of text.
Cross-browser friendly fonts: Arial, Arial Black, Comic Sans, Courier New, Georgia, Times New Roman, Trebuchet, Webdings.
Cross-browser friendly colors: aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, purple, red, silver, teal, white, and yellow. (Want more colors? Use a HEX code)
That should be enough to get you started! If you're at all interested in learning more (how to build TABLES, for instance), here are some other resources to help you push your HTML skills even further:

Additional HTML Resources


Even more tips and tutorials about HTML/CSS can be found in the group Multiply.Design. Click on the logo to join the group now!


Source: Friendster.com help page.
(info in public domain).


Blog EntryEasy Custom ThemeDec 7, '07 3:12 PM
by Luiz Felipe for everyone

Most people just want a theme with personalized colors and a background. It's very easy to get it using the Custom theme:

1. Click on the Customize My Site link found in your main page or go to settings -> My Site
2. Click on Choose a Theme in the top yellow bar (Image A)
3. Pick Custom Theme (Image B)
4. Choose your background picture using Browse (Image C-1)
5. Pick a color scheme or make your own using the options below (Image C-2)
6. You can Preview or Save it when it's done (Image C-3)

PS1: In the step 4 you must choose a picture in your computer (HardDisk). It will be tiled, so small images won't look good. The recommended image size in general is something around 1024x768 pixels.
PS2: A HTML color table can be found here or here.
PS3: If you later change your Custom CSS, your background pic will be gone. But you can add it back again using the proper code in the body section of your Custom CSS: before you change your Custom CSS, look at your page source code and copy the background tag with the image link, then add it to the body section when you edit the CSS code.


Update1:
After the recent changes, now you can choose the base theme used for customizing the colors: Clean (the new default theme) or Andros (the previous default theme). Also, there are checkboxes to add transparency (no background) to some sections of your page.








Blog EntryJavaScript isn't allowedNov 17, '07 6:24 PM
by Luiz Felipe for everyone
JavaScript (they have the script tag in the code) and iframe codes aren't allowed in Multiply for security reasons. Any other code that is simple HTML or Flash, like the ones that use the EMBED or OBJECT command, should work fine. Usually the site give you options for the code: look for the one in simple HTML (no script tags) or one that uses Flash.


As a side note, sometimes when you try to copy and paste excerpts from other web pages to yours, usually blog entries, you may get the message that 'JavaScrit/CSS isn't allowed', and you can't save your post. It happens because some of the page code was also copied and also pasted with the text. To avoid this, first paste the excerpt in a plain-text editor, like Notepad on Win or Smultron on a Mac, and then copy it again and paste on your page. You will get only the text and should be able to save your entry.


PS: JavaScript isn't the same as Java. Java widgets should work too, as they usually use the EMBED and/or OBJECT tag.


Update1:
EMBED codes that have allowscriptaccess won't work anymore (they will be disabled when added to Multiply pages) due to security reasons too. Quote from a Multiply staff member:
We disabled script access across the board for all embedded flash applications because it poses a significant security risk. Embedded flash players, with allowscriptaccess set to true could potentially execute arbitrary javascript on the page and send other users' personal information to a third party.


Blog EntryGuestbook 101Nov 17, '07 2:48 PM
by Luiz Felipe for everyone

  • Large pictures may make the column where the Guestbook is in your main page too wide. Either remove the entry or ask the poster to remove the code. Also, you can add this code to your Custom CSS to display a scrollbar when it happens:
          #home_guestbook .replybox { overflow:auto; }

          or, if you don't want it to display any image at all:

          #home_guestbook .replybody img { display: none; }

  • How to remove/delete messages from your Guestbook:
            At your main page, you won't see the links to delete comments or edit your own replies in your Guestbook. To do this, you have to go to the Guestbook page. You can get there using one of these ways:
            - at your main page, click on the link below your Guestbook "View All NNN Comments"
            - use this link: http://Your_Username.multiply.com/guestbook (replace Your User_Name with your actual Multiply username)


  • Also, you can edit the number of comments displayed at your main page and the access (privacy) level if you click on Customize My Site and then on the Edit link found in the Guestbook box (see the image below).

  • You can now completely disable HTML in your Guestbook replies, just edit it in your main page (see the picture below).


  • If you can't see your Guestbook and you didn't hide it using the Hide link while your main page is in 'Customization Mode', probably you've set your Homepage to 'Linear View'. Return it to 'Boxes View' to see your Guestbook again:
            http://multiply.com/setup/pages/home

  • If you are still experiencing problems about deleting stuff in your Guesbook and your are using Firefox, you can go to its menu and select: View -> Page Style -> No Style (look to a similar option in your browser if you're using another program) to disable CSS in your page so you can use the delete links to remove any offending material. Then you can enable it again.

  • Groups normally don't have a Guestbook, but you can display one if you change the Page Layout to Linear instead of Box View for the Home Page. (DEPRECATED: does not work anymore)
  • If you try to add HTML code in a comment at someone else's Guestbook that isn't your contact, the HTML will be removed. Of course, the same happens in your Guestbook for people that aren't in your contact list. (DEPRECATED: does not work this way anymore, if you don't want HTML in your Guestbook, disable it completely as explained above)



Blog EntryInbox (previously Message Board) 101Nov 15, '07 10:30 PM
by Luiz Felipe for everyone

The Inbox (previously called Message Board or My Multiply) works like this (if you've set Sort By to 'Latest Reply' in its Preferences):

- if you visit a post and later a new comment (reply) is added to it, the post will be moved to the top of the list (most recent ones), so you get notified that it has a new reply. It will continue to be this way as long as you visit the post to see the updates.

- if you don't visit the post, then the entry in your Inbox won't 'go up' in the list, and will eventually go away from the the first page. But if you later visit the post, new replies added to it will again move the entry in your Inbox to the top.


Of course, you can enable Show "Subscribe," "Pin," and "Remove" links for each item in the Inbox preferences:

- Subscribe enables/disables email notifications for that post. It's also useful when you enabled the notification when you replied to a
post (i.e. marked the 'Forward replies to your_email' checkbox);
- Pin puts the entry at the top of your Inbox for as long as you want;
- Remove deletes the entry from your Inbox (and further updates to it too, of course). It does not delete the post itself, only the entry in your Inbox.

There are many other options in the preferences so you can configure your Inbox like you want. Try the many views to find the one that you like most.

Also, above the entries, you can see a 'proximity-bar':


so you can choose from 'how distant' in your Network the entries in your Inbox will come from. You can select only posts from your contacts, for example, or enable and disable posts from groups as well. Lastly, you can click on Custom to create a personalized filter to display only selected posts, useful if you want to find a post from a friend, for instance, or retrieve your Personal Messages.

The Inbox is the most important place on Multiply, and it's unique. Take some time to configure it to your needs and it will help you to find the posts you want and also make things much easier and faster to keep updated with new posts. Have fun.


Update1:
After the recent update, the Message Board is now called Inbox, and there is an useful pre-set of custom filters that includes Personal Messages and Subscribed threads.


LinkGeek in Texas - Multiply BookmarksNov 10, '07 1:14 AM
by Ron for everyone
Link: http://geekintx.multiply.com/journal/item/185/Multiply_Bookmarks

I've written a little entry with some bookmarks that might be useful.

Blog EntryAdding New Content Boxes to Your PageNov 3, '07 2:43 PM
by Luiz Felipe for everyone

Feeling envy of the older users that have a Recipe or Market section but you don't? Feel no more... With the Tagged Content boxes you can do almost the same.

How does it work? Simple: it will create a new box in your main page with all the entries you have with a selected tag or tags. For example, if you want to have a Recipes section, create blog entries with the tag 'recipes' and then create a Tagged Content box to group these entries.

From the official Multiply blog:
If you use the "Boxes" homepage layout (as opposed to "Linear"), you can now create new boxes on your homepage that display content based on the tags you've given them.

That's right, in addition to the usual boxes like "Photos" and "Videos," you can now mix and match tags to your heart's content... and display your creations on your Multiply homepage. If you ever wished for a box displaying your latest posts related to, say, business, pirates and trees, this feature makes your wish come true.

To set this up, just click the familiar "Customize Site" link on your homepage, and follow this with the aptly-titled "Add Tagged Content Box" link. You'll get a pop-up that you can use to set the options for your box -- particularly what should be displayed (pick one or more tags), and how it should be displayed (box title, number of entries to display). Once you've created your box, you can manipulate it like any other content type box: drag it around, hide it, edit it... And here's the best part: you can make multiple tag boxes!


If you feel comfortable with HTML and CSS, you can even add the new boxes to the navigation menu. Just follow the instructions found in this entry from the Multiply.Design group (where you can find more info about customizing your page too):

Great, isn't it?


Blog EntryAdding Stuff to your Blog entriesNov 3, '07 2:06 PM
by Luiz Felipe for everyone

The blog is the most versatile and user-friendly place on Multiply. If you have a recent version of the most common browsers (Firefox, Mozilla, Netscape, IE) you should see a toolbar just below the item title that allows you to modify the text style and do other things in your entry. The toolbar looks like this (click to enlarge):




I will explain what the buttons labeled with numbers in the above pic do:

1. You can add a pic to your blog entry. When you click on it, it will display another window where you can choose to import a pic from your computer (upload it), use one from one of your albums (Photos entries) or from somewhere in the Internet:



After that, you should see a box where you can choose the justification: left, center or right. Click on the one you want to use and the image is added to your post.

Tip: if you add an image to the beginning of the entry and align it to the right or to the left, a thumbnail will be displayed in your homepage after you publish the entry if your Blog box is set to 'Summary' view.


2. When you click on the checkbox named 'Edit HTML' you can see the HTML code used in the entry. Then you can fine tune your entry if you want or you can add those widgets from the web, like a slideshow, a movie or even a song player. Sites like YouTube and Slide give an EMBED code that you can use at other places (Multiply does it too: click on the share link found in most posts), and you can add it to your blog entries after you click on 'Edit HTML': just find the spot you want to place it and paste the code.
Another tip: you can compose an blog entry, click on 'Edit HTML', copy the code and then paste it anywhere in Multiply, like in your other entries and replies. Think of it like an HTML editor, where you create your stuff and then get the code to paste where you don't have these handy tools.


3. The paper-clip allows you to add attachments to your blog entry. The file will be listed below the entry for downloading. Great for sharing PDF, PPT, PPS files etc. You can add up to 5 attachments to a blog entry.


The rest of the buttons in the toolbar are self-explanatory, just mouse over them and wait a bit to see what they do, like the icon to the left of the paper-clip is for adding polls to your blogs.


Hope this helps. Happy Multiplying.



Blog EntryHow to modify your main page layoutNov 2, '07 3:32 AM
by Luiz Felipe for everyone
Unless you have set your main page layout to Linear View instead of Boxes View in the settings, you can almost completely customize your main page.

First, you can edit your Page Title and section titles by simply moving your mouse cursor over it and choosing Edit. If you can't, please look at my previous post for a work-around.

You can move the section boxes also. Just 'grab' them by their title (the mouse pointer should change to a little hand indicating that you can grab it) and move it to the place you want it. A dashed frame will appear indicating where the box will be after you release it. If you want to arrange them side-by-side, move it to the bottom-right corner, and it should fit just beside the last one. Do this in order to make two columns then arrange them so each section will be in the place you want it. Be aware that it does not work always: some themes allow only one column, but even in these themes you can organize them in the order that pleases you.

Don't want to show a section in your main page? Simple: just mouse over its title and click on the Hide link. Made a mistake? Look for a Restore link for that section bellow your headshot and click on it. The section will show again on your main page but maybe not at the same place, so look all over the page for it and move it again to the right place.

If you are not using it yet, maybe you will have to download and install a recent version of Firefox, which is much more compatible with Multiply and more secure and better overall.

Large pictures may make the column where the Guestbook is in your main page too wide. Either remove the entry or ask the poster to remove the code. Also, you can add this code to your Custom CSS to display a scrollbar when it happens:
#home_guestbook .replybox { overflow:auto; }

or, if you don't want it to display any image at all:
#home_guestbook .replybody img { display: none; }


Update1:
Now you must put your main page in Edit mode before you can move and hide the sections. To do this, you can either click on the Customize My Site that appears right bellow the navigation menu or go to Settings -> My Site. Then you should be able to modify it. Click and hold on the Move link to move a box now.

Update2:
To unhide a section, the links do not appear below the headshot anymore, but in the top yellow banner that will be displayed after you click on Customize My Site. If your page is too loaded with stuff, it will may take a wile before the unhide links show up.

Update3:
Moving content boxes only works if your page is in Boxes View (as opposed to Linear View), of course. To change this, go to this page. Also, be aware that some themes only allows 1 column of boxes, so you cannot put them side-by-side to make them smaller. If you want this, you have to choose another base theme. You can see which ones allow 2 columns in the Choose a Theme page.



Blog EntryHow to fix a problem in your main pageNov 2, '07 2:58 AM
by Luiz Felipe for everyone

After the last update (Multiply 3.0) you do most of the page editing and change the settings directly in the main page. You just have to move your mouse pointer over the section title you want to edit and click on Edit. There is no other way to change some settings. The only exceptions are the Page Layout and the Welcome Message box, that can be edited using this link:
http://multiply.com/setup/pages/content

But sometimes you enter the wrong HTML code and you can't change the setting anymore (or you might have some broken code before the update and now you can't edit your main page at all). So follow these simple tips:

- Download and install the latest Firefox if you haven't done yet. It's a free browser, more secure and stable than IE (Internet Explorer) and it's more compatible with Multiply too;

- Lately it seems that most problems are due to graphics added by to the Guestbook. If you think it's the problem, please follow the tips in this tutorial to hide the graphics or delete the offending entry:
http://multiplynewbie.multiply.com/journal/item/158/Guestbook_101
or the more advanced version:
http://usersupport.multiply.com/journal/item/131/Guestbook_FAQ

- Backup your Custom CSS (when you choose another theme you may lose the code);

- Chose another theme and try to edit the section that has the broken code. You may have to change themes a couple of times if it does not work the first time.

- If it still does not work, go to the pages below and remove any HTML code, leaving just plain text:
http://multiply.com/setup/pages/content  (Welcome Message and boxes titles)
http://Your_Username.multiply.com/edit/title (Page Title - replace Your_Username with your actual Multiply username)

- After modifying and checking for broken codes, select your preferred theme again and copy your Custom CSS back.

If you still can't edit your main page, you should contact the support staff and give them as much details as your can about what you want to do but can't.


PS: I saw the above tip the first time on Nov 16th in a group, posted by licatayag.


Update 1:
It seems that Multiply brought back some links to edit the Page Title and Welcome Message/Sections settings! If you can't edit them directly on your main page, try these links (replace Your_Username to your actual username):
http://multiply.com/setup/pages/content
http://Your_Username.multiply.com/edit/title

Update 2:
Now you don't see the Edit|Hide links on your page anymore unless you click on the Customize My Site link at the top of your page (right bellow the navigation menu, to the right). The page where you can edit some settings is still active:
http://multiply.com/setup/pages/content

Update 3:
Added info about the Guestbook.

Update 4:
If you've hidden something in your Home Page and you don't see the unhide links after you click on Customize My Site, maybe you've set your page to Linear View. Try going back to Boxes View to unhide what you want first:
http://multiply.com/setup/pages/home


Blog EntryHot-linking inside Multiply - Part 2Nov 2, '07 2:52 AM
by Luiz Felipe for everyone
Here is a great tip for adding high resolution images or any other kind of file you want to use on your pages: create a private blog entry and attach a file using the paper clip found in the toolbar when you are editing the post. You can add many files to a single blog entry, so you don't have to create a blog entry for each file you want to use. If you need another file, go back to the private blog entry, edit it and add a new attachment. The old ones will have the same URL, so don't worry, it won't break anything. The file has a 20MB size limit, what's good enough for even attaching some music you may want to embed on your pages. It also works with Flash files (.swf) and other files that can be displayed on a browser using the EMBED command.

If you don't know how to attach a file to a blog entry, please take a look at this entry on the Multiply Official blog: http://multiply.multiply.com/journal/item/105

After attaching the file and saving the post, you can right click on the download link for the attachment and get its URL, just like what you'd do for an image. Then you can use the URL to add the pic to your posts (if the attachment is a picture, of course) or embed the file on your posts, with a plus: the URL is smaller than the ones you get from images from album entries (Photo section). For instance, I've added an attachment to this post (it's a small GIF file). Its URL is:

http://images.lfom.multiply.com/attachment/0/RX0B7AoKCqgAAFYQT3Q1/banana.gif

If you've attached an image, you can add it to any post using the IMG command as explained in my previous post (http://multiplynewbie.multiply.com/journal/item/46) or even use it in your Custom CSS.

If it's not a picture, you should use the EMBED command. Here is an example for embedding a music file on your page:

<embed src="URL_To_Your_File" autostart="true" loop="true" volume="50" height="30" width="144">

and for embedding a Flash file:

<embed src="URL_To_Your_File" wmode="transparent" type="application/x-shockwave-flash" height="420" width="420">

You may want to adjust the values of width and height to fit your needs, and maybe remove the wmode='transparent' part if the Flash animation looks oddly on your page.

Have fun! =)


Attachment: banana.gif

Blog EntryHot-linking images inside MultiplyNov 2, '07 2:47 AM
by Luiz Felipe for everyone
I've decided to create an article about adding pictures inside Multiply. It can used in any place here: replies/comments, group notes, personal messages, any post at all, even on blog entries if you select the View Source option so you can add your own HTML code.

First of all, you need to host the picture on the Internet, you can't use images that are stored on your own computer. There are thousands of free services that host files for hotlinking, specially images. Some of them have some restrictions, like limited bandwidth, maximum file/image size, or will store your file for a limited time then will delete it. For these reasons and as things will be easier and faster if you do it all on Multiply, you can create a private album here (so no one else will see the pics) and still use the images here or anywhere else (if it's used outside Multiply, a small watermark will be visible, so you don't have to credit Multiply for hosting the image for you). I will come to this later.

After you have uploaded your image somewhere, you need to find its URL so you can use it in your post. The URL is the unique address of the image on the Internet. You just need to right click on the image and select Properties if you are using IE or Copy Image Location if you are using Firefox (or the similar command in your preferred browser). If you chose Properties, a small window will appear, where you can select and copy the image URL. You can also select View Image so the only the picture will be show on your browser window, and you can copy the URL from the address bar.

For instance, if you go to this album:

http://multiplynewbie.multiply.com/photos/album/1

you will see that it has only one picture. What you see first is the image thumbnail, a small size picture so you see many pics of the album at once. You can use the thumbnail if you want, just get its URL, but then you will use the small image (it can be useful for creating a link, for instance). If you want the bigger one, click on the image once, and you will see the preview image, which is bigger than the thumbnail. If there is a high resolution version of the image, you will be able to click on it once again to see the full size one (you will also see a link bellow the image with the high resolution image size). The problem is that if you host your images on Multiply, it may delete the high resolution version after 6 months if no one has ordered a print of it. Normally, if you plan to add the pic to a reply or something else, you are not using a high resolution image, or maybe the image you've uploaded is small and there is no bigger version of it, so you don't need to care about it (PS: even if Multiply deletes the hi-res picture, it won't delete the preview nor the thumbnail). In this example, I will use the preview image. Its URL is:

http://images.barefootmeg.multiply.com/image/27:multiplynewbie/photos/1/400x400/1.jpg/multiplyfordummies.jpg?et=AXOfwI3dmAVRbm8AXI%2CUqw

Now, the only thing you need to do is use this command where you want to display the image:

<img src="Image_URL">

where you must replace Image_URL with the actual URL of the image you want to show, and don't forget to include both the "<" and ">" too. In this example:

<img src="http://images.barefootmeg.multiply.com/image/27:multiplynewbie/photos/1/400x400/1.jpg/multiplyfordummies.jpg?et=AXOfwI3dmAVRbm8AXI%2CUqw">

It will show the picture like this:





Some useful variations of the command:
<img src="Image_URL" border="0"> - draws no border around the picture, useful if you use it for a link
<mg src="Image_URL" align="left"> - aligns the image to the left
<img src="Image_URL" align="right"> - aligns the image to the right
<img src="Image_URL" height="300" width="400"> - sets the image width and height (you can use other values, of course, and if you use only one parameter - width or height - the other one will be automatic to keep the image proportion ratio)


OK, now about the private album... I will use the text that kindspirit wrote in a post in this very group:
  • Create a new photo album as you normally would, and add all the photos, Gif's or any other images to that album that you wish to hot link from.
  • When choosing "Who should be able to see this album?", just select "Individuals" But Do Not add any individuals to the list! None! Just leave the list blank.
  • After saving your album, and confirming that the album is complete, it will appear on your message board, but only you will be able to see it. No one else will see it.
  • Now you can go back to those images in your Private Photo Album, and hot link those images to your Multiply site or to any other site on the web.


  • Of course, you will be able to add more pictures to this album, so you will need to create only one. And this tip works for any picture, from any album or any picture from the internet, as link as you get its URL.

    As a final note, remember that's it's not right (nor legal) to use someone's else pictures unless you ask for it first and you have the express permission to do it. It's the same when you create your own albums. And it's polite to cite and thank your source, even after you have asked to use it. Respect the copyright and play nice. ;)


    Update1: in order to paste or edit the HTML code in blog entries, the 'View Source' command was replace by the 'Edit HTML' checkbox.

    Update2: now you can easily grab the code to embed your pics anywhere using the share link you can find below your pics. Use the embedding code to display your pic and link it to your album. Just copy and paste the code.


    Blog EntryUseful ShortcutsNov 2, '07 2:08 AM
    by Luiz Felipe for everyone
    This is a list of useful shortcuts (URLs) to be used here on Multiply:

    For User Pages

    - Enter 'Customize/Edit Mode' (same as 'Customize My Site'):

    - Editing the Welcome Message title/content:
    http://multiply.com/setup/pages/content

    - Editing the Page Title (thanks to Ruizinho Braz):
    http://Your_Username.multiply.com/edit/title

    - Viewing your Network messages (the ones you've created):
    http://Your_Username.multiply.com/notes/

    - Compose a new Network message:
    http://Your_Username.multiply.com/notes/compose

    - Viewing someone's profile:
    http://Username.multiply.com/profile/

    - Removing a contact (from a list):
    http://multiply.com/network/remove-contact

    - Removing a contact (using her/his Username):
    http://multiply.com/network/remove/Username

    - Direct acces to your Custom CSS:
    http://multiply.com/setup/pages/upload-css

    - Direct access to Page Layouts:
    http://multiply.com/setup/pages/home

    - Direct access to My Multiply (Message Board) configuration page:
    http://multiply.com/setup/messages

    - Direct acces to the blocked contacts list, allowing you to unblock them:
    http://multiply.com/network/blocked

    - Uploading photos using the HTML uploader:
    http://Your_Username.multiply.com/photos/upload-html

    - Edit your profile (user data/info):
    http://multiply.com/setup/profile

    - Direct Access to Promote My Site (create/edit a promoting banner):
    http://Your_Username.multiply.com/promote


    For Groups

    - Editing the Welcome Message title/content:
    http://Your_Group.multiply.com/edit/content

    - Editing the Page Title:
    http://Your_Group.multiply.com/edit/title

    - Re-arranging albums (thanks to Carlos Rogerio Toth) :
    http://Your_Group.multiply.com/photos/reorder-albums


    Replace Your_Username with your actual username, Username with a contact's username and Your_Group with a group's name that you admin.

    Of course there are other ones, but these listed here are "hidden" or hard to find. ;)

    This list maybe be updated/edited. =)

    Blog EntryMusic on MultiplyNov 2, '07 1:55 AM
    by Luiz Felipe for everyone

    On Multiply, you can not only blog, share photos and videos, but if you've got sound files to share (such as the kids singing Happy Birthday to grandma or maybe your teen's piano recital) you can share that as well.

    What kinds of music files can I share?
    You can upload the following types of music files to your Multiply site: mp3, m4a, wma, wav, aac, ogg, aif and au.

    Please be aware that sharing someone else's copyrighted music is illegal and prohibited on Multiply, per the Terms of Service.

    -------------------------------------------------------------------------

    How to add a music player (Multiply built-in Flash player) to your homepage:

    1) Go to your main page and click on Customize My Site (or go to Settings -> My Site) and click on the Edit link on your Welcome Message box. You may also use the link bellow:
    http://multiply.com/setup/pages/content

    2) Click on the check box beside Play music on my homepage and choose a playlist with only MP3. The playlist must be also public (access level set to 'Everyone'). There is a remind about it if you mouse over the question mark beside the playlist drop-down menu.

    3) All set. =)


    Some info about music on Multiply:

    - the song info displayed in the playlists (song name, artist, album) come from the info embedded in the file (ID3 tags) and cannot be edit after the file is uploaded.

    - the built-in music player in the main page (for those who set i up, obviously) will show up only to Multiply member who are logged in. It means that it won't appear to non-member or when you look at your page as an 'anonymous' user.

    - in the same way, the download links in the Music posts will only work for Multiply members.

    So, if you can't see the player when you are not logged in, don't panic, it's not a bug.


    Update1:
    - the built-in Flash player that you can add to your main page won't auto-play anymore, so one has to click on the Play button to actualy hear the music.
    - the download links were removed: only who has uploaded the files (site owner) and created the post can download them.

    This may change in the future, but there is no word about when it would. I will update this post if it does

    Important Note on Music: Once you have uploaded music, you cannot delete it.  You can delete the post (playlist) the music was uploaded to, but you cannot delete the music file itself.  You can even edit the post and select or deselect the musics in the playlist, but you cannot remove the songs from the selection list (that you see while you're in edit mode).


    New to Multiply
    Join this Group!RSS FeedHelp on RSS FeedsAdd to My Yahoo
    Report Abuse
    © 2008 Multiply, Inc.    About · Blog · Terms · Privacy · Corp Info · Contact Us · Help

    Template design Copyright © 2005 Remi Prevost Some rights reserved.