I was searching for an image on Google Search by Image. I am able to get all the links that the image is available on except the source website. I wanted to understand why Google is not showing me the source website link of the image.
Source website: https://www.imagesbazaar.com/advancesearchresult/kitty%20party/kitty%20party/0/0/0/0/0/0/0/0/0
Image link: https://d3nn873nee648n.cloudfront.net/900x600/15949/17-SM664065.jpg
Related
I am trying to find embed in HTML for the Halloween 2018 (https://www.google.com/doodles/halloween-2018) google doodle into a site.
I have tried view-source, but I only get a gif for the cover for the doodle.
Is there any other way I can get the HTML source code?
view-source:https://www.google.com/doodles/halloween-2018
That?
Did you try it after you clicked the doodle? I just opened it up, then did ctrl-U
Also, you could just put view-source: in front of any url and open it up without doing it from the site
When I am searching 'medieval engineers' in google page its not showing Image link.
Please see the below screen shot however it works for other keywords.
can anyone help me for the same as I need to call the images by Java API.
search this in images.google.com
: https://www.google.com/search?site=&tbm=isch&source=hp&biw=1368&bih=675&q=medieval+engineers&oq=medieval+engineers&gs_l=img.3...364.364.0.1062.0.0.0.0.0.0.0.0..0.0.msedr...0...1ac.1.64.img..0.0.0.tDkHIj8QKgk
Hi!
I have an image slider. When I try toe retrieve the images from my server, the images are properly displayed. (http://stthomasmountmtc.org/index.html)
However, when I try to retrieve the same images from Dropbox, the images are not displayed/retrieved. (http://stthomasmountmtc.org/index1.html)
<img src="https://www.dropbox.com/s/woart55urbw792u/image1.jpg" alt="image" />
When I open the link in the src attribute in the browser, the images can be seen, so the link is obviously not broken. Please share your suggestions.
Thanks,
Samuel Mathews.
The link in your code opens the gallery feature of Dropbox, which is a HTML webpage, not an image file. The direct link for that image is:
https://dl.dropboxusercontent.com/s/woart55urbw792u/image1.jpg
You should always set the source of an image tag in HTML to an URL which outputs an image - and not a webpage containing an image.
Another option to view a Dropbox image directly is to access the Dropbox link using the ?raw=1 parameter.
For example, if the Dropbox link is:
https://www.dropbox.com/s/83dcx4efx791s2i/stackoverflow.png?dl=0
change the ?dl=0 to ?raw=1, such as:
https://www.dropbox.com/s/83dcx4efx791s2i/stackoverflow.png?raw=1
Note that using "?dl=1" (instead of dl=0) will download the image.
Reference: https://www.dropbox.com/help/201
I was able to get this to work while trying to address a similar problem by logging into Dropbox, viewing the image itself, right clicking on the image and selecting "Copy Image Address".
I am using QR code API from this website. It generates QR code image from the URL input we give to it. For example, I am showing the QRCode of data 'abcd' on my website by adding an <img> tag of src=https://api.qrserver.com/v1/create-qr-code/?size=150x150&data=abcd. This shows the QR on screen, but I also want to give a download link to that image. Suppose if a user clicks on that image, it should get downloaded. How to do that? I am confused because the image is getting generated dynamically and I dont have a name or specific url to it.
SHARE
When you click share and are logged into facebook, you will see the google image loaded as a thumbnail.
However, all that is specified in the share link is www.google.com and type flicker image.
I did not see any of the "Open Graph Tags" in the page source of google.com ?
Thanks.
EDIT - actually you can remove the type and it still displays an image.
The logo is the only image in that page, so they don't need to specify anything to add it to the sharer.