WP Plugin - Does One Exist?

by 5 replies
6
I want to provide premium content on my blog but only if they are registered. So after they are registered, I don't want my blog to pop up or slide in something prompting them to sign up if they already have.

So what I'm looking for is a conditional (If they exist in one of my aweber accounts) not to popup or slide in forms prompting them to do so.

I want to use wpsubscribers plugin but conditionally use it based on if they exist in aweber. Is there any sample code to use aWeber's API.

Any ideas would be appreciated.
I do have extensive programming experience but don't want to reinvent the wheel.
#programming #exist #plugin #wpsubscribers
  • Guess I found some type of answer in the documentation:

    After Submit The Information, I Don't See Any Opt-In Form Anymore?
    In order to not annoy your visitors, WPSubscribers Plugin will disable all of the opt-in forms after they submit the information. If you want to see these forms again, please delete your web browser cookie.

    But that still not tied into whether they are active in aWeber.
  • Thanks Steve.
    I've found some libraries on GitHub that I can wrap into a Wordpress plugin.
    I'm going to integrate it into wpsubscribers plugin to have the following functionality.

    wpsubscribers will first look at the coookies to determine if it will suppress the popups. If it finds one then I'll just use the inherant functionality of wpsubscriber.
    If it doesn't find one, then I'll call my new plugin to see if it is active on my aweber list. So it will only use the aWeber API when it doens't find a cookie.

    Make sense?
    • [1] reply
    • i spent a few minutes on a similar question just last week. from my quick look; mailchimp had some api features that were useful and were not found with aweber's
  • Banned
    [DELETED]

Next Topics on Trending Feed

  • 6

    I want to provide premium content on my blog but only if they are registered. So after they are registered, I don't want my blog to pop up or slide in something prompting them to sign up if they already have. So what I'm looking for is a conditional (If they exist in one of my aweber accounts) not to popup or slide in forms prompting them to do so.