To inline G-Suite marketplace button into a web page

梦想的初衷 提交于 2020-01-25 06:51:24

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!