File | Date | Author | Commit |
---|---|---|---|
includes | 2015-09-16 |
![]() |
[dc92cd] After close set scroll status to false. Refacto... |
LICENSE | 2015-07-17 |
![]() |
[6a448b] Merge branch 'master' into svn |
README.md | 2015-12-15 |
![]() |
[168493] Update wordpress version |
gfb_subscribe.php | 2015-12-15 |
![]() |
[9412fa] * Bump wordpress compatible version |
Contributors: (kengimel)
Tags: newsletter, food-cook, recipe plugin, mailchimp, shortcode, global food book
Requires at least: 3.0.1
Tested up to: 4.4
Stable tag: 1
License: MIT License
License URI: http://opensource.org/licenses/MIT
This makes easy, the setup of a website's newsletter subscription widget and modal popup. Best used in food and cook recipe theme or woothemes.
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.
Yes. Simple go to the widget menu in the admin, select this plugin and modify appropriately.
Yes. only the urls can be accepted.
Yes.
Yes.
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.
git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)Clone this repo
`git clone git@github.com:globalfoodbook/mailchimp-foodcook-subscribe.git`
cd path/to/mailchimp-foodcook-subscribe
Add the code below:
[svn-remote "svn"]
url = http://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]`