Files
symfony-flex-recipes-contrib/bitbag/mailchimp-plugin/1.2/post-install.txt
T
RudzinskiandGitHub c5a41d9879 BitBag Mailchimp plugin (#1305)
* Add bitbag/mailchimp-plugin/1.2

* Delete install:assets step

* Fix 4 spaces indentation

* Add mailchimp parameters

* Define parameteres via container
2022-02-19 11:42:41 +01:00

21 lines
1.0 KiB
Plaintext

<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* Start using your fresh plugin:
1. Include the newsletter in your template:
<comment>{% include '@BitBagSyliusMailChimpPlugin/_subscribe.html.twig' %}</>
2. Add these javascripts to the layout template that includes your subscription form imported in the previous steps
<comment><script src="{{ asset('path/to/jquery.js') }}"></script>
<script src="{{ asset('bundles/bitbagsyliusmailchimpplugin/bitbag-mailchimp-plugin-newsletter.js') }}"></script>
<script>
$('#footer-newsletter-form').joinNewsletter();
</script></>
* <fg=blue>Read</> the documentation at <comment>https://https://github.com/BitBagCommerce/SyliusMailChimpPlugin/tree/master/doc</>
If you want to contact us, the best way is to fill the form on our website or send us an e-mail to <comment>hello@bitbag.io</comment> with your question(s).
We guarantee that we answer as soon as we can!