Protecting content in a post
Posted: December 8th, 2011, 6:07 am
My blog posts are visible to any reader, but I've protected the video in each post by using this shortcode:
[s2If current_user_can(access_s2member_level1)] Protected Video [/s2If]
I plan to have no free membership, and just 1 level of paid membership, but the paid membership will have 7 days free trial after which the payment begins. This means when anyone subscribes using PayPal, she will pay nothing for 7 days after which PayPal automatically bills her the membership fee.
1
Now, my question is if I want to restrict a few videos during the 7-day trial period, how do I implement it within the shortcode above..!
2
If (1) is not possible, then is it possible to disable just the download of a video during the trial period even though the members can watch it on my site?
Thanks in advance.
[s2If current_user_can(access_s2member_level1)] Protected Video [/s2If]
I plan to have no free membership, and just 1 level of paid membership, but the paid membership will have 7 days free trial after which the payment begins. This means when anyone subscribes using PayPal, she will pay nothing for 7 days after which PayPal automatically bills her the membership fee.
1
Now, my question is if I want to restrict a few videos during the 7-day trial period, how do I implement it within the shortcode above..!
2
If (1) is not possible, then is it possible to disable just the download of a video during the trial period even though the members can watch it on my site?
Thanks in advance.