Mirror-API: can I use html-maps for Google+ contacts?

I am trying to share time maps with Google+ contacts. All the tests that I conducted are personal (private) promotions.

If I set only the "html" property, the share will be empty (except for the #throughglass tag).

If I set only the text property, the share will contain a string value for which "text" (and a hash tag) is set.

If I set the "html" and "text" properties, the share will contain the string value for which "text" is set (and the hash tag).

Is this the expected behavior or is there a way to share html content?

+4
source share
1 answer

This is the expected behavior.

If you want to share the HTML content, you can add a custom menu item that sends the timeline item and all its parameters to your server. You can then parse the HTML parameter of the timeline element and submit it to Google+ using the Google+ API .

+4
source

Source: https://habr.com/ru/post/1491030/


All Articles