How To: Add (embed) images in posts

Look in here for step-by-step procedures on how to upload photos to the gallery, embed images in posts, and use other fun features of this website.

How To: Add (embed) images in posts

Postby admin » Mon Jan 10, 2005 12:43 pm

I've had a few questions from members asking how to embed an image in a message board post. Here is my response/how to:

For those who hate to read, watch the video.

If you've already uploaded images to the gallery, and want to put them in a post, skip to Step 2.

First, your image must live somewhere that is internet accessible, like in our photo gallery. You must be able to get to it with a Uniform Resource Locator (URL, also commonly called a "web address"), which is always preceded by "http://" and looks like this:

Code: Select all
http://www.backcountrypilot.org/somefile


A local path on your personal computer will not work, i.e. C:\My Documents\photos\. A local path is different from a URL in that it only works to locate a file on your personal computer. People on the internet cannot use it to access a file.

Here is the solution:

Step 1 Upload your image to the gallery on this website. See this tutorial.Create a user gallery if you do not already have one, or you can put the image in the general categories, though I will have to approve the image first(not for user galleries though.) This usually happens as soon as I check my email. I really suggest taking advantage of your user gallery though, instead of the general categories. It makes it easy to link to your personal photo collection with one URL. When uploading and you get to the page to place your photo in a gallery, your user galleries have a * next to them.


Step 2) Navigate to your image in the image gallery, to the page with the filmstrip thumbnail thing at the bottom. The page looks like this.

When you upload photos, you upload a large, fairly high res version. Upon upload the system resizes the photo into 2 smaller sizes: Normal and Thumbnail. The medium size image is the one you see in the gallery and is good for embedding in posts. The large size is too big and takes forever to load for people on dial-up (but good for wallpapers), and the thumbnail is just too small.


Step 3) We're going to copy the image's URL onto the clipboard (so we can paste it) from the image page. How to do this depends on what browser you use.

  • Mozilla Firefox, Chrome, and Safari: Right mouse click on the medium-size image, and select Copy Image Location or Copy Image URL.
  • Internet Explorer: Right mouse click on the image, select Properties, then highlight and Copy the Address(URL) of the image. IE v7 may be different, I'm not sure.

Remember that an image URL references an image file, i.e ending in extention ".gif" or ".jpg". It will not end with ".php" or ".html", which are page URLs. Close the Properties dialog, since now the URL is copied to the clipboard.


Step 4) The image URL is now in memory on the clipboard. Time to paste it into your message. While in the "New Topic" or "Edit Post" mode, place your cursor in the post where you want to insert your photo and click the Img button ONCE, then Paste (Edit->Paste OR CTRL+V) the URL between these img tags.

Alternatively, you can just paste the image URL in, highlight it with the mouse, and click the Img button ONCE. Whatever was highlighted will be "inside" the Img tags. This works for all the bbcode buttons on the editor page.

In the editor window it should look like:

Code: Select all
[img]http://www.backcountrypilot.org/gallery/albums/userpics/10003/normal_sandy6.jpg[/img]


When you submit your message, the image will show up in it. Please do not insert too large of an image in your posts, since it slows the loading of the thread down for dialup users. The Intermediate size should be fine.

Now that we've covered the fundamentals, here's an even quicker and easier way to generate the code:

Automatic BBcode for image Embed




Now for some advanced stuff:

Let's insert an image that, when clicked on, opens the large size image.

Similar steps to above-- In the editor we're going to have our embedded image:

Code: Select all
[img]http://www.backcountrypilot.org/gallery/albums/userpics/10003/normal_sandy6.jpg[/img]


But let's modify it to be a hot link. We're going to "wrap" the URL bbcode tags "around" it. First, I am going to open up the large image I want to reference, then repeat step 1 from above, right mouse click, and copy the image URL of my desired hot link destination image. I then paste it into the URL tag like this:

Code: Select all
[url=http://www.backcountrypilot.org/gallery/albums/userpics/10003/sandy6.jpg]
[img]http://www.backcountrypilot.org/gallery/albums/userpics/10003/normal_sandy6.jpg[/img]
[/url]


Remember to close all the bbcode tags with the forward slash closing tag of the same name, ie: [/img] closed the [img] tag. Here's a template you can paste into your post. Just substitute the urls:

Code: Select all
[url=DESTINATION URL][img]IMAGE URL[/img][/url]
Last edited by Zzz on Sun Aug 24, 2008 11:36 pm, edited 10 times in total.
User avatar
admin
Janitor
Posts: 10
Joined: Fri Oct 08, 2004 5:08 pm
Location: Indeterminate
 
admin's Photo gallery

Lots of places to slip up trying to add photos

Postby Berk » Fri Nov 17, 2006 1:48 pm

Hi, Zane;
Thanks for the attempt to spell out succinctly how to add photos. For someone who isn't totally conversant in computers (ad hoc taught), it's hard to imagine sucessfully negotiating the directions. Kind of like telling a novice to land a plane on the first try, by watching their pitch angle, and RPM's & flaps & trim, to manage their airspeed, and then round out & flare before crashing into the pavement. Maybe at the next fly-in, you could carve out a timeslot to give a demo on how to accomplish the procedure of adding photos. Meanwhile, text will have to do, for me, anyway.
Thanks, Berk
Ed note: Berk Snow perished in a crash June 14, 2007. He was a great contributor and will be missed. -Z
Berk
Posts: 153
Joined: Sun Feb 26, 2006 11:37 pm
Location: Coast Range, Northern California

Postby Zzz » Fri Nov 17, 2006 2:38 pm

Well, just try your best. You can't really screw anything up that I can't fix, so practice makes perfect.
User avatar
Zzz
Amateur
Posts: 1694
Joined: Fri Oct 08, 2004 11:09 pm
Location: Portland, OR
 
Zzz's Photo gallery

Postby Low&Slow » Fri Nov 17, 2006 10:09 pm

Hey Zane -

I use a Mac, with Safari, and haven't been able to put pics in posts. I can get them loaded into the albums, but can't seem to figure out how to make them appear in posts from albums. Any thoughts?

John
User avatar
Low&Slow
Posts: 159
Joined: Wed Feb 15, 2006 9:27 am
Location: Medford, OR
 
Low&Slow's Photo gallery

Postby Zzz » Fri Nov 17, 2006 11:10 pm

Low&Slow wrote:Hey Zane -

I use a Mac, with Safari, and haven't been able to put pics in posts. I can get them loaded into the albums, but can't seem to figure out how to make them appear in posts from albums. Any thoughts?

John


I use a Mac too, and I still use Firefox on it. It's still easy to post pics using Safari though. For Step 3 in the above tutorial, just right mouse click on the image you want to post (any image that's on the web or in our gallery), then select Copy Image Address. The image URL is now in memory ready to be pasted. Proceed to step 4.
User avatar
Zzz
Amateur
Posts: 1694
Joined: Fri Oct 08, 2004 11:09 pm
Location: Portland, OR
 
Zzz's Photo gallery

Re: How To: Add (embed) images in posts

Postby RDUStinson » Tue Apr 19, 2011 11:00 am

Z- I have been told that it's possible to link to an image hosted somewhere else (like Picasaweb) and have it appear in a post without needing to upload it directly to BCP. Is that true? I've played around inserting URLs and embed URLs from Picase with no luck. I often get some kind of "image size cannot be determined". Any tips?

My apologies if this has been addressed before.

Cheers!

-Bill
108-3
User avatar
RDUStinson
Posts: 269
Joined: Thu Jan 21, 2010 3:37 pm
Location: Raleigh, North Carolina
 
RDUStinson's Photo gallery

Re: How To: Add (embed) images in posts

Postby denalipilot » Tue Apr 19, 2011 11:13 am

RDUStinson wrote:Z- I have been told that it's possible to link to an image hosted somewhere else (like Picasaweb) and have it appear in a post without needing to upload it directly to BCP. Is that true? I've played around inserting URLs and embed URLs from Picase with no luck. I often get some kind of "image size cannot be determined". Any tips?

My apologies if this has been addressed before.

Cheers!

-Bill


Bill,

On a Mac, try holding "control" while clicking on the picture. You should see an option to "open image in new window". Select that, and when the new image opens, cut and paste its URL into your BCP post in between the [IMG] thingies.
Probably some comparable deal on a PC. Might be easier ways, but this works for me. Good Luck.

p.s.- I find it easier to do this using multiple open browser windows, instead of trying to go forward and backward in the same browser window

-DP

(Like this):
Image
Last edited by denalipilot on Tue Apr 19, 2011 11:20 am, edited 1 time in total.
User avatar
denalipilot
Posts: 1301
Joined: Mon Oct 15, 2007 4:53 pm
Location: Denali, Alaska
 
denalipilot's Photo gallery

Re: How To: Add (embed) images in posts

Postby RDUStinson » Tue Apr 19, 2011 11:17 am

As an example, I post this between ith "img" thingies:
"https://picasaweb.google.com/lh/photo/LqqPwXHy1bL32m6qgj3HiSckiu8p6Ep-O_D1CLfoOrA?feat=directlink"

And get this error:
It was not possible to determine the dimensions of the image.

It seems pretty straightforward to me, but it's just not working. Thanks for the suggestion!

-Bill
108-3
User avatar
RDUStinson
Posts: 269
Joined: Thu Jan 21, 2010 3:37 pm
Location: Raleigh, North Carolina
 
RDUStinson's Photo gallery

Re: How To: Add (embed) images in posts

Postby denalipilot » Tue Apr 19, 2011 11:22 am

Sorry, that's all I got- Time to escalate this support call to level II!
User avatar
denalipilot
Posts: 1301
Joined: Mon Oct 15, 2007 4:53 pm
Location: Denali, Alaska
 
denalipilot's Photo gallery

Re: How To: Add (embed) images in posts

Postby Zzz » Tue Apr 19, 2011 11:22 am

RDUStinson wrote:Z- I have been told that it's possible to link to an image hosted somewhere else (like Picasaweb) and have it appear in a post without needing to upload it directly to BCP. Is that true? I've played around inserting URLs and embed URLs from Picase with no luck. I often get some kind of "image size cannot be determined". Any tips?

My apologies if this has been addressed before.

Cheers!

-Bill


The URL that you get must end in a file extension e.g. ".jpg"

It generally won't work if you just copy what's in the address bar of the browser, because most all the photo sites display your image embedded in a webpage. What you want is the direct URL to that image. Like DP says, if you use the right mouse button to click on the photo (on a one-button mouse or touchpad, this can be accomplished by holding down the CONTROL button while clicking) you'll see this little menu:

Image

Select "Copy image URL" and the correct URL will be copied into memory. You can then just paste it between the [ IMG ][/ IMG ] tags.

The proper URL for Picasa images should look like this:
Code: Select all
https://lh4.googleusercontent.com/_UbGR4H-XAvE/Tai8OaBulfI/AAAAAAAACeE/LEHvBl6dihU/s1024/charley-at-night-1.jpg


I use Google Chrome, so that's the menu I get. Other browsers are similar, but slightly different terminology. Safari I believe calls it "Copy image address" while Firefox calls it "Copy image location." I refuse to acknowledge the existence of Internet Explorer.
User avatar
Zzz
Amateur
Posts: 1694
Joined: Fri Oct 08, 2004 11:09 pm
Location: Portland, OR
 
Zzz's Photo gallery

Re: How To: Add (embed) images in posts

Postby denalipilot » Tue Apr 19, 2011 11:24 am

Actually,Bill, it does work for me. Here's your pic, from the directions I tried to give you:
Image
User avatar
denalipilot
Posts: 1301
Joined: Mon Oct 15, 2007 4:53 pm
Location: Denali, Alaska
 
denalipilot's Photo gallery

Re: How To: Add (embed) images in posts

Postby RDUStinson » Tue Apr 19, 2011 11:33 am

I don't know what platform you're using [Never mind- I see now], but on my XP based PC, right click brings up a menu at the bottom of which is "Properties". If I select that I get a little window from which I can copy the URL, of the form
"https://lh3.googleusercontent.com/_Gi0CrtQ4dAw/Tab6rnqu6BI/AAAAAAAAAD4/gdvt17Mpbno/s800/IMG_5133.jpg"

The odd thing is that Picasa also provides a link at the right hand side of the picture viewer window:
"https://picasaweb.google.com/lh/photo/ChPIqQ2DgIszIEBw8jdjuSckiu8p6Ep-O_D1CLfoOrA?feat=directlink"
This does not work, and I get the error: "It was not possible to determine the dimensions of the image."


Image

Anyway, clearly I've now figured it out- thanks for the help! :P
108-3
User avatar
RDUStinson
Posts: 269
Joined: Thu Jan 21, 2010 3:37 pm
Location: Raleigh, North Carolina
 
RDUStinson's Photo gallery

Re: How To: Add (embed) images in posts

Postby Zzz » Tue Apr 19, 2011 11:48 am

Ahh, I see it. Click the "image only" check box to have it automatically put the URL in the "Embed image" text box for you:

Image
User avatar
Zzz
Amateur
Posts: 1694
Joined: Fri Oct 08, 2004 11:09 pm
Location: Portland, OR
 
Zzz's Photo gallery

Re: How To: Add (embed) images in posts

Postby RDUStinson » Tue Apr 19, 2011 11:59 am

Yep- that's exactly it. Thanks again!
108-3
User avatar
RDUStinson
Posts: 269
Joined: Thu Jan 21, 2010 3:37 pm
Location: Raleigh, North Carolina
 
RDUStinson's Photo gallery

Re: How To: Add (embed) images in posts

Postby courierguy » Tue Apr 19, 2011 12:31 pm

I've hesitated for some time to ask this, hoping I'd figure it out on my own, #-o BUT, how does one provide a link to a Youtube video, that has it all ready to go? That is, the opening scene is right there, you don't get sent to the the Youtube site. That clear enough?!
"Its easier to apologize then ask permission"
Tex McClatchy
User avatar
courierguy
Posts: 1737
Joined: Thu Mar 31, 2005 6:52 pm
Location: Idaho

Re: How To: Add (embed) images in posts

Postby Zzz » Tue Apr 19, 2011 12:49 pm

courierguy wrote:I've hesitated for some time to ask this, hoping I'd figure it out on my own, #-o BUT, how does one provide a link to a Youtube video, that has it all ready to go? That is, the opening scene is right there, you don't get sent to the the Youtube site. That clear enough?!


All these questions are answered in the How-Tos and Tutorials forum, you just have to look :)

http://www.backcountrypilot.org/forum/viewtopic.php?f=25&t=2274
User avatar
Zzz
Amateur
Posts: 1694
Joined: Fri Oct 08, 2004 11:09 pm
Location: Portland, OR
 
Zzz's Photo gallery

Re: How To: Add (embed) images in posts

Postby Zzz » Wed Aug 17, 2011 6:58 pm

Tonight I made a screencast video that might be helpful to folks who are struggling with uploading or embedding images:

http://www.backcountrypilot.org/resource/video/BCPtutorial-photogallery.mov
User avatar
Zzz
Amateur
Posts: 1694
Joined: Fri Oct 08, 2004 11:09 pm
Location: Portland, OR
 
Zzz's Photo gallery


Return to How-To and Tutorials

Who is online

Users browsing this forum: No registered users and 1 guest