Reference number: CH000993
How can I post an image or picture to my StumbleUpon blog?
Question:How can I post an image or picture to my StumbleUpon blog?
Answer:Below are two different methods of how a user can add an image or picture to their StumbleUpon account blog.
Users with the StumbleUpon toolbar
- Find the image or picture you wish to add to your blog.
- Right-click the image or if you're using an Apple Macintosh with no right-click press the Open Apple key and then click with your mouse button to open the options of the image.
- In the options menu locate and click the "Stumble Photoblog It!"
- This will open a StumbleUpon window that will let you describe the image and specify the type of image it is if no other user has linked to it or if other users have made comments about it a web page showing other users who have also enjoyed the image. In either of these windows you should be able to make comments in the review box or if you just wish to add the image simply click the submit button.
Users without the StumbleUpon toolbar
If you have chose to not install the StumbleUpon toolbar or your browser does not support StumbleUpon you can still add images using the HTML img tag. Below are the steps on how to do this. If these steps seem too complicated and your browser does not support you may want to consider moving to a different browser such as Firefox.
- Locate the image you wish to add to your blog, right-click the image or if you're using an Apple Macintosh with no right-click press the Open Apple key and then click with your mouse button to open options available for the image.
- Click Properties and locate and copy the URL or location of the image.
For example, for the below image if done properly you should have the image URL as: http://www.computerhope.com/toptitle.jpg

Copy the address of the image so it can be used later.
- Get to your personal StumbleUpon blog that contains any past comments or reviews. This page is your username followed by .stumbleupon.com. For example, the Computer Hope StumbleUpon account is computerhope, therefore our StumbleUpon blog is: http://computerhope.stumbleupon.com.
- Once at your blog click the "Post to Blog" button.
- The blog post supports the ability to add the img, href, and other HTML tags, which allows you to post images and links into your blog. For users who are not familiar with how to do this below are examples of how this can be done.
To add an image copy the address you obtained earlier in-between the quotes in <img src="">. So for our above example the code would look like the below example.
<img src="http://www.computerhope.com/toptitle.jpg">
If you want the image to link to a web page add the link in-between the quotes in <a href=""></a> and place the <img src> tag in-between > and </a>. So if you wanted to link to Computer Hope using the above image your code would look like the below example.
<a href="http://www.computerhope.com"><img src="http://www.computerhope.com/toptitle.jpg"></a>
- Once added you can add any additional comments or remarks about the image before or after the above code and click the Submit button to add the picture to your blog.
Additional information:
| |
| Resolved | Were you able to locate the answer to your questions? |
| |