
內容簡介
此外掛提供彈出視窗,將您的網站訪客轉換為訂閱者,並執行產品折扣或優惠券等相關操作。
此外掛來自 globalfoodbook.com 提取。
此外掛僅適用於已設置 Mailchimp 連接網址的 (WooThemes 啟用的) 網站,請參閱 food-cook 文件和此文件。
更多詳細信息。此外掛旨在協助其他需要此實用程序的食物和烹飪配方網站所有者(來自支援小組)。
該插件旨在允許輕鬆設置和自定義網站的電子報訂閱小工具和模式彈出視窗。最好與使用 Woo Themes 製作的食物和烹飪配方主題一起使用。
開發人員注意事項
貢獻
如果您想為我們的插件系列做出貢獻,請前往Global Food Book Labs。請隨意使用分叉并互相貢獻。
複製它(https://github.com/globalfoodbook/mailchimp-foodcook-subscribe)
建立您的功能分支(git checkout -b my-new-feature)
提交更改(git commit -am 'Add some feature')
將分支推送到遠端倉庫(git push origin my-new-feature)
提交拉取請求(Pull Request)
將截圖添加到 WordPress 存儲庫
為每個步驟重新命名屏幕截圖。例如,步驟 1 的屏幕截圖名為 screenshot-1.png。
橫幅圖像名稱為 banner-772 × 250.png。
使用 SVN 客戶端(如 Smart SVN 或 Rapid SVN 等)將這些圖像上傳到 /assets 文件夾中。
完成後提交即可。
將插件推送到 wordpress SVN 存儲庫
複製此存儲庫
git clone [email protected]:globalfoodbook/mailchimp-foodcook-subscribe.git
cd path/to/mailchimp-foodcook-subscribe
vim .git/config
添加以下代碼:
[svn-remote "svn"]
url = https://plugins.svn.wordpress.org/[plugin_name]/trunk
fetch = :refs/remotes/git-svn
然後將主分支合併到新分支中:
git svn fetch svn
git checkout -b svn git-svn
git merge master
git svn dcommit --username [wordpress.org username]
然後將該分支嵌入主分支,然後您可以從主分支向 svn 進行提交
git checkout master
git rebase svn
git branch -d svn
git svn dcommit --username [wordpress.org username]
外掛標籤
開發者團隊
② 後台搜尋「Mailchimp Food-Cook Subscribe」→ 直接安裝(推薦)
原文外掛簡介
This plugin provides a modal popup to convert visitors to your food-cook website into subscribers and in effect to take action like product discount or coupon etc.
This plugin is an extract from globalfoodbook.com.
This plugin will work only on (woothemes enabled) websites that have setup mailchimp connect url, See food-cook docs and this
For more details. This plugin is built to help other food-cook site owners (from the support group) who require this utility.
It is implemented to allow easy setup and customization of a website’s newsletter subscription widget and modal popup. It is best used with food and cook recipe theme made with woo themes.
Notes to developers
Contributing
If you would like to contribute to our suite of plugins, head on over to Global Food Book Labs. Feel free to fork and contribute back.
Fork it (https://github.com/globalfoodbook/mailchimp-foodcook-subscribe)
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am 'Add some feature')
Push to the branch (git push origin my-new-feature)
Create a new Pull Request
Adding Screenshots to the wordpress repo
Rename each screenshot for each step like this. For step 1 the screenshot is screenshot-1.png.
The banner image is named as banner-772×250.png.
Use an SVN client like smart svn or rapid svn etc to uploads these iamges to the /assets folder.
After this commit and all will be picked up.
Pushing plugin to wordpress svn repo
Clone this repo
git clone [email protected]:globalfoodbook/mailchimp-foodcook-subscribe.git
cd path/to/mailchimp-foodcook-subscribe
vim .git/config
Add the code below:
[svn-remote "svn"]
url = https://plugins.svn.wordpress.org/[plugin_name]/trunk
fetch = :refs/remotes/git-svn
Then merge the master into the new branch:
git svn fetch svn
git checkout -b svn git-svn
git merge master
git svn dcommit --username [wordpress.org username]
Then rebase that branch to the master, and you can dcommit from the master to svn
git checkout master
git rebase svn
git branch -d svn
git svn dcommit --username [wordpress.org username]
