Can I add a premium content gateway only to certain pages of my blogger blog? Thanks, much appreciated.
create a new blog and make it invite only. and then link that blog from that page thats the only solution i can think of as you cannot lock individual pages in blogger
The javascript is useless if the surfer disables it. A more secure way is to use iframes to a passworded site.
pls remember to save your template before you try this go to layout->edit html-> Expand Widget Templates find this code Code: <div class='post-body entry-content'> <data:post.body/> <div style='clear: both;'/> <!? clear for photos floats ?> </div> replace with Code: <div class='post-body entry-content'> <b:if cond='data:blog.url == "[COLOR="Red"]http://yourblog.blogspot.com/2010/02/post.html[/COLOR]"'> <data:post.body/> [COLOR="Red"]<script src='http://www.**************.com/mygateway.php?pub=xxxxx&gateid=xxxxxx' type='text/javascript'/>[/COLOR] <b:else/> <data:post.body/> <div style='clear: both;'/> </b:if> </div> replace the first portion in red with your post permalink replace the second portion in red with your gateway script hope that helps nikhil88