Google plus share issues - html

I am getting an arrow icon while i share google plus blog:
https://plus.google.com/share?url=http://something.com&picture=http://www.somthing.com/image.jpg
Please see the share popup:
In the above picture you can see arrow marks (right and left) which i need to remove
I am not seeing anything in google plus share api to remove this?
Do you have any recommendation for this?

When you paste an URL, Google+ will automatically takes that image. In case if you have many images, you can just change the images at the top by just changing the left or right arrows to choose the exact image that you need.There seems to be no roundabout ways to remove that button.There is nothing in the Google plus share documentation too.

Related

Google reCAPTCHA Invisible working but not Invisible

I've implemented the invisible reCAPTCHA and it's all working fine, but Google in their wisdom add a terms/privacy box as an overlay on the bottom right side of the screen:
Unfortunately because I already have a schedule box there it looks a mess. Both Google and my scheduler are external code so I feel like I don't have control. Is there anyway to block/change sides etc the Google terms.
Just found this, although it doesn't give much control:
g-recaptcha tag attributes and grecaptcha.render parameters
If you add:
data-badge="bottomleft"
or
data-badge="inline"
It allows you to flip sides or put it in the form. In my opinion Google needs to address this, I'd happily have a link to all their privacy/terms but this encroaches massively on my site..

Download Panoramio pictures

Right now Panoramio is shut down by Google, according to
link
However, when I open Google Earth, I can also find Panoramio photos. For example,
Is it possible to download these photos right now?
Thank you.
It's so easy. You just need to replace the number in this link:
https://static.panoramio.com.storage.googleapis.com/photos/original/80554884.jpg
For example, you have opened in browser 'Comment it'
http://www.panoramio.com/photo/55953867#comment
Just put 55953867 instead 80554884 in the first link.

Google Spreadsheet - how to modify image that has assigned script?

Everywhere I've read, it says to create a "button" in Google Spreadsheet you need to insert an image and assign a script to it. Easy enough. Done.
Now how do I modify that image? Clicking on the image runs the script. I cannot right-click the image for any context menu. I cannot select the image in any other way. I cannot ever remove the image now.
Perhaps Slav was using a Mac when he tried it the first time. Strangely, in this specific scenario, the Mac equivalent of right-clicking (which is CTRL+click) really does not work. What works is CMD + click.
While you can "assign a script" to an image, you can also do so to a drawing - which is much easier to customize. Either way, you end up with a picture in the spreadsheet, and when you click on it a script is triggered.
To edit this behavior, just right-click the image or drawing. (I know you said you did this, but it DOES work. Just click - then let go.) An anchor will appear on the image or drawing, and from there you can access a menu to edit or delete the image or change the attached script.
So that was tricky to me because the anchor was invisible in my image; it had a black background. If you can't see the anchor on your image follow these steps:
Right click on the image, You should find that it now has resize handles
Move your cursor to the top right of the image until it changes to a hand that points with the index finger (like when you hover over a link)
Click
Do whatever you want (Edit, delete... etc.)

Google maps and plus one conflict

When you put a google map and a plus one button on the same page it seems to create some strange rendering issues. In these examples WITH and WITHOUT the plus one button. If you click on a marker it will zoom in on it, then hit reset to zoom back out. You'll see the map doesn't render when the buttons included till you zoom in and out manually. Why? Anyone know a way around this?
EDIT: This issue seems to only happen in Google Chrome...IRONY!
Both worked fine for me in Firefox 6. In IE9 the google +1 button didn't even show up at all. No surprise there, really, although it should work. That might be, however, because you don't have fully valid HTML in your test document (with html and body tags). You might want to try that first.
You can also try using the HTML 5 tag for the google plus one button. I feel that is a safer alternative and it is fully HTML5-valid:
<div class="g-plusone" data-size="medium" data-annotation="inline" data-width="250" ></div>
Check out the +1 Button Reference under "+1 Tag Attributes" for a complete list of possible attributes

How to add locationPreview icon of the certain location in iPhone app?

I was wondering if it is possible to add an icon (or image) with selected location like it is shown on the attached picture (left top corner) to my app? Maybe such an image could somehow be captured from Google or there is another way to deal with it? Any idea?
Exmple http://img156.imageshack.us/img156/8376/img0044z.png
Yes, you can use the MKMapView with a small frame size to accomplish this.