• <bdo id='7cxUa'></bdo><ul id='7cxUa'></ul>

        <legend id='7cxUa'><style id='7cxUa'><dir id='7cxUa'><q id='7cxUa'></q></dir></style></legend>

        <i id='7cxUa'><tr id='7cxUa'><dt id='7cxUa'><q id='7cxUa'><span id='7cxUa'><b id='7cxUa'><form id='7cxUa'><ins id='7cxUa'></ins><ul id='7cxUa'></ul><sub id='7cxUa'></sub></form><legend id='7cxUa'></legend><bdo id='7cxUa'><pre id='7cxUa'><center id='7cxUa'></center></pre></bdo></b><th id='7cxUa'></th></span></q></dt></tr></i><div id='7cxUa'><tfoot id='7cxUa'></tfoot><dl id='7cxUa'><fieldset id='7cxUa'></fieldset></dl></div>
      1. <small id='7cxUa'></small><noframes id='7cxUa'>

      2. <tfoot id='7cxUa'></tfoot>

        如何使用 ScriptTags 为 shopify 开发 Rails 应用程序

        时间:2023-09-05
        <legend id='JmmfG'><style id='JmmfG'><dir id='JmmfG'><q id='JmmfG'></q></dir></style></legend>
            <tbody id='JmmfG'></tbody>

          <small id='JmmfG'></small><noframes id='JmmfG'>

          <i id='JmmfG'><tr id='JmmfG'><dt id='JmmfG'><q id='JmmfG'><span id='JmmfG'><b id='JmmfG'><form id='JmmfG'><ins id='JmmfG'></ins><ul id='JmmfG'></ul><sub id='JmmfG'></sub></form><legend id='JmmfG'></legend><bdo id='JmmfG'><pre id='JmmfG'><center id='JmmfG'></center></pre></bdo></b><th id='JmmfG'></th></span></q></dt></tr></i><div id='JmmfG'><tfoot id='JmmfG'></tfoot><dl id='JmmfG'><fieldset id='JmmfG'></fieldset></dl></div>
        1. <tfoot id='JmmfG'></tfoot>

                <bdo id='JmmfG'></bdo><ul id='JmmfG'></ul>
                • 本文介绍了如何使用 ScriptTags 为 shopify 开发 Rails 应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我在 Heroku 中部署了一个使用 Rails 开发的 shopify 应用程序.我需要从任何 shopify 商店的前端调用一个 javascript 函数.我读过这篇文章(http://www.shopify.com/technology/3033852-shopify-api-update-scripttags-javascript-insertion),但我不明白......

                  I have a shopify app deployed in Heroku, developed in Rails. I need call a javascript function from any shopify store's frontend. I've read this article ( http://www.shopify.com/technology/3033852-shopify-api-update-scripttags-javascript-insertion ), but I don't understand it...

                  我必须把这段代码放在哪里:

                  Where do I have to put this code:

                  HTTP POST http://their-shop.myshopify.com/admin/scripttags
                  
                    <?xml version="1.0" encoding="UTF-8"?>
                    <script-tag>
                      <src>http://example.com/your-awesome-script.js</src>
                      <event>onload</event>
                    </script-tag>
                  

                  src 标签应该是什么(对于我部署的 rails 应用程序),我应该把javascript调用函数放在哪里?

                  What should be the src tag (for my deployed rails app), and where should I put the javascript call function?

                  推荐答案

                  这可能会有所帮助.

                  Shopify Rails 应用程序

                  您只需对用户进行身份验证,然后您需要获取从 Shopify 生成的令牌并将其保存在您的数据库中.稍后再做:

                  You simply need to authenticate user and then you need to take the token generated from Shopify and save it in your Database. Later on just do:

                  ShopifyAPI::Base.site = token
                  

                  然后使用以下命令安装脚本:

                  and then install the script using:

                  s = ShopifyAPI::ScriptTag.create(:events => "onload",:src => "your javascript url")
                  

                  你就完成了!

                  这篇关于如何使用 ScriptTags 为 shopify 开发 Rails 应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:HTML 文件上传“未选择文件"文字样式 下一篇:前端敏感信息

                  相关文章

                  • <bdo id='96rXN'></bdo><ul id='96rXN'></ul>

                    <i id='96rXN'><tr id='96rXN'><dt id='96rXN'><q id='96rXN'><span id='96rXN'><b id='96rXN'><form id='96rXN'><ins id='96rXN'></ins><ul id='96rXN'></ul><sub id='96rXN'></sub></form><legend id='96rXN'></legend><bdo id='96rXN'><pre id='96rXN'><center id='96rXN'></center></pre></bdo></b><th id='96rXN'></th></span></q></dt></tr></i><div id='96rXN'><tfoot id='96rXN'></tfoot><dl id='96rXN'><fieldset id='96rXN'></fieldset></dl></div>

                      <small id='96rXN'></small><noframes id='96rXN'>

                      <tfoot id='96rXN'></tfoot><legend id='96rXN'><style id='96rXN'><dir id='96rXN'><q id='96rXN'></q></dir></style></legend>