#1 (permalink)  
Old 10-28-2009, 10:45 AM
fletch's Avatar
Senior Member
 
Join Date: Jan 2008
Location: Sheffield, England
Posts: 2,000
Thumbs down DPS encourages you to break Flickr TOS

This recent post on the DPS blog launched a new feature allowing you to embed images in commnets.

Embed Images in Our Comments Section – NEW FEATURE

It is done using a pop up dialogue box where you can paste the img URL. This creates some BB Code IMG tags that embed the image in the post. The post even shows how you need the img URL ending in .jpg rather than they photopage URL and uses flickr as an example.

However it is nearly impossible to follow the flickr terms of service when using this feature. The Flickr TOS state that if you use the image file hosted on flickrs servers on an external site you must link back to the photopage containing the image. DPS should at least acknowledge this in the blog post but I would sugest it is imperative people can simply and easily link their images. Allowing the HTML that flickr provide to be posted would be the easiest way.

Come one DPS, get you act together, at least don't use flickr as your example.
__________________
Fletch

<< blog >> - flickr
Olympus E510 - Ok to edit and re-post on DPS only

Last edited by fletch; 10-28-2009 at 10:47 AM.
Reply With Quote
  #2 (permalink)  
Old 10-28-2009, 02:18 PM
smc1377's Avatar
Critique | Share My Shots Moderator
 
Join Date: Dec 2006
Location: Kansas City, USA
Posts: 1,916
Default

Why is it "nearly impossible" to follow the TOS? Are you not able to still create a link back to your Flickr site within your comment?

That's like blaming Ford for me breaking the speed limit cause they made a car that allowed me to exceed the speed limit. I can still control how fast I go, just like you can still create a link back to your Flickr site in order to conform with the Flickr TOS.
__________________
- Sander <---- that's my name.
Reply With Quote
  #3 (permalink)  
Old 10-28-2009, 05:40 PM
fletch's Avatar
Senior Member
 
Join Date: Jan 2008
Location: Sheffield, England
Posts: 2,000
Default

Quote:
Originally Posted by smc1377 View Post
Why is it "nearly impossible" to follow the TOS? Are you not able to still create a link back to your Flickr site within your comment?

That's like blaming Ford for me breaking the speed limit cause they made a car that allowed me to exceed the speed limit. I can still control how fast I go, just like you can still create a link back to your Flickr site in order to conform with the Flickr TOS.
The only way for the picture to link back to the photopage is to use a bizare combination of HTML and BBCode. Its not intuitive and its harder to do it than not to. It would be like Ford making a car that wouldn't go slower than 60 unless you went under the bonnet (hood) and crossed two wires that weren't labelled and it wasn't in tha manual. (To stretch the analogy to the limit)

Doesn't matter now anyway as it appears flickr have noticed and contacted Darren and asked him to sort it.

The last thing we want to happen is for flickr to block its images from being embeded here because so many people are not following the rules.
__________________
Fletch

<< blog >> - flickr
Olympus E510 - Ok to edit and re-post on DPS only
Reply With Quote
  #4 (permalink)  
Old 10-28-2009, 08:25 PM
smc1377's Avatar
Critique | Share My Shots Moderator
 
Join Date: Dec 2006
Location: Kansas City, USA
Posts: 1,916
Default

My point is personal responsibilty. You said that "DPS encourages you to break Flickr TOS". That's like saying that car manufacturers encourage us to break the speed limit by making all cars capable of going twice as fast as most states legal speed limits.

The TOS is between the user and Flickr, not DPS and Flickr. Would it be nice if this new feature made it easier to link back to Flickr? Sure. But just because it doesn't, doesn't mean that DPS is encouraging anyone to break Flickr TOS.
__________________
- Sander <---- that's my name.
Reply With Quote
  #5 (permalink)  
Old 10-28-2009, 09:15 PM
jdepould's Avatar
Critique Moderator
 
Join Date: Jul 2007
Location: Cleveland, OH
Posts: 5,372
Default

Quote:
Originally Posted by smc1377 View Post
My point is personal responsibilty. You said that "DPS encourages you to break Flickr TOS". That's like saying that car manufacturers encourage us to break the speed limit by making all cars capable of going twice as fast as most states legal speed limits.
Speak for yourself. My car can do MORE than twice the highest limit in New York.
__________________
JamieDePould.com + OneYearPhoto.com
Nikon D300, D700
Nikkor 24-70mm f/2.8G, 45mm f/2.8 Ai-P, 50mm f/1.4G, 70-200 f/2.8 VRII

Please read the rules before posting a critique thread. Rules here.
Reply With Quote
  #6 (permalink)  
Old 10-29-2009, 02:17 AM
Loves the moderation team!
 
Join Date: Sep 2009
Location: New Jersey
Posts: 20
Default

Quote:
Originally Posted by fletch View Post
The only way for the picture to link back to the photopage is to use a bizare combination of HTML and BBCode. Its not intuitive and its harder to do it than not to.
Umm... what is so "hard" or "bizzare" about it?

I just posted a comment with an image on that post, and I easily included a link back to the Picasa Web Album I took the photo from. I clicked the link to add the img tag, then I manually added an anchor tag with a link back to the Picasa Web Album.

You could also wrap the anchor tag around the img itself. The code would look like this...

HTML Code:
<a href="http://picasaweb.google.com/lh/photo/6v6CB40kUZl1nnJej2l6EA?feat=directlink">[IMG]http://lh4.ggpht.com/_wbm1kwCxK64/Sqw47z40olI/AAAAAAAAAzU/fWLoDoxvQiA/s400/DSCN5187.jpg[/IMG]</a>
That should produce the following...




Does it require a basic knowledge of HTML? Yes. But it's an extremely routine piece of code, and anyone with the most elementary knowledge of web design can construct an anchor tag like that. Hardly "bizarre" if you ask me.

- Walkere
Reply With Quote
  #7 (permalink)  
Old 10-29-2009, 02:20 AM
nathanbarlow's Avatar
Loves the moderation team!
 
Join Date: Sep 2009
Location: Auckland, New Zealand
Posts: 226
Default

or use the html code given on flickr, and run it through this
__________________
Canon D60: 50mm f/1.8, 28-80mm f/4.5-5.6
This work by Nathan Barlow is licensed under a Creative Commons Attribution-Non-Commercial-No-Derivative Works 3.0 New Zealand License. Please ask before posting modified images, unless otherwise stated.
Reply With Quote
  #8 (permalink)  
Old 10-29-2009, 02:33 AM
ZannieGirl49's Avatar
Rhyme Friendly
 
Join Date: Sep 2009
Location: SF Bay Area, CA
Posts: 1,000
Default

Quote:
Originally Posted by Walkere View Post
Does it require a basic knowledge of HTML? Yes. But it's an extremely routine piece of code, and anyone with the most elementary knowledge of web design can construct an anchor tag like that. Hardly "bizarre" if you ask me.

- Walkere
So, everyone is supposed to have an elementary knowledge of web design to be able to add images to their DPS comments? That leaves out a good number of people.

Quote:
Originally Posted by nathanbarlow View Post
or use the html code given on flickr, and run it through this
This looks like an easy enough solution for anyone to use.
Reply With Quote
  #9 (permalink)  
Old 10-29-2009, 02:39 AM
Rolling Stone's Avatar
For the love of freedom..
 
Join Date: Nov 2008
Location: Oregon
Posts: 636
Default

I do have the flickr link in my sig. Hope I'm not breaking any rules if I use the new feature.
__________________
Taking a shot at life.
Nikon D90-Nikkor AF-S/VR 18-200mm 1:3.5-5.6 G ED lens,Nikkor AF-S 50mm 1:1.4 G lens
Nikon GP-1 + Thinktank Streetwalker + PS CS4 + LR2
O.K. to edit + repost in DPS ONLY!
flickr
Reply With Quote
  #10 (permalink)  
Old 10-29-2009, 05:49 AM
Darren Rowse's Avatar
Administrator
 
Join Date: Dec 2006
Location: Melbourne Australia
Posts: 699
Default

Don't stress gang - we're working on it WITH Flickr. They're aware of what we're doing and we're aware of their TOS and we're working to finding a way that both sites can benefit from it.
__________________
Digital Photography School

Canon EOS 5D - Panasonic GF-1 - Canon Powershot S11
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are Off



Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

What’s Your Preference?

Daily Digest

Each day we send out a quick email to thousands of DPS readers to notify them of updates. This email is just short excerpt of the first few lines of our latest post with a link if you want to read it all. You can unsubscribe from this this service at any time.

This service is provided by a third party (Feedburner) and you can subscribe to it by leaving your email address in the following field and confirming your subscription when you get an email asking you to do so.

Enter your email address for
Daily Updates:

Weekly Summary

For those wanting a weekly summary of what happens on this site this free email newsletter is probably your best option. It includes a summary of the tips posted to the site each week. This newsletter is subscribed to by over 25000 readers (many who also subscribe to the other options above) - come join the community!

To subscribe to this weekly newsletter simply add your email address to the following field and then follow the confirmation prompts. You will be able to unsubscribe at any time.

Enter your email address for
Free Weekly Newsletter:

 
SEO by vBSEO 3.3.0