I have a blog from Blogger, Wordpress, etc. and I want to integrate it with my SmugMug site. How can I do that?
|
|
When looking at integration between SmugMug and a blog, consider a couple factors: Display of Photos/Video on the BlogThere are a variety of ways to display photos and videos (hosted at SmugMug) on your blog. The most straightforward involve grabbing code by clicking on the "Share" button that appears above an item, choosing "Get a Link" and then the "Embeddable Links" tab. At the top of this screen are three chunks of code which can be dropped into a blog (or any website) for small, medium, or large images. For blogs hosted on WordPress.com, or a self-hosted WordPress blog (with Settings->Media->Auto-Embeds enabled), you can embed a SmugMug photo or video simply by placing a link to the SmugMug image on a line all by itself. For example:
There are also WordPress plugins available which will allow you to browse and embed SmugMug content from within the WordPress admin interface. Search for SmugMug in the WordPress plugin repository. Making the Look & Feel of SmugMug Match Your BlogFor a consistent user experience between your SmugMug site and your blog, you might want to have the site look the same. Users will find it a pleasant experience if things like colors, font styles, and navigation options are consistent. This will require a bit more work, but the general recipe involves using consistent CSS styles and HTML code between the two sites. With a Power or Pro level SmugMug account, you're able to edit this code on SmugMug. You'll want to use similar design elements in the custom layout for your blog. If writing code isn't your thing, look into hiring a SmugMug customizer. See the list of certified customizers. |
|||
|
|
|
I use drupal as my blogging platform. But you can do the same with Wordpress... Text, blah, blah Then from the smugmug site > Share > Get a link > Embeddable link > Blog large: which gives me:
Much of the text is the same as the blog post and this significantly improves the SEO. Now I change at the beginning from:
to
by removing the Now when the person clicks on the image, it will take them to that image within the gallery (not just that image), but the image is large and they can see more... You can see it in action at: http://www.foto-biz.com/Photos/I-really-like-this-older-lady-photographer |
|||
|
|
|
Zenfolio now has an integrated blog feature. Too bad they don't have dynamic collections or anything even close. |
|||
|
|
|
I went to a SmugMug Meetup Group (SMUG) and saw a presentation by Photography Blogsites, http://photographyblogsites.com/. They offer Wordpress and SmugMug integration, custom or pre-made templates, SEO optimization and more. |
|||
|
|
|
I used Fastline Media www.fastlinemedia.com and they did a great job integrating my blog into SmugMug. Check out what they did for my blog.. www.frankiefoto.com. They charged about $300 for it. |
|||
|
|
|
I use a Wordpress plugin called "Smugmug for Wordpress" that does a decent job of pulling album and image data out of Smugmug so you can both manage and display your photos on the Wordpress blog. Cannot link, unfortunately, as my site is still very much under construction and all photos are protected by a password. My only concern is that the plugin author seemingly has lost interest; no updates since September or so and support questions in his forum go unanswered. But the code works and it's free so definitely worth a try if you are blogging in Wordpress. |
|||
|
|
|
Matching a blogger blog to a smugmug site is relatively straightforward, although yes, it does require copying code. In most cases you need the code for your banner and navbar. If you used the SmugMug Advanced Site-Wide customization the code can be copied from there. If you used the Easy Customizer, you will need to use a tool like the Firefox Web Developer Extension to see the CSS for your banner and navbar. Copy the CSS for your banner, navbar, and (if you have one) the element that surrounds the banner and navbar. Place that in your blog's CSS. And yes, you do need to expose and edit the code on blogger. Copy the HTML for the same elements, and place that in your blog's code. Note that in blogger the CSS and HTML is in the same place. Scan through the code on Blogger until you see the switch from CSS to HTML. Look for the tag and start experimenting with placement after that. In my blog, I put my navbar and banner code before the outer-wrapper and content-wrapper entries. If you're using one of the newer (more modern?) blogger templates, look for the entry and place your banner / navbar HTML right before that. Keep in mind that Blogger will not allow you to save your template if you have any unclosed code. Every start tag needs a corresponding end tag. |
|||
|
|
I currently link my wordpress blog posts to my smugmug galleries. I do this by providing a link to the appropriate gallery in my wordpress blog post. I haven't tried the opposite linking my galleries on smugmug to my wordpress blog. I have used the share button on smugmug to get the html snippet and inserted that into my blog. I have also used the badge widget on smugmug and inserted that html snippet in my website. Its a fun way to animate photos from your smugmug galleries on your websites. |
|||
|
|
|
I have personally seen Smugmug websites and a blog seamlessly integrated with each other. I can't remember a sample site, but they indicated on their site they'd used one of the certified customizers to accomplish it. Basically the blog and Smugmug sites were customized to where there was no real way to tell them apart except for those experienced with web design recognizing the sites. If I come across another site soon, I'll update this with a link. You can definitely do it with their help. |
|||
|
|
|
They'll never run on the same server, so that level of integration is not possible. What you can do, if you have your own domain name, is to give your smugmug site a subdomain name. For example, I have http://reinout.vanrees.org for my blog and http://photos.reinout.vanrees.org for my smugmug site. That helps a bit regarding URLs. There are easy ways to get smugmug content in your blog.
And if you want to go all the way, you could use smugmug's API to build up complete pages inside your weblog, but that goes a bit far for a blogger/wordpress site. |
|||
|