> EELV Newsletter wordpress plugin resources analysis

EELV Newsletter wordpress plugin resources analysis

Download This Plugin
Download Elegant Themes
Name EELV Newsletter
Version 3.13.3
Author bastho, ecolosites // EELV
Rating 74
Last updated 2015-03-09 01:48:00
Downloads
6109
Download Plugins Speed Test plugin for Wordpress

Home page

Delta: 0%

Post page

Delta: 0%
EELV Newsletter plugin has no negative impact on PageSpeed score.

Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%

EELV Newsletter plugin added 4 kB of resources to the Home page and 4 kB of resources to the sample Post page.

EELV Newsletter plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.

Great! EELV Newsletter plugin ads no tables to your Wordpress blog database.

Add a registration form on FrontOffice, a newsletter manager on BackOffice :

  • manage skins
  • address book
  • archives
  • answers

Freely manage content

  • shortcuts to add last posts or pages preview
  • the plugin allows to use shortcodes into the newsletters

Subscribe / unsubscribe form

  • Create a new page and put the shortcode [eelv_news_form] in the content.
  • Go to the configuration page on the wordpress admin to manage defaults values for expeditor and fill the unsuscribe page (the page wich contains the shortcode [eelv_news_form] to allow visitors to suscribe/unsuscribe your newsletter)
  • available attributes :

  • group=1 (Int, define in wich address book group to register e-mail addresses)

  • subscribe=1 (bool)
  • unsubscribe=1 (bool)
  • archives=1 (Bool, displays or not the archives link)
  • archives_title="Last newsletters"

Answer functionnality

  • Create a new page and put the shortcode [nl_reply_form] in the content.
  • Go to the configuration page on the wordpress admin to manage defaults values for expeditor and fill the answer page (the page wich contains the shortcode [nl_reply_form] to allow visitors to answer your newsletter)
  • add answer links in your newsletters by adding the shortcode [nl_reply_link], you can add as many links as you want. Attributes your anwser links are rep="the_answer_code" val="the link's text" example:

Do you like this plugin ?

[nl_reply_link val="Yes I do" rep="yes"]

[nl_reply_link val="Not at all" rep="no"]

[nl_reply_link val="Can you repeat the question ?" rep="misunderstand"]

Links will be automaticly created with the e-mail address of the receipient. If the link is broken, with not enougth datas, a form will be displayed to complete it.

Reading tracking

  • Check if your newsletters are readen or not
  • Clean your address book

Use skins

  • You can create skins or use the default skin.
  • The default skin automaticly load the 3 latest posts into your newsletter.

Sending alert

  • Network admins can also setup an email to receive each newsletter sent by the server, for preventing spam usage or support users

External address books with hooks

Use theses hooks to use any external address book

To hook into the pre-sending form and and add your receipients selector, use :

<?php
add_action('eelv_newsletter_select_receipients','my_receipeints_select_function');
function my_receipeints_select_function(){
    echo'<input type="checkbox" name="my_receipeints" value="my_receipeints"> My receipeints';
}
?>

To parse the query and correctly add emails to the queue, use :

<?php
add_filter('eelv_newsletter_parse_receipients','my_receipeints_parse_function');
function my_receipeints_parse_function(){
    if(isset($_GET['my_receipeints'])){
        return 'first@email.dom,second@email.com';
    }
}
?>

Screenshots

Resources added by plugin to Home page/Post page in kB
Total size of resources for Home page/Post page in kB
Random Theme Tests
magicblue screenshot

magicblue

by: polyxena

91981
0%
page-tiny screenshot

page-tiny

by: pageonly

4624
0%