Options

Web Site Banners

jjgardner3jjgardner3 Registered Users Posts: 5 Beginner grinner
edited December 25, 2007 in SmugMug Support
Hi I am of course new here and was looking around today. I want to utilize the store and try to sell some of my pics as on Imagekind. I was curious if there are SmugMug banners for users to display artwork on their web pages abd blogs to get a little exposure for their work ?
Thanks

Happy Holidays !

jimmy

Comments

  • Options
    AndyAndy Registered Users Posts: 50,016 Major grins
    edited December 24, 2007
    wave.gif welcome! You can get some SmugMug graphics (our logo in different sizes) here:
    http://wiki.smugmug.com/display/SmugMug/Customization

    We don't have any pre-made banners though, I'm sorry.
  • Options
    jjgardner3jjgardner3 Registered Users Posts: 5 Beginner grinner
    edited December 25, 2007
    Andy wrote:
    wave.gif welcome! You can get some SmugMug graphics (our logo in different sizes) here:
    http://wiki.smugmug.com/display/SmugMug/Customization

    We don't have any pre-made banners though, I'm sorry.

    Thanks Andy.

    IT may be a good idea to provide, maybe the Pro accounts with banenrs showcasing their artwork they are selling ? Ihave one for an ImageKind account that I have on my blog www.eastcoastblogging.com. I fiind that I get a lot of views of my work this way and maybe SmugMug can have something ike this in the future. Just a thought. I love the service so far !

    Merry Xmas and Happy New Year

    jimmy
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,260 moderator
    edited December 25, 2007
    jjgardner3 wrote:
    Thanks Andy.

    IT may be a good idea to provide, maybe the Pro accounts with banenrs showcasing their artwork they are selling ?
    jimmy
    You can put anything you'd like in your banner, including images from your galleries. And as long as you have external linking turned on in your galleries, photos can be easily shown elsewhere; I link from my blog to my photo galleries all of the time.

    I use a random image pulled from one of my galleries as part of my banner / navbar. You can take a look at my site (linked below) if you're interested. And there is no reason why you couldn't put more than one image in your banner - whether it is random or something that you chose to highlight.

    Code that pulls random photos in dgrin header: http://wiki.smugmug.com/display/SmugMug/Random+Photos+Code

    Here's an example of an html-only gallery that uses the same random photos code to pull random shots from 3 galleries - http://www.denisegoldberg.com/gallery/3659243. Here's the code I used to pull the 3 random photos:
    <[B]img[/B] src="/photos/random.mg?AlbumID=3540617&Size=200x200">  <[B]img[/B] src="/photos/random.mg?AlbumID=3567671&Size=200x200">  <[B]img[/B] src="/photos/random.mg?AlbumID=3689564&Size=200x200">
    

    Hope this helps!

    --- Denise
  • Options
    jjgardner3jjgardner3 Registered Users Posts: 5 Beginner grinner
    edited December 25, 2007
    You can put anything you'd like in your banner, including images from your galleries. And as long as you have external linking turned on in your galleries, photos can be easily shown elsewhere; I link from my blog to my photo galleries all of the time.

    I use a random image pulled from one of my galleries as part of my banner / navbar. You can take a look at my site (linked below) if you're interested. And there is no reason why you couldn't put more than one image in your banner - whether it is random or something that you chose to highlight.

    Code that pulls random photos in dgrin header: http://wiki.smugmug.com/display/SmugMug/Random+Photos+Code

    Here's an example of an html-only gallery that uses the same random photos code to pull random shots from 3 galleries - http://www.denisegoldberg.com/gallery/3659243. Here's the code I used to pull the 3 random photos:
    <[B]img[/B] src="/photos/random.mg?AlbumID=3540617&Size=200x200">  <[B]img[/B] src="/photos/random.mg?AlbumID=3567671&Size=200x200">  <[B]img[/B] src="/photos/random.mg?AlbumID=3689564&Size=200x200">
    
    Hope this helps!

    --- Denise
    Thanks Denise,

    I was thinking soemthing not for the smugmug website, rather something like this


    [html]<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0&quot; id="badge" align="middle" height="390" width="180">

    <embed src="http://www.imagekind.com/flash/banner6up.swf?guid=3b756d0a-7f47-434e-afaf-9357f2860564&rand=false&quot; quality="high" wmode="transparent" bgcolor="#ffffff" name="badge" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer&quot; align="middle" height="390" width="180"></object>[/html]


    It is premade and plugs right in and goes nicely in blogs sidebars
    I guess i could take the code and make my own to pull in random images.
    Take care
    happy holidays

    jimmy
  • Options
    denisegoldbergdenisegoldberg Administrators Posts: 14,260 moderator
    edited December 25, 2007
    If you're looking for something to be displayed elsewhere, using an <img src html statement (or a series of them) will allow you to pull your images from smugmug - either directly by specifying the exact url, or by using random images as I noted in my last post.

    In fact, you can even embed a smugmug slideshow on an external site, as in my blog entry http://denisegoldberg.blogspot.com/2007/10/photo-play.html.


    --- Denise
  • Options
    ivarivar Registered Users Posts: 8,395 Major grins
    edited December 25, 2007
    Jimmy, I took out a script bit from the code given, and changed the 'code' tags to 'html' tags, as it was messing up some browsers thumb.gif
Sign In or Register to comment.