<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WordPress Membership</title>
	<atom:link href="http://www.tipsandtricks-hq.com/wordpress-membership/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tipsandtricks-hq.com/wordpress-membership</link>
	<description>Easy to use WordPress Membership plugin</description>
	<lastBuildDate>Thu, 26 Jan 2012 10:07:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WP eMember and ClickBank Integration</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-and-clickbank-integration-470</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-and-clickbank-integration-470#comments</comments>
		<pubDate>Wed, 14 Dec 2011 09:06:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[Clickbank integration]]></category>
		<category><![CDATA[membership payment]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=470</guid>
		<description><![CDATA[WP eMember can be integrated with ClickBank to process the membership payment.
ClickBank Integration Instructions For Membership Payment
Step 1) Enable the &#8220;Instant Notification Service&#8221; in your ClickBank account by going to the following section:
My Account -&#62; My Sites -&#62; Advanced Tools
Step 2)  Take note of the &#8220;Secret Key&#8221; that you specify when requesting the &#8220;Instant Notification Service&#8221; in step 1.
Step 3) When approved, use the following URL in the &#8220;Instant Notification URL&#8221;:

http://www.example.com/wp-content/plugins/wp-eMember/ipn/eMember_handle_clickbank_ipn.php

Replace &#8220;example.com&#8221; with your domain name and select API v4.0
Step 4) Open the &#8220;wp-eMember/ipn/eMember_handle_clickbank_ipn.php&#8221; file and search for the following ...]]></description>
			<content:encoded><![CDATA[<p>WP eMember can be integrated with ClickBank to process the membership payment.</p>
<h3>ClickBank Integration Instructions For Membership Payment</h3>
<p><strong>Step 1)</strong> Enable the &#8220;Instant Notification Service&#8221; in your ClickBank account by going to the following section:</p>
<p>My Account -&gt; My Sites -&gt; Advanced Tools</p>
<p><strong>Step 2)</strong>  Take note of the &#8220;Secret Key&#8221; that you specify when requesting the &#8220;Instant Notification Service&#8221; in step 1.</p>
<p><strong>Step 3)</strong> When approved, use the following URL in the &#8220;Instant Notification URL&#8221;:<br />
<code></p>
<p>http://www.example.com/wp-content/plugins/wp-eMember/ipn/eMember_handle_clickbank_ipn.php</p>
<p></code><br />
Replace &#8220;example.com&#8221; with your domain name and select API v4.0</p>
<p><strong>Step 4)</strong> Open the &#8220;wp-eMember/ipn/eMember_handle_clickbank_ipn.php&#8221; file and search for the following line of code:<br />
<code><br />
$clickbank_secretKey = "YOURSECRETKEY";<br />
</code><br />
Once you find it, replace <code>YOURSECRETKEY</code> with the actual secret key you specified in step3.</p>
<p><strong>Step 5)</strong> Finally, when you create a product and place the payment button on a WordPress post or page do the following:</p>
<p>Add the &#8220;membership_level_id&#8221; variable in your ClickBank button code. The value of the &#8220;membership_level_id&#8221; variable should be set to whatever the membership level ID this product corresponds to (example: if this is a payment for membership level 1 then use 1 as the value).</p>
<p>The following is an example of how it should look (given that membership level ID of the product is 1):<br />
<code><br />
&lt;input name="membership_level_id" type="hidden" value="1" /&gt;<br />
</code></p>
<h3>Example Clickbank Button Code</h3>
<p><code><br />
&lt;form action="http://item.vendor.pay.clickbank.net" method="post"&gt; &lt;input name="membership_level_id" type="hidden" value="1" /&gt; &lt;input src="http://www.example.com/wp-content/uploads/images/pay-button.gif" type="image" /&gt; &lt;/form&gt;<br />
</code><br />
When someone makes a payment using this button, the plugin will create a membership account with the appropriate membership level (Level ID 1 in the above example) and send the customer a &#8220;Prompt to complete the registration&#8221; email.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-and-clickbank-integration-470/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Members Must Confirm Their Email Address</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/free-members-must-confirm-their-email-address-460</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-membership/free-members-must-confirm-their-email-address-460#comments</comments>
		<pubDate>Thu, 08 Dec 2011 09:33:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design & Usage]]></category>
		<category><![CDATA[confirm email address]]></category>
		<category><![CDATA[WP eMember]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=460</guid>
		<description><![CDATA[Usually you just send the visitors who are after a free membership to the &#8220;Registration&#8221; page and they can signup for a free membership (signing up for a free membership has no restriction). If you want to make it so they need to confirm their email address before they can create a free account (similar to what happens for the paid membership) then you can achieve that using one of the following two methods (use the one that suits your setup).
Note: you only need to use one of the following ...]]></description>
			<content:encoded><![CDATA[<p>Usually you just send the visitors who are after a free membership to the &#8220;Registration&#8221; page and they can signup for a free membership (signing up for a free membership has no restriction). If you want to make it so they need to confirm their email address before they can create a free account (similar to what happens for the paid membership) then you can achieve that using one of the following two methods (use the one that suits your setup).</p>
<p><strong>Note:</strong> you only need to use one of the following two methods (there is no need to follow both of them)</p>
<h3>Method 1</h3>
<p>Go to the settings menu of the eMember plugin and check the &#8220;Free Members Must Confirm Email Address&#8221; field. When this option is checked, <strong>the standard registration form gets replaced with with a small registration initiation form for email verification</strong> (the user will see the full registration form after the verification). When a user fills in this email verification form (name and email address) a unique registration link is sent to the specified email address. Users will only be able to register for a free member account after they click on the unique registration link sent to their email address.</p>
<h3>Method 2</h3>
<p>In this method you simply need to add in one extra step before the registration.</p>
<p>Create a new WordPress page with the desired name (example: Free Membership) then place the following shortcode on that page:<br />
<code><br />
[free_rego_with_email_confirmation]<br />
</code><br />
Now, you can place a link on your &#8220;Join Us&#8221; page to this newly created page to start sending potential visitors. When they fill in the form created by the above shortcode they will receive an email which will let them complete the free membership registration after they click on the link sent to them via email.</p>
<h4>Note</h4>
<p>I get asked the following question a lot on this &#8220;Free member must confirm email&#8221; topic:</p>
<p><strong>Q.</strong> Can we still use the full registration form for free membership?</p>
<p><strong>A.</strong> The key thing to understand here is that you are not replacing the full registration form. The member will still need to fill in the full registration form and choose the username and password. All you are doing is adding a step before they get to do that to make sure the email address gets confirmed. The summary&#8230;  when a vistior fills out the small form and clicks on the link sent to him/her via email the visitor will be able to fill in the full registration form and become a free member.</p>
<p>Essentially this is the same process as the paid membership. In this case, instead of making a payment the visitor is filling out a small form to initiate the membership account creation process.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-membership/free-members-must-confirm-their-email-address-460/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>API – Creating A Member Account Using HTTP GET or POST</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/api-creating-a-member-account-using-http-get-or-post-447</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-membership/api-creating-a-member-account-using-http-get-or-post-447#comments</comments>
		<pubDate>Wed, 07 Dec 2011 06:00:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Additional Resources]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[3rd party integration]]></category>
		<category><![CDATA[API]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=447</guid>
		<description><![CDATA[Depending on your situation you may need to be able to create a member account using a HTTP GET or POST request. WP eMember plugin has an API that allows you to create a member account using a standard HTTP GET or POST request. If you want to use this API then you need to enable it from the settings menu of the plugin first. The following is a screenshot of this section in the settings menu:

Once you enable it, you can start to send HTTP request to the following ...]]></description>
			<content:encoded><![CDATA[<p>Depending on your situation you may need to be able to create a member account using a HTTP GET or POST request. WP eMember plugin has an API that allows you to create a member account using a standard HTTP GET or POST request. If you want to use this API then you need to enable it from the settings menu of the plugin first. The following is a screenshot of this section in the settings menu:</p>
<p><img class="alignnone size-full wp-image-448" title="emember-3rd-party-integration" src="http://www.tipsandtricks-hq.com/wordpress-membership/wp-content/uploads/2011/12/emember-3rd-party-integration.jpg" alt="" width="558" height="159" /></p>
<p>Once you enable it, you can start to send HTTP request to the following URL to create member account remotely or from another software:</p>
<p>http://www.example.com/wp-content/plugins/wp-eMember/api/create.php</p>
<p>You need a minimum of 5 pieces of information to create a member account using a HTTP request. These are:</p>
<ul>
<li>Secret Word/API Key (you specified it in the settings menu of the plugin)</li>
<li>First Name</li>
<li>Last Name</li>
<li>Email Address</li>
<li>Membership Level ID</li>
</ul>
<div>Optionally, you can pass in the following data with the request (if you do not pass these, a randomly generated value will be used for these)</div>
<div>
<ul>
<li>username</li>
<li>password</li>
</ul>
</div>
<h3>1. Creating Member Account Using  HTTP GET request</h3>
<div>In order to create a member account via HTTP GET use the following format:</div>
<div><code></p>
<p>http://www.example.com/wp-content/plugins/wp-eMember/api/create.php?secret_key=XX&#038;first_name=XX&#038;last_name=XX&#038;email=XX&#038;membership_level_id=XX</p>
<p></code><br />
Replace the “example.com” and “XX” with the appropriate values.<strong>PHP Code Example:</strong>The following is an example of how to construct this link using PHP:<br />
<code><br />
$secret_key = "6bd39ewe43a7bb";<br />
$first_name= "Jon";<br />
$last_name= "Doe";<br />
$email= "jon.doe@gmail.com";<br />
$membership_level_id= "1";<br />
$prepared_data = "?secret_key=".$secret_key."&amp;first_name=".$first_name."&amp;last_name=". $last_name."&amp;email=".$email."&amp;membership_level_id=".$membership_level_id;<br />
$get_url = "http://www.example.com/wp-content/plugins/wp-eMember/api/create.php".$prepared_data;<br />
// Execute this GET Request<br />
file_get_contents($get_url);<br />
</code></div>
<h3>2. Creating Member Account Using  HTTP POST request</h3>
<p>To create a member account via HTTP POST use the following format:<br />
<code><br />
&lt;form method="post" action="http://www.example.com/wp-content/plugins/wp-eMmeber/api/create.php<br />
"&gt;<br />
&lt;input type="hidden" name="secret_key" value="XX"&gt;<br />
&lt;input type="hidden" name="first_name" value="XX"&gt;<br />
&lt;input type="hidden" name="last_name" value="XX"&gt;<br />
&lt;input type="hidden" name="email" value="XX"&gt;<br />
&lt;input type="hidden" name="membership_level_id" value="XX"&gt;<br />
&lt;input type=submit value="Submit Post"&gt;<br />
&lt;/form&gt;<br />
</code><br />
Replace the “example.com” and “XX” with the appropriate value.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-membership/api-creating-a-member-account-using-http-get-or-post-447/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Registration Form for a Particular Membership Level</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/create-a-registration-form-for-a-particular-membership-level-429</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-membership/create-a-registration-form-for-a-particular-membership-level-429#comments</comments>
		<pubDate>Thu, 27 Oct 2011 09:03:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Additional Resources]]></category>
		<category><![CDATA[backdoor registration form]]></category>
		<category><![CDATA[registration form]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=429</guid>
		<description><![CDATA[WP eMember uses ONE registration form for all kinds of membership registration. This way you don&#8217;t have to create multiple pages with different registration forms and confuse your customers. eMember&#8217;s registration form is smart enough to know what type of membership level a customer is trying to create based on the prior action this user has taken. For example, if a customer paid for &#8220;Gold&#8221; membership level then when this user clicks on the unique registration link sent to him via email the eMember plugin will know that this customer ...]]></description>
			<content:encoded><![CDATA[<p>WP eMember uses ONE registration form for all kinds of membership registration. This way you don&#8217;t have to create multiple pages with different registration forms and confuse your customers. eMember&#8217;s registration form is smart enough to know what type of membership level a customer is trying to create based on the prior action this user has taken. For example, if a customer paid for &#8220;Gold&#8221; membership level then when this user clicks on the unique registration link sent to him via email the eMember plugin will know that this customer paid for Gold membership and it will prepare the registration form for that level.</p>
<p>Occasionally, you may need to create a registration form for a particular membership level for a special reason. For example,  give backdoor entrance to your paid membership site to some special people (this way they won&#8217;t have to pay)</p>
<p>Use the following shortcode on a page which will place a registration form for a particular membership level:<br />
<code><br />
[wp_eMember_registration_form_for level=1]<br />
</code><br />
1 is the membership level so change it to the actual membership level that you want to create a registration form for.</p>
<p>Now, when a user registers using this form he will be signing up for that particular level.</p>
<p>You can also hide this special registration page from the standard WordPress navigation menu using a plugin similar to the “Page Exclude” plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-membership/create-a-registration-form-for-a-particular-membership-level-429/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Google First Click Free Feature with Your Membership Site</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-google-first-click-free-feature-with-your-membership-site-413</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-google-first-click-free-feature-with-your-membership-site-413#comments</comments>
		<pubDate>Mon, 03 Oct 2011 00:43:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design & Usage]]></category>
		<category><![CDATA[Google First Click Free]]></category>
		<category><![CDATA[WordPress membership]]></category>
		<category><![CDATA[WP eMember]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=413</guid>
		<description><![CDATA[Implementing Google&#8217;s First Click Free (FCF) for your content allows you to include your restricted content in Google&#8217;s main search index. WP eMember has an option that allows you to enable the Google first click free feature on your membership site.
What is Google First Click Free Feature?

Read the details of First Click Free feature from Google&#8217;s site
More details from the Google Webmaster Central Blog

What You Need to be Aware of?

When you use this feature a visitor (non-member) can see your protected content if they follow a link from Google&#8217;s Search ...]]></description>
			<content:encoded><![CDATA[<p>Implementing Google&#8217;s First Click Free (FCF) for your content allows you to include your restricted content in Google&#8217;s main search index. WP eMember has an option that allows you to enable the Google first click free feature on your membership site.</p>
<h4>What is Google First Click Free Feature?</h4>
<ul>
<li><a href="http://www.google.com/support/webmasters/bin/answer.py?answer=74536" target="_blank">Read the details of First Click Free feature from Google&#8217;s site</a></li>
<li><a href="http://googlewebmastercentral.blogspot.com/2008/10/first-click-free-for-web-search.html" target="_blank">More details from the Google Webmaster Central Blog</a></li>
</ul>
<h4>What You Need to be Aware of?</h4>
<ul>
<li>When you use this feature a visitor (non-member) can see your protected content if they follow a link from Google&#8217;s Search result. So yes, you are somewhat compromising the security of your protected content.</li>
<li>All users who click a Google search result to arrive at your site should be allowed to see the full text of the content they&#8217;re trying to access.</li>
<li>The page displayed to all users who visit from Google must be identical to the content that is shown to Googlebot.</li>
<li>We implemented this feature following exactly what Google recommended and we intend to keep it this way (it is good idea to follow Google&#8217;s policies if you don&#8217;t want to get your site banned).</li>
</ul>
<div>If you are uncomfortable with any of the above then DO NOT use this feature.</div>
<h4>How Do You Enable it in eMember?</h4>
<ol>
<li>Go to the settings menu of eMember and check the &#8220;Enable Google First Click Free Feature&#8221; field to enable this feature.</li>
<li>Wait for Google to index your protected content.</li>
</ol>
<div>Now, when a user follows a Google search result and lands on your protected article, eMember will display the full content of the protected article to this user. If the user clicks on any other link on your site then the normal protection rules are applied as usual.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-google-first-click-free-feature-with-your-membership-site-413/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP eMember Frequently Asked Questions (FAQ)</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-frequently-asked-questions-faq-66</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-frequently-asked-questions-faq-66#comments</comments>
		<pubDate>Thu, 15 Sep 2011 12:13:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Additional Resources]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[WP eMember]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=66</guid>
		<description><![CDATA[
Does this plugin work with the latest version of WordPress?

Yes, all of our plugins work with the latest version of WordPress.

Are there any ongoing fees for WP eMember plugin?

No, the WP eMember plugin is a one time purchase software.

Why buy a premium WordPress plugin?

See the why buy a premium WordPress plugin page.

Does this product integrate with WordPress&#8217;s user system?

Yes, the WP eMember can create a WordPress user login with the same details as the membership when the customer registers.

How does the member get the registration link after a purchase is made?

The ...]]></description>
			<content:encoded><![CDATA[<ul>
<li><strong><em>Does this plugin work with the latest version of WordPress?</em></strong></li>
</ul>
<p style="padding-left: 60px;">Yes, all of our plugins work with the latest version of WordPress.</p>
<ul>
<li><strong><em>Are there any ongoing fees for WP eMember plugin?</em></strong></li>
</ul>
<p style="padding-left: 60px;">No, the WP eMember plugin is a one time purchase software.</p>
<ul>
<li><em><strong>Why buy a premium WordPress plugin?</strong></em></li>
</ul>
<p style="padding-left: 60px;">See the <a href="http://www.tipsandtricks-hq.com/why-buy-a-premium-wordpress-plugin" target="_blank">why buy a premium WordPress plugin</a> page.</p>
<ul>
<li><strong><em>Does this product integrate with WordPress&#8217;s user system?</em></strong></li>
</ul>
<p style="padding-left: 60px;">Yes, the WP eMember can create a WordPress user login with the same details as the membership when the customer registers.</p>
<ul>
<li><strong><em>How does the member get the registration link after a purchase is made?</em></strong></li>
</ul>
<p style="padding-left: 60px;">The member is email out a link to complete the registration process after they have completed their payment.</p>
<ul>
<li><strong><em>Can a customer sign up for a recurring membership if they do not have a PayPal account?</em></strong></li>
</ul>
<p style="padding-left: 60px;">PayPal requires a PayPal account for all recurring payments. If your customer does not have a PayPal account they can sign up for one when they go to make the purchase at PayPal.</p>
<ul>
<li><strong><em>What type of license does the WP eMember have, can I use this plugin on more than one site?</em></strong></li>
</ul>
<p style="padding-left: 60px;"><a href="http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-license-agreement-31" target="_blank">Read the WP eMemeber Licensing Details</a>.</p>
<ul>
<li><strong><em>Can I translate the WP eMember plugins in to my own language?</em></strong></li>
</ul>
<p style="padding-left: 60px;">Yes, You can translate the front end of the plugin (the information that the customer sees). You can read more about this <a href="http://www.tipsandtricks-hq.com/forum/topic/plugin-language-translation" target="_blank">here</a>.</p>
<ul>
<li><strong><em>If I buy the WP eStore, WP eMember and WP Affiliate plugins and activate and setup all 3, will I be able to run a membership site that charged a monthly RECURRING price with the affiliate program, giving the affiliate commission each month the member is signed up?</em></strong></li>
</ul>
<p style="padding-left: 60px;">Yes</p>
<ul>
<li><strong><em>Is there a limit to the membership levels or members I can have?</em></strong></li>
</ul>
<p style="padding-left: 60px;">No, there is not a limit on membership levels or the number of members you can have.</p>
<ul>
<li><strong><em>What forum plugin can I use with the eMember?</em></strong></li>
</ul>
<p>There are a few forum plugins you can use with the eMember. You can see all of the options <a href="http://www.tipsandtricks-hq.com/forum/topic/e-member-with-forum" target="_blank">here</a>.<strong><em><br />
</em></strong></p>
<ul>
<li><strong><em>What payment gateways can I use for my membership site?</em></strong></li>
</ul>
<p style="padding-left: 60px;">The WP eMember can be integrated with PayPal and ClickBank in a standalone setup. You can also integrate eMember with WP eStore which allows you to use any of the Payment Gateways offered by the eStore plugin. Read more on this on our <a href="http://www.tipsandtricks-hq.com/wordpress-membership/" target="_blank">Documentation site</a>.</p>
<ul>
<li> <strong><em>What AutoResponders can the WP eMember integrate with?</em></strong></li>
</ul>
<p style="padding-left: 60px;">The WP eMember can integrate with AWeber, MailChimp, GetResponse autoresponders.</p>
<ul>
<li><strong><em>Can I protect only a section of a post and have some teaser content that everyone can see?</em></strong></li>
</ul>
<p style="padding-left: 60px;">Yes you can protect just a section of a post or page. There are a few options on how you can do this, for more information on these options go <a href="http://www.tipsandtricks-hq.com/wordpress-membership/?p=88" target="_blank">here</a>.</p>
<ul>
<li><strong><em>Can I drip content to my members?</em></strong></li>
</ul>
<p style="padding-left: 60px;"><a href="http://www.tipsandtricks-hq.com/wordpress-membership/?p=194" target="_blank">Read this document for more information about this feature</a></p>
<ul>
<li><em><strong>If I change membership plugins do my members have to recreate their recurring payments again</strong>?</em></li>
</ul>
<p style="padding-left: 60px;">Yes, PayPal does not allow you to modify a recurring payment once it is established.</p>
<ul>
<li><strong><em>Can I have it so members have to be approved by the admin after they sign up for a membership before they can view the content? </em></strong></li>
</ul>
<p style="padding-left: 60px;">Yes</p>
<ul>
<li><strong><em>Can I have both free and paid memberships at the same time?</em></strong></li>
</ul>
<p style="padding-left: 60px;">Yes, you can have both free and paid memberships for your membership site.</p>
<ul>
<li><strong><em>Can I have a trial period with the WP eMember?</em></strong></li>
</ul>
<p style="padding-left: 60px;">Yes, you simply create a subscription payment option with trial period.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-frequently-asked-questions-faq-66/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to create a Video Membership Site with Complete Protection to Your Videos</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-create-a-video-membership-site-with-complete-protection-to-your-videos-375</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-create-a-video-membership-site-with-complete-protection-to-your-videos-375#comments</comments>
		<pubDate>Tue, 30 Aug 2011 02:10:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design & Usage]]></category>
		<category><![CDATA[video membership site]]></category>
		<category><![CDATA[video protection]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=375</guid>
		<description><![CDATA[With General Protection feature of WP eMember you can easily secure your videos from anonymous visitors. Here is how you do it:

Create a post/page in WordPress.
Embed the video on the post/page that you want to offer to the members of a particular membership level. (If you don’t know how to configure the basic membership settings using WP eMember please watch the video tutorial here).


Go to WP eMember-&#62;Membership Level-&#62;Manage Content Protection section under WP Dashboard. In this section you can set which pages/posts you don’t want the anonymous visitors to see. ...]]></description>
			<content:encoded><![CDATA[<p>With General Protection feature of WP eMember you can easily secure your videos from anonymous visitors. Here is how you do it:</p>
<ol start="1">
<li>Create a post/page in WordPress.</li>
<li>Embed the video on the post/page that you want to offer to the members of a particular membership level. (If you don’t know how to configure the basic membership settings using WP eMember please watch the video tutorial <a href="http://www.tipsandtricks-hq.com/wordpress-membership/?p=132" target="_blank">here</a>).</li>
</ol>
<ol start="3">
<li>Go to <strong>WP eMember-&gt;Membership Level-&gt;Manage Content Protection</strong> section under WP Dashboard. In this section you can set which pages/posts you don’t want the anonymous visitors to see. In this case you can set protection to the post/page you just created and grant access to this post/page for a certain membership level (Detailed explanation can be found <a href="http://www.tipsandtricks-hq.com/wordpress-membership/?p=15" target="_blank">here</a>).</li>
</ol>
<ol start="4">
<li>Now whenever any member from that particular membership level (the one you granted access to) logs in, the member will be able to view the content of the page (in this case: the video you embedded on that page). Any other anonymous visitors will be asked to log in when they stumble upon that post/page.</li>
</ol>
<p>This will be good enough for most users but if you want to add another layer of protection for your super secret videos then continue reading.</p>
<h3>The Ultimate Video Lockdown</h3>
<p><strong><em>The key is to use Amazon S3&#8242;s private/protected file option.</em></strong></p>
<p>To add complete protection to your videos we recommend you use the following two service/product with eMember:</p>
<ul>
<li>Amazon S3 Account</li>
<li>WP Lightbox Ultimate Plugin</li>
</ul>
<p>Amazon S3 has an option where you can make a video file private (If you are selling video content on your site then you should be using Amazon S3). Amazon S3&#8242;s private/protected video can only be retrieved by an application using a secure API so there is no way for anyone to go directly to the URL of the file and download it.</p>
<p>The <a href="http://www.tipsandtricks-hq.com/?p=3163" target="_blank">WP Lightbox Ultimate plugin</a> has an option that can use the secure amazon s3 API and allows you to embed private/protected Amazon S3 videos on a WordPress post or page.</p>
<p>The following steps will ensure the complete protection of your videos:</p>
<p><strong>Step 1:</strong> Upload your videos to Amazon S3 and make the files private/protected so no one can retrieve the file without the secure API (only you know the API access keys).</p>
<p><strong>Step 2:</strong> Embed the private video on your WordPress post or page using the <a href="http://www.tipsandtricks-hq.com/?p=3163" target="_blank">WP Lightbox Ultimate Plugin</a>. You can directly embed the private/protected video on the page (no lightbox) or embed it using the lightbox option (the video will play in a lightbox).</p>
<p><strong>Step 3:</strong> Protect the WordPress post or Page using eMember so only members with the correct permission can see the content of the page.</p>
<p>The following video explains how this protected/private Amazon S3 video works with the Lightbox Ultimate plugin:</p>
<p><a href="http://vimeo.com/26904891" rel="wp-prettyPhoto"><img class="alignnone size-full wp-image-1022" title="Click Me" src="http://www.tipsandtricks-hq.com/wordpress-membership/wp-content/uploads/2010/06/video.png" alt="Embed Amazon S3 private video" width="128" height="128" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-create-a-video-membership-site-with-complete-protection-to-your-videos-375/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using eMember with Another Plugin That Uses the WordPress User Roles</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/using-emember-with-another-plugin-that-uses-the-wordpress-user-roles-350</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-membership/using-emember-with-another-plugin-that-uses-the-wordpress-user-roles-350#comments</comments>
		<pubDate>Fri, 24 Jun 2011 00:18:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Integration]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=350</guid>
		<description><![CDATA[If you need to use eMember with another WordPress plugin that uses the WordPress user&#8217;s role (example: a forum plugin) then you need to check the fields in the  &#8221;WordPress User Integration Settings&#8221; section of the eMember&#8217;s settings menu.
WP eMember does not create WordPress user entry by default (it uses it&#8217;s own database for membership accounts). Checking the &#8220;Automatically Create Affiliate Account&#8221; checkbox will make it so whenever someone signs up via eMember it will automatically create a corresponding WordPress user with the role you specified in the membership level.
So the WP ...]]></description>
			<content:encoded><![CDATA[<p>If you need to use eMember with another WordPress plugin that uses the WordPress user&#8217;s role (example: a forum plugin) then you need to check the fields in the  &#8221;WordPress User Integration Settings&#8221; section of the eMember&#8217;s settings menu.</p>
<div id="attachment_359" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-359" title="wordpress-user-integration-settings" src="http://www.tipsandtricks-hq.com/wordpress-membership/wp-content/uploads/2011/06/wordpress-user-integration-settings1.gif" alt="WordPress User Integration Settings" width="500" height="158" /><p class="wp-caption-text">WordPress User Integration Settings</p></div>
<p>WP eMember does not create WordPress user entry by default (it uses it&#8217;s own database for membership accounts). Checking the &#8220;Automatically Create Affiliate Account&#8221; checkbox will make it so whenever someone signs up via eMember it will automatically create a corresponding WordPress user with the role you specified in the membership level.</p>
<p>So the WP eMember plugin works as gatekeeper. After a user registers for a membership account using eMember the plugin will create a WordPress user with a specified Role. The other plugin or application can then do stuff based on that WordPress user role permission.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-membership/using-emember-with-another-plugin-that-uses-the-wordpress-user-roles-350/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP eMember Protection &#8211; How to Enable Site Wide Protection</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-protection-how-to-enable-site-wide-protection-342</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-protection-how-to-enable-site-wide-protection-342#comments</comments>
		<pubDate>Thu, 12 May 2011 04:17:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design & Usage]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=342</guid>
		<description><![CDATA[Depending on your content you may want to have site wide content protection so only logged in memers can see any part of your site.
WP eMember allow you to enable site wide protection for your WordPress site. Simply go to the WP eMember settings menu and check the &#8220;Enable Domain Level Lockdown&#8221; checkbox.
When this option is checked it will restrict anonymous visitor access to your site (the site won&#8217;t even load unless the visitor logs in as a member). The only page the visitor will be able to access on ...]]></description>
			<content:encoded><![CDATA[<p>Depending on your content you may want to have site wide content protection so only logged in memers can see any part of your site.</p>
<p>WP eMember allow you to enable site wide protection for your WordPress site. Simply go to the WP eMember settings menu and check the &#8220;Enable Domain Level Lockdown&#8221; checkbox.</p>
<div id="attachment_343" class="wp-caption alignnone" style="width: 560px"><a href="http://www.tipsandtricks-hq.com/wordpress-membership/wp-content/uploads/2011/05/enabling-site-wide-content-protection-for-membership.gif"><img class="size-full wp-image-343" title="enabling-site-wide-content-protection-for-membership" src="http://www.tipsandtricks-hq.com/wordpress-membership/wp-content/uploads/2011/05/enabling-site-wide-content-protection-for-membership.gif" alt="" width="550" height="66" /></a><p class="wp-caption-text">Enabling site wide content protection</p></div>
<p>When this option is checked it will restrict anonymous visitor access to your site (the site won&#8217;t even load unless the visitor logs in as a member). The only page the visitor will be able to access on the site when not logged in is the &#8220;Join Us&#8221; page.</p>
<p>When you use this option anyone trying to access your WordPress site will be greeted with the following screen:</p>
<div id="attachment_344" class="wp-caption alignnone" style="width: 510px"><a href="http://www.tipsandtricks-hq.com/wordpress-membership/wp-content/uploads/2011/05/site-wide-protection-for-membership.gif"><img class="size-full wp-image-344" title="site-wide-protection-for-membership" src="http://www.tipsandtricks-hq.com/wordpress-membership/wp-content/uploads/2011/05/site-wide-protection-for-membership.gif" alt="" width="500" height="346" /></a><p class="wp-caption-text">Prompt to anonymous visitors when they try to access your site</p></div>
<p>The only action available to the visitor is either to log in as a member or signup for a membership.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-protection-how-to-enable-site-wide-protection-342/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Multiple Membership Levels Per User</title>
		<link>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-multiple-membership-levels-per-user-291</link>
		<comments>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-multiple-membership-levels-per-user-291#comments</comments>
		<pubDate>Tue, 30 Nov 2010 04:00:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Design & Usage]]></category>

		<guid isPermaLink="false">http://www.tipsandtricks-hq.com/wordpress-membership/?p=291</guid>
		<description><![CDATA[The default settings is to use one membership level per user at any given time.  So every member of your site is assigned to one of the membership levels that you have created and the members can access content based on their membership level. When they make a payment for a different membership level, their current level is upgraded to the one they just paid for (Example: Upgrade from &#8220;Silver Level&#8221; -&#62; &#8220;Gold Level&#8221;). This is the setup that will be used on most membership sites.
Depending on your situation you may need ...]]></description>
			<content:encoded><![CDATA[<p>The default settings is to use one membership level per user at any given time.  So every member of your site is assigned to one of the membership levels that you have created and the members can access content based on their membership level. When they make a payment for a different membership level, their current level is upgraded to the one they just paid for (Example: Upgrade from &#8220;Silver Level&#8221; -&gt; &#8220;Gold Level&#8221;). This is the setup that will be used on most membership sites.</p>
<p>Depending on your situation you may need to assign multiple membership levels to one user. In this setup you want the membership levels to stack. So for example, if someone belongs to &#8220;Membership Level A&#8221; and he makes a payment for &#8220;Membership Level B&#8221; then he will end up with two membership levels in his profile (Level A and Level B). To get this behavior simply check the &#8220;<strong>Enable Secondary Membership</strong>&#8221; field from the settings menu of the WP eMember plugin. You can also assign additional membership levels to each of your members when you edit their profile:</p>
<div id="attachment_292" class="wp-caption alignnone" style="width: 422px"><a href="http://www.tipsandtricks-hq.com/wordpress-membership/wp-content/uploads/2010/11/multiple_membership_levels_per_user_sc.gif"><img class="size-full wp-image-292" title="multiple_membership_levels_per_user_sc" src="http://www.tipsandtricks-hq.com/wordpress-membership/wp-content/uploads/2010/11/multiple_membership_levels_per_user_sc.gif" alt="" width="412" height="125" /></a><p class="wp-caption-text">Multiple Membership Levels Per User</p></div>
<p>If you have integrated the payment buttons with eMember already then when a logged-in member makes a purchase using that button the membership level will be automatically added to their profile.</p>
<p><strong>Note:</strong> Remember, even though a member can have multiple membership levels assigned to them, there will still need to be a primary membership level for the member. When you use auto upgrade it will work based on the primary membership level of the member.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tipsandtricks-hq.com/wordpress-membership/how-to-use-multiple-membership-levels-per-user-291/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced

Served from: www.tipsandtricks-hq.com @ 2012-02-03 19:39:32 -->
