WP Plugin - Does One Exist?

5 replies
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.
#exist #plugin #wpsubscribers
  • Profile picture of the author ChrisStCroix
    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.
    {{ DiscussionBoard.errors[5529073].message }}
  • Profile picture of the author SteveJohnson
    Signature

    The 2nd Amendment, 1789 - The Original Homeland Security.

    Gun control means never having to say, "I missed you."

    {{ DiscussionBoard.errors[5532149].message }}
  • Profile picture of the author ChrisStCroix
    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?
    {{ DiscussionBoard.errors[5532323].message }}
  • {{ DiscussionBoard.errors[5532366].message }}
    • Profile picture of the author Don Art
      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
      {{ DiscussionBoard.errors[5533315].message }}

Trending Topics