问题
We are having an app on G-Suite Marketplace (https://gsuite.google.com/marketplace). We want to inline the install button on our web pages.
Currently, we are using the following code to embed Integrate with the Google button in our application.
<div>
<g:additnow applicationid="${marketplaceAppClientId}"><div class="loader"></div></g:additnow>
</div>
But the button rendered using this code is behaving a bit differently from the one present on the marketplace.
Is it possible to have the same button, as given on the marketplace, into our webpage also? I could not find any type of documentation for the same anywhere.
来源:https://stackoverflow.com/questions/59840203/to-inline-g-suite-marketplace-button-into-a-web-page