How to get a link to a Google Translate web page translation? - google-translate

I would like to put an hyperlink to a webpage which will be automatically translated on opening using the Google Translate API.

WEB_PAGE_TITLE

Related

Embed google doc without publishing

I would like to embed a Google Slides presentation with an iframe. Anyone with the link can view it but I do not want to publish it to the web.
The "Publish to the web" option is specifically meant to embed the presentation within iframes so anyone with the link can view it, and it also gives you the iframe code, but I'm guessing that by "do not want to publish it to the web" you mean that you don't want the file to be indexed in Google searches.
According to this support thread to avoid getting indexed you can click the "Share" button and set the sharing option to "Anyone with the link":
Then to embed it within an iframe get the sharing link and replace /edit with /embed to it at the end. Example: https://docs.google.com/presentation/d/<Slide_ID>/embed.
The result looks the same as getting the "published" link, but it's not indexed by Google Search. Of course, keep in mind that it may still be found if the website where you embedded it is indexed.

How to Scrape data from Indiegogo.com in google sheets via IMPORTXML formula

I am trying to take a funding number from Indiegogo.com via IMPORTXML function without any luck.
I have used this code to scrape data from Kickstarter and it worked.
=IMPORTXML("https://www.kickstarter.com/projects/pavlyukovskyy/lego-compatible-screenless-coding-for-ages-3-6", "//span[#class='ksr-green-500']")
However, it doesn't work for indiegogo.com. I am trying this for indiegogo:
=IMPORTXML(https://www.indiegogo.com/projects/zlight-smart-bedroom-hub/", "//span[#class='data-v-3acff91c']")
I've also tried
=IMPORTXML(https://www.indiegogo.com/projects/zlight-smart-bedroom-hub/", "//span[#class='basicsGoalProgress-amountSold']")
Both versions didn't give any result
I need to show funding sum in google sheets.
Please see the screenshot https://www.screencast.com/t/h2ZwVsXr33
Here is the URL https://www.indiegogo.com/projects/zlight-smart-bedroom-hub
Unfortunately you can't scrape data from that page using importxml function because the content on the page is rendered using javascript and importxml can't import javascript rendered webpages.
Easy way to check whether a web content is rendered via javascript is to deactivate javascript. So the data which you get after deactivating javascript is the data which you can import in Google Sheet using importxml.
To Deactivate Javascript on some specific page.
Open that webpage in Google Chrome.
In the address bar, before web address, you will see an icon (lock or i etc), click on that then click on site settings and then in "Permissions" section, select "block" option for javascript.
After that simply refresh the page.

Display Page feed to webpage using XFBML

I have a page I want the feed to work from the webpage
I can get it to work to my OWN feed but that is not the plan.
(https://www.facebook.com/pages/Inferno-Online-Stockholm/149232401793444) is where I want it to end up but getting to work from the webpage has lost me.
Fox
I have written a small Wall Feed Plugin you install with a simple iframe if you wish to check it out.
https://apps.facebook.com/AnotherFeed/?pageid=149232401793444&since=30+days+ago&limit=8&type=feed&ref=get.code
This will work for any page or application, and can work for personal profiles when the post is public.
HOW? I used php-sdk & graph api for this plugin. This can be done with Javascript SDK.
SEE: https://developers.facebook.com/docs/sdks/
SEE: https://developers.facebook.com/docs/reference/api/
SEE:
SEE: https://developers.facebook.com/docs/reference/api/post/

How to set an image search text box in ASP .Net

I am developing a sample web page to train myself in ASP .Net. The webpage i'm developing is similar to google page. I need the Google Image search page in my web site.
Can anyone please guide me about how
to do that. I am developing the site
in ASP .Net (C#). I need a search text
box with a search button. When i click
the search button i need to fetch the
image contents from google image
search and display it in my site. How
to do that? Please assist me
Thanks in Advance
you can find here all google api's
http://code.google.com/more/
and that is google image search api
http://code.google.com/apis/imagesearch/

adding google map in asp.net application

i am develope web application for factory i need to add google map with location of factory
in contact us web page.any help i am just beginging with web development
Easy way here does all the work for you.
Embedding a map into a website or blog
You can embed a simple map, a set of
driving directions, a local search, or
maps created by other users. Here's
how:
Ensure that the map you'd like to embed appears in the current map
display.
Click Link to this page in the top-right corner of the map.
In the box that pops up, copy the HTML under 'Paste HTML to embed in
website,' and paste it into the source
code of your website or blog.
If you'd like to adjust the size of the map before you embed it, just click
Customize and preview embedded map, select your preferred size, and take a
look at the preview map. Once you're happy with what you see, copy the HTML
that appears in the box at the bottom of the window.
Keep in mind that you won't be able to embed Traffic maps, Mapplets, and some
other Maps features.
Google Map API is just javascript. Which can be used in any web technology
follow this link you will get what you are looking for
http://code.google.com/apis/maps/documentation/javascript/
If your beginning, maybe you should try to learn web development first. Javascript, post/get mechanics, HTML/CSS validation. Tackling Google Maps integration right at the beginning of your learning process might slow down your project evolution. It's my opinion.
To learn google maps api, try to start at this address :
http://code.google.com/intl/en/apis/maps/documentation/javascript/introduction.html

Resources