Getting the Most out of Multiply

XXXX's posts with tag: images

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 images
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 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.


    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.