I am using the javascript version, nothing custom just the simple 300 x 250
pixel wide box, keeps showing me the puzzle image for some articles it
find.
Not sure if a link would help but here is the code :
google.load("elements", "1", {packages : ["newsshow"]});
function OnLoad() {
// Set the queries
var options = {
"queryList" : [
{
"q" : "something",
"ned" : "us",
"hl" : "en"
},
{
"q" : "something else",
}
],
"format" : "300x250"
}
var content = document.getElementById('content');
var newsShow = new google.elements.NewsShow(content, options);
}
google.setOnLoadCallback(OnLoad);
On Tue, Apr 17, 2012 at 6:26 PM, Jeremy Geerdes <[email protected]> wrote:
> We really need to know how you're deployimg the news show before we can
> tell you anything. For instance, are you deploying it in an iframe (e.g.,
> the web element) or directly via Javascript. If the former, there is
> nothing that can be done. If the latter, we'll need to see a link before we
> can offer suggestions.
>
> Jg
> On Apr 17, 2012 2:01 AM, "azegabriel" <[email protected]> wrote:
>
>> Can anyone give me some advice on how to remove that "missing image" gif
>> from the articles ?
>>
>> On Thursday, April 12, 2012 5:43:07 PM UTC+3, azegabriel wrote:
>>>
>>> Hello
>>>
>>> I would like to either hide the missing image puzzle gif that displays
>>> when an article image is not found, or change it with a image of my
>>> choice. Is that possible ?
>>>
>>> Gabriel
>>
>> --
>> 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]
>> To view this message on the web, visit
>> https://groups.google.com/d/msg/google-ajax-search-api/-/E8QOnDXH6QwJ
>> For more options, visit this group at
>> http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
>>
> --
> 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]
> To view this message on the web, visit
> http://groups.google.com/group/google-ajax-search-api?hl=en_US
>
> For more options, visit this group at
> http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en
>
--
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]
To view this message on the web, visit
http://groups.google.com/group/google-ajax-search-api?hl=en_US
For more options, visit this group at
http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en