Genesis eNews Extended

Beschrijving

Creates a new widget to easily add mailing lists to a Genesis website. Recommended plugin in virtually all Genesis theme tutorials. The widget allows the site administrator to set the form action, e-mail form field, and hidden fields to mimic the subscribe form of other mailing list services.

Dank je wel.

Een speciale dankzegging voor iedereen die heeft bijgedragen aan Genesis eNews Extended.

Financiële donaties

  • Joe Taylor
  • Dorian Speed
  • Paul Meyers
  • Joel Runyon
  • Jennifer Jinright
  • Greg Ferro
  • Greg Young

Code-bijdragen

  • Gary Jones (veel, véél meer dan één keer!)
  • Mike Hemberger
  • John Levandowski
  • David Decker
  • Kim Parsell
  • Erick Nelson
  • Nick Davis
  • Maor Chasen

StudioPress

  • Een speciaal dankwoord voor Brian Gardner en het StudioPress-team die de originele code, die de basis voor de plugin vormt, schreven.

Zend mij een bericht als je niet in de lijst staat. Dit is op geen enkele manier met opzet gebeurd.

Schermafbeeldingen

Installatie

  1. Activeer de plug-in via het ‘Plugins’ menu in WordPress
  2. Voeg Genesis eNews Extended toe aan een sidebar in Weergave – Widgets.
  3. Voeg de formulier-actie URL toe aan bij de widget-opties door de mailing lijst formulier code die je van je verkoper gekregen hebt toe, evenals het formulier-ID en eventuele verborgen velden (die worden niet door alle mailinglijstservices gebruikt). Kijk op de plugin’s installatie pagina.
  4. Als je naamvelden gebruikt, lees dan plugin tutorial site.
  5. Controleer of dit werkt.

FAQ

How do I get the privacy policy link to show? The checkbox isn’t working.

Genesis eNews Extended uses WordPress’ built-in privacy policy setting. Be sure you have a privacy page set at wp-admin/privacy.php .

De voor- en achternaamvelden zien er raar uit.

Lees meer op de plugin’s tutorial site.

Ik heb hulp nodig! Waar kan ik dat krijgen?

“Officiële” handleidingen zullen bijgehouden worden op de site van de plugin.

Vragen over deze plugin kunnen gesteld worden op het WordPress.org Support Forum.

Beoordelingen

31 augustus 2019
Hi. I am loving this plugin, used with MailChimp. The reason is that it does not use APIs. Then, it works perfectly in any circumstance, just passing data to MailChimp by the Form Action. Instead, using the MailChimp API, it is possible to have some limitations. For example, if you deleted a user profile on MailChimp, it is not possible for that user to subscribe again via API, using the same email. Thank you very for this plugin. 🙂
17 januari 2019
We’ve been using this for years, and over the past few months have noticed dozens of .ru subscribers being added to our mailing list every week. That stopped when we replaced this plugin with a different form builder, so I suspect there’s a bot out there targeting it. Check your subscribers list.
12 januari 2018 3 reacties
Very disappointed with the plugin and the genesis theme in general. I used the plugin for a opt-in form on my website and it just looked a mess in the sidebar. I was a youtube video of this plugin being used two year ago and the template now is nothing like it was then. Another thing, if you are using mailchip you get a double opt-in option and there isn’t a way to change that. I’m sure a subscriber wouldn’t like to have enter there email twice. Just disappointing. 🙁
3 september 2016 1 reactie
As a preimium Gravity Forms users, this is the plugin I prefer using for email subscription forms. It’s straight forward, easy to plug-in your MailChimp data, and much easier to style. Simple. To the point. No bloat. I wish more plugins were like this.
3 september 2016
The best plugin of Brandon and Coffea Web Services thanks!
Lees alle 28 beoordelingen

Bijdragers & ontwikkelaars

“Genesis eNews Extended” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Genesis eNews Extended” is vertaald in 14 localen. Dank voor de vertalers voor hun bijdragen.

Vertaal “Genesis eNews Extended” in je eigen taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

2.4.0

  • Shortcodes now render by default in the widget’s Text and After Text areas. Matches WordPress core’s text widget behavior since 4.9.
  • Added new gee_text_content and gee_after_text_content filters that run after wpautop, mirroring core’s widget_text_content split. Existing gee_text / gee_after_text hooks continue to receive raw user input. Sites that want to disable default shortcode processing can remove_filter( 'gee_text_content', 'do_shortcode' ) (and the same for gee_after_text_content).
  • Fixed: inline style attributes are no longer stripped from <input> elements in the Hidden Fields box, and the display, visibility, opacity, and background-image declarations vendor newsletter snippets rely on now survive sanitization. This restores Flodesk-style tracking pixels and similar visually-hidden inputs. Props 17thavenue for the report (issue 164).
  • Widened the Hidden Fields allowlist to permit common form attributes that vendor newsletter snippets rely on (placeholder, required, autocomplete, pattern, min/max/step, aria-*, data-*, tabindex, role, etc.) while continuing to strip event handlers (on*) and form-overriding attributes (formaction, formmethod).
  • Restored the pre-2.3.0 form id format (subscribe<widget-id>, no hyphen) after 2.3.0 inadvertently changed it to subscribe-<widget-id>.

2.3.1

  • Restored subbox, subbox1, subbox2, and subbutton on the form’s input elements (as both id and class) for backward compatibility with sites that style off them. Note: when more than one widget instance is on the same page, the IDs will not be unique, which is technically invalid HTML but preserves long-standing behavior.

2.3.0

  • Removed defunct FeedBurner integration. Google discontinued email subscriptions in 2021.
  • Removed obsolete MailPoet 2 (WYSIJA) integration.
  • Security: tightened output escaping on the form action URL, hidden fields, and widget title.
  • Accessibility: added role="alert" to admin-facing configuration notices.
  • Added an admin notice when the widget is saved without a form action, to help new users spot misconfiguration.
  • Fixed duplicate hardcoded HTML IDs that could collide when multiple widget instances were placed on a page.
  • Bumped tested version to WordPress 7.0.

2.2.0

  • Adds “enews-{$field_count}-field” classes to form to aid in additional styling. See https://github.com/kraftbj/genesis-enews-extended/pull/152
    Props to JiveDig for the contribution.

2.1.4

  • Accessibility: Use aria-label instead of to prevent CSS being either over-agressive or not enough.

2.1.2

  • Accessibility: Updates to be implicit to eliminate duplication when multiple instances are used on a page.
  • Coding Standards: Implement WPCS.

2.1.1

  • Remove comment that was displaying on the front end.

2.1.0

  • Provide option to link to the site’s Privacy Policy.
  • Allow “a” HTML tags in the hidden fields settings field.
  • Various improvements to match coding standards.

2.0.2

  • Repareert een klein probleem dat leidde tot HTML validatieproblemen.
  • Repareert de PHP notice om in sommige gevallen niet-bestaande variabelen te checken.

2.0.1

  • Corrects typo impacting Last Name field text placeholder.

2.0.0

  • Add filters for text before and after form.
  • Fixed form name to be valid HTML 4.
  • Use https with Feedburner to prevent mixed content warnings on HTTPS sites.
  • Minor code fix when MailPoet is not present.
  • Adds genesis-enews-extended-args filter to allow plugins to manipulate the widget settings prior to output.
  • Uses HTML 5 placeholders instead of JavaScript.
  • Form ID now uses a unique value.

1.4.1

  • Add fieldset, legend, option, optgroup, select to allowed HTML for Hidden Fields area.
  • Update CSS for screenreaders. Props jwenerd.
  • Updated BG translations. Props Daniel Bailey.

1.4.0

1.3.3

1.3.2

  • Remove type hints to prevent error when strict reporting used in PHP 5.4

1.3.1

  • Minor code improvements.
  • Updates HTML5 option for late Genesis 2.0 changes. Props Nick Davis.

1.3.0

  • Adds option for HTML5-enhanced forms.
  • Adds error checking for including http://feeds.feedburner.com in the Feedburner ID field.
  • Minor code improvements
  • Listing of issues resolved in this version.

1.2.0

  • Adds text space after form. Perfect for a link to a Privacy Statement!
  • Code cleanup. Thanks to Kim Parsell for reporting.
  • Adds labels to form elements to make it compatible with screen readers for the visually impaired.
  • Adds Serbian Translation. Props to Diana S.
  • Listing of issues resolved in this version.

1.1.2

  • Improved French translation. Props to Paul de Wouters.
  • Improved German translation. Props to David Decker!.
  • Enables mail service validation of name fields by clearing default text onsubmit.

1.1.1

  • Fixed bug with incorrect escaping function used in first and last name fields.
  • Fixed bug with some translations not working.

1.1.0

  • Allows for more HTML tags to be used in the Text to Show field. Dropped genesis_allowed_tags in favor or wp_kses_post. Props to John Levandowski.
  • eNews Extended is nu compatibel met het Catalyst thema (Catalyst wordt niet officieel ondersteund).
  • Vage vertalingen toegevoegd voor veel talen op basis van Genesis 1.8.2 vertalingen van de originele eNews widget.

1.0.X

  • Voegt de mogelijkheid toe om “First Name” en “Last Name” te bewerken die op de front-end worden weergegeven.
  • Beveiligingsupdate en andere code-opschoning.
  • Versienummering volgens semver.org rationale.

0.2.0

  • Verschillende code-uitbreidingen om prestaties te verbeteren en beter aan te sluiten bij WordPress standaarden. Problemen naar Gary Jones.
  • Voegt de Spaanse vertaling toe. Problemen naar Ryan Sullivan!
  • Voegt de Italiaanse vertaling toe. Problemen naar Marco Galasso!
  • Voegt de Slovaakse vertaling toe. Problemen naar Branco Radenovich!

0.1.6

  • Maakt voor- en achternaamvelden mogelijk.

0.1.5

  • Voegt optie toe om bevestigingsvenster in dezelfde tab te openen.

0.1.4

  • Voegt l18n-ondersteuning toe voor andere talen, problemen naar David Decker!
  • Voegt Duitse vertaling toe, props aan David Decker!

0.1.3

  • Voegt Feedburnersupport toe vooruitlopend op Genesis 1.9
  • Beveiligings- en vertalingsupdates

0.1.2

  • Past de class name aan om met meer StudioPress-thema’s samen te kunnen werken.

0.1.1

  • Voegt “Hidden Fields” widgetinstelling toe om de widget compatibel te maken met meer mailingdiensten.

0.1

  • Initiële release.