mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
* Add bitbag/mailchimp-plugin/1.2 * Delete install:assets step * Fix 4 spaces indentation * Add mailchimp parameters * Define parameteres via container
21 lines
1.0 KiB
Plaintext
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!
|