Questions tagged [google-ajax-api]

Google APIs (or Google AJAX APIs) is a set of JavaScript APIs developed by Google that allows interaction with Google Services and integration of rich, multimedia, search or feed-based Internet content into web applications. They extensively use AJAX scripting and can be easily loaded using Google Loader.

Google AJAX APIs is a JavaScript library to integrate rich, multimedia, search, or feed-based Internet content into web applications/pages, organized by Google. They can be used by third parties to place rich Ajax content on web pages.

Blog

40 questions
1
vote
1 answer

Need setOnLoadCallback() Alternative

I'm working on an internal site, and cannot make an external call to Google's API to use their setOnLoadCallback() function, and can't seem to find any pure JQuery alternatives that I can use with my locally-called JQuery. For reference, here's the…
Joyrex
  • 1,103
  • 14
  • 24
1
vote
2 answers

google loader causing browser to change location FF or blank page in chrome

I have an issue using the google loader in an existing webpages. When I call e.g. google.load("translate","1"); If FireFox, the browser changes it's location trying to load something from google which it never finishes and in Chrome the page just…
jax_uk
  • 11
  • 2
1
vote
1 answer

Using google apis libraries- key required?

I'm confused about the proper use of google apis libraries. Specifically, is a key required when using Google AJAX Libraries? This OK?: Or is this…
Yarin
  • 173,523
  • 149
  • 402
  • 512
1
vote
0 answers

In my google API mash code, How to update existing newsframe instead of inserting newsframe?

Below is the Javascript code used. google.load("elements", "1", {packages : ["newsshow"]}); function loadNews(newsQuery) { //Load the news feed according to the topic selected var options = { …
HVS
  • 2,427
  • 3
  • 21
  • 19
1
vote
1 answer

Cancel request in google ajax api

I'm doing small AJAX searchbar with "new google.search.WebSearch();" from Google AJAX Api. How do i can cancel an ongoing ajax request? I usually do a: var xhr; function Something() { xhr.stop(); xhr = $.get .... } in jQuery. What is the…
user294054
  • 13
  • 2
1
vote
0 answers

Google fee load API returning empty rss entries

I have generated the following rss feed which validates correctly with w3: http://www.ppsgroup.co.uk/blog/rss validation here http://validator.w3.org/feed/check.cgi?url=http%3A%2F%2Fwww.ppsgroup.co.uk%2Fblog%2Frss However when I try to make an API…
Juan
  • 178
  • 2
  • 9
1
vote
1 answer

Google search API doesn't contain grey contents

I just can't get my head around this. it is assumed that Google search API contains all the information that a normal google search provide. however, it doesn't contain the gray text that a normal search provides. Here is an…
nafas
  • 5,283
  • 3
  • 29
  • 57
1
vote
1 answer

Prepare a string for Google Ajax Search?

I have strings such as ["Tabula Rasa", "façade", "DJ Tiësto"] I'm accessing Google Ajax API in Python using the base url: base = 'http://ajax.googleapis.com/ajax/services/search/web' '?v=1.0&q=%s' I'm having issues using these strings plain and…
RadiantHex
  • 24,907
  • 47
  • 148
  • 244
0
votes
1 answer

Why (and when) does Google CDN serve jQuery uncompressed?

When I load Google's hosted jquery.min.js, it does not return gzipped: Request headers Accept:text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8 Cache-Control:max-age=0 User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2)…
Dan Abramov
  • 264,556
  • 84
  • 409
  • 511
0
votes
0 answers

Is it possible to include Jaxa Earth API to ArcGIS Pro?

I'm currently working on ArcGIS Pro and I wanted to know if it is possible to include the Jaxa Earth API in the program, as it is possible in QGIS really eady with the plugin. I can't find any information about it. Thank you!
Sara Rey
  • 51
  • 3
0
votes
1 answer

href link to js and validate user's profile to visit url

I have html href and linked to a function in js file. From the html when user clicked, it will validate user's profile by country. If the user's profile= TH and SG it will open a url, else it will open b url. Please help me. I do not know whats…
anonymous
  • 1
  • 1
0
votes
2 answers

where do I get a key for google-translate?

It appears that to use Google Translate you have to use an API key but I can't find anywhere where do I get the key. Is the key the same used for the search APIs?
amok
  • 1,736
  • 4
  • 20
  • 41
0
votes
1 answer

Jquery: DIV tag not refreshing in IE/Chrome using Jquery setInterval

I am trying to read blog entries feed by using Google-Ajax-Feed-API and JQuery. I have achieved most of the stuff, but in refreshing the DIV tag after every 10sec, I am having some problem. The code does not refresh DIV tag in IE or Chrome.(however…
user279321
  • 57
  • 1
  • 6
0
votes
2 answers

Using google custom search API to find images

I want to use Google's Custom Search API to find images using GET request. Like described here. But I don't want to look on images on one specific site, but want to get results like this. How I can do this with the Custom Search API? Sending this…
Alik Send
  • 115
  • 1
  • 8
0
votes
2 answers

how to get the geo data from geo-rss via google ajax feed api

this is my code that has geo-rss from google maps rss:
zjm1126
  • 63,397
  • 81
  • 173
  • 221