How does BitWall affect external pulls from a site’s content?
For instance, our mobile app uses a JSON request to the WordPress site to get content. The other paywall services (TinyPass, etc) block everything except the content excerpt, so our mobile app never gets all of the story, just the first 35 characters.
]]>Hello,
We are depending on good SEO traffic. Will Bitwall damage our SEO score and if so, whats the workaround?
]]>I am personally hungry for a great paywall metered plugin. I have tried all tinypass, wp member, restrict content etc. Unfortunately, your one is not different from them.
I would suggest including unique feature that no other does: a feature that includes all posts of wordpress for paywall. The paywall appears after a user views 10 different articles or stays at the site for more than 40min a month etc.
Others also have speed issue – you need to be smart about it.
Finally, payment option should be varied (with this one you got that tweet thing and i think its good).
Good luck.
]]>On WP 3.7.1 (and maybe on all other version) you need to edit wp-content/plugins/bitwall/wp-bitwall.php and, on the last part of the file, to remove the duplicate line:
add_action(‘save_post’,’save_post’);
keeping only:
add_action(‘save_post’,’save_details’);
Good luck to this project and…have fun !
]]>