Ajax Newsletter Extension

Print

Ajax Newsletter Extension

Ajax Newsletter help you to to use newsletter on site without refresh of page. You can use it CMS/ Static blocks , in xml and in .phtml file of site.
Note: This extension is only for frontend. in this extension not have any admin page or admin custom settings.. Please check the method to use below.
Features:
1)Easy to use in cms page/ static block/files/xml fiels
2)Submit newsletter without refresh of page..

Method to use:
1)You can call it in anywhere in cms pages and static blocks by placing the code below
{{block type="core/template" template="ajaxnewsletter/index.phtml"}}

2)You can use it in the .phtml file in header or footer where you want.
echo $this->getLayout()->createBlock('core/template')->setTemplate('ajaxnewsletter/index.phtml')->toHtml();

3)you can use it in sidebar of magneto , just need to call it in the right or left sidebar of the site. like in catelog.xml

How it work:
with the ajax newsletter you can submit your Magneto newsletter without refresh page. you can place it any where in site. methods describe above.
Note: You can take site backup first.