Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter flaviowd

    (@flaviowd)

    Hello everyone …

    Just made a test and found a solution ??
    Here we go:

    On your web (that is not running wordpress), do this:
    Include some JavaScript on head tag:

    [Code moderated as per the Forum Rules. Please use the pastebin]


    And now some PHP includes:

    <?php
    include('WP_PATH/wp-load.php');
    global $wpdb;
    include_once('WP_PATH/wp-content/plugins/alo-easymail/alo-easymail-widget.php');
    ?>

    And where you want to display the newsletter form registration:

    <?php the_widget('ALO_Easymail_Widget'); ?>

    Now should be working fine, and you have now to make some tests and apply some css code for ajax messages ??

    Hope this help someone ??

    danke, hat aber nciht geklappt. it doesnt work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: ALO EasyMail Newsletter] Insert form subscription outside wordpress folder’ is closed to new replies.