Refer-a-friend

by 6 replies
8
Hi Everyone,

I am currently looking to implement a "refer a friend" feature to my website, with the incentive of giving away "store credit" for each referral.

However, I am currently looking at an efficient way to code this, however my server side scripting ability is a bit limited.

What I was thinking was something along the lines of the following:

Initial customer signs up -> get's option to join refer a friend program -> can create affiliate type link to my site -> they send this to their friends -> if their friend joins my mailing list their refer a friend account gets credited with a "credit" which they can redeem later on (I can do this bit manually).

Now I expect the best way to do this is with some kind of php form linking to a mySQL database in order to add members of the program and track their affiliate clicks (I imagine I can hack some code into the submit routine for my squeeze page).

Does anyone have any ideas on the best way to progress with this, or if there are any similar, low cost, products out there that might be able to do this for me? (I am waiting for a call back from a sales rep at extole.com, which seems to be the main commercial company doing this, but if you have to ask for a price that always concerns me!)

I look forward to hearing some ideas.

Thanks,

Si
#programming #referafriend
  • Very cool idea, I could code this for you if you need it coded... drop me a message and we can talk details. I have been coding for years and this is a pretty easy job for me to accomplish for you
    • [1] reply
    • Table: Referral
      DB Fields
      MemberID
      RefID

      Table: ReferralClicks
      DB Fields
      RefID
      IP Address
      Clicks

      Table: ReferralMember
      DB Fields
      MemberID
      RefMemberID
  • Another technique webmaster did is to create a refer a friend script...

    have you heard that too..?
    • [1] reply
  • But why are going to code it yourself? There are a lot of refer-a-friend tools which can be easily added to you website without any efforts. For example this one http://invitebox.com. All you need to do - just to paste simple JS snippet and it's done.
    • [ 1 ] Thanks
  • this wouldn't be hard for someone who knows MySQL, I have seen a very similar script for phpBB that you could base this on, cash mod or referral mod I think it is.

Next Topics on Trending Feed

  • 8

    Hi Everyone, I am currently looking to implement a "refer a friend" feature to my website, with the incentive of giving away "store credit" for each referral.