Get Tons of Free Traffic and Leads From Facebook

Get Tons of Free Traffic and Leads From Facebook - Without Spending a Single Dollar on Paid Ads!

Discount Unlocker

 

Want to go viral??

According to a survey, 60% of shoppers are willing to post or comment about the product or service, across social networking sites, if they are offered discounts.

Let your campaigns go viral across popular social networks. This tutorial lets you tap on these potential customers by rewarding them, for sharing about your discount offers and campaigns on Facebook.
Friend’s word of mouth and their recommendations have higher CTR than regular Ads. Average conversion rate from friend’s recommendation is nearly 3% which is an added benefit of Offer Mint.
So start generating brand footprints and go viral now with Offer Mint!!

  • Brand Mentions & Virality: Improved Visibility at a less cost for both your brand and your offer. Each customer who unlocks the offer is spreading your campaign socially! You can get as high as 25% of your shoppers to spread the word about you thus boosting your brand visibility.
  • Social SEO: Social media brand mentions (or social signals) also now contribute to your SEO rankings. Enhance your SEO rank by maximizing impact of social signals.
  • Lower customer acquisition cost: Rather than spending huge marketing budgets on affiliates or coupon sites, giving additional discounts to customers reduces the overall cost of customer acquisition. More happy customers.
  • Improve Sales & Conversions: Customers earning incentives are 15-20% more likely to buy from your store as compared to other visitors, thereby increasing the net website conversion rate.
  • User Experience: Website visitors have 1-click access to the coupons, keeps the users focused on shopping rather than coupon hunting!

So let's start with step by step...

Add settings to the theme editor

    1. From your Shopify admin, go to Online Store > Themes.
    2. Find the theme you want to edit, and then click Actions > Edit code.
    3. Click Config.
    4. Click settings_schema.json:
      Config Setting
    5. At the bottom of the file, copy the following code and paste it after the last } but before the last ]:

      ,
      {
         "name": {
           "en": "Social Locker"
        },
        "settings": [
           {
           "type": "checkbox",
           "id": "enable_social_locker",
           "label": {
             "en": "Enable Social Locker"
           },
           "default": false
         },
          {
           "type": "text",
           "id": "coupen_code",
           "label": {
           "en": "Discount Code"
         }
         }
         ]
      }

    6. Click Save.

Configure the Social Locker

    1. Go to the theme editor.

    2. Click Social Locker:
      Social Locker

    3. Enable Social Locker.
    4. Add Discount Code in box, that will be visible to visitors when they share.
    5. Click Save.

Create a content-locker snippet

    1. From the Edit HTML/CSS page, click Snippets.

    2. Click Add a new snippet:
      Add new snippet

    3. Name your snippet content-locker.

    4. Click Create snippet:

    5. Copy and paste the code from this link into your new snippet.

    6. Click Save.

Include the content-locker snippet

To include the content-locker snippet in your theme:

    1. From the Edit HTML/CSS page, under Layout, click product.liquid or product-template.liquid whatever template you're using.

    2. Copy and paste {% include 'content-locker' %} where you want to show lock box.

    3. Click Save.

Create Facebook APP

    1. From this tutorial create facebook app for your shop.

    2. in 'content-locker' snippet, find appId, and replace your APP id with current one

    3. click Save.

Live Demo

Enjoy Viral Traffic!!!


Leave a comment

Please note, comments must be approved before they are published