Viewing 1 replies (of 1 total)
  • Plugin Author rksh8148

    (@rksh8148)

    Hi

    Its too late to reply. Please consider this reply to use the “WP PNotify” plugin.

    To use this plugin in any editor you can write the shortcode:
    [wp-notify message=”This is my first notification. You can add more attributes to it. You can also custom class and css to it. WP Notify also enables you to add HTML to message.” title=”Notification” width=”300px” class=”custom” delay=”10000″ opacity=”.8″ icon=”” title_escape=”0″ text_escape=”0″ use_plugin_css=”1″]

    If you want to use it in php file, then please write the code:
    <?php
    echo do_shortcode(‘[wp-notify message=”This is my first notification. You can add more attributes to it. You can also custom class and css to it. WP Notify also enables you to add HTML to message.” title=”Notification” width=”300px” class=”custom” delay=”10000″ opacity=”.8″ icon=”” title_escape=”0″ text_escape=”0″ use_plugin_css=”1″]’);
    ?>

    Hope it will help.

Viewing 1 replies (of 1 total)

The topic ‘how to start using it?’ is closed to new replies.