I have set up a Custom Search Engine to return links to embeddable
content (videos, Scribd docs, etc) that our users can add to their
blogs. Previously, we used a multitude of APIs to find this content,
but a Google CSE is much simpler.

I use the setOnKeepHandler to grab the url of the item and send it to
the API of the content provider in order to retrieve all we need to
embed the content.

My question is, is this use of setOnKeepHandler considered 'clipping'?
The embed that ends up on the user's blog page has not been clipped
from Google. It bears only a passing resemblance to the search result
returned by Google, and contains additional information returned by
the provider. Therefore I wonder if it is really logical, appropriate
or necessary to add the "clipped from Google" attribution to each
embed on a user's blog page...

Thanks for clarifying this!

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-ajax-search-api?hl=en.

Reply via email to