The extension has a possibility to create cms page and insert subscription form. The link of this page could be used in social networks or in advertisements.
1. Create cms page
First of all you need to create new cms page: Cms >> Pages >> Add new.
2. Enter the following data to the form
Content:
{{block type="newsletterpopup/cms_popup" template="newsletterpopup/cms/popup.phtml"}}
Design >> Layout Update XML
<reference name="head">
<action method="addItem"><type>skin_css</type><name>css/newsletterpopup_cms.css</name><params/></action>
</reference>
<reference name="before_body_end">
<remove name="newsletterpopup_popup"/>
</reference>
General information:
Page Title: Subscription form
Url key: subscribe
Store view: All Store Views
3. Save and test
Save cms page and go to the link: http://YOUR_STORE_URL/subscribe. Sometimes the link could be different: http://YOUR_STORE_URL/subscribe/ or http://YOUR_STORE_URL/subscribe.html
If the subscription form is not showing on the page probably you need to add permissions for the block newsletterpopup/cms_popup.
4. Add permissions for block newsletterpopup/cms_popup
Go to: System > Permissions > Blocks > Add new block
Enter the following information:
Block name: newsletterpopup/cms_popup
Is Allowed: Yes
Save the permissions and test your page.