WordPress Like To Unlock Content Plugin

Hey Guys,

Today I am announcing a completed plugin for your WordPress blog, Facebook Like or Google Plus One To Unlock Content Plugin. Yeah I know that you have seen a couple of jQuery plugins from me in my previous post but I tell you what, there was nothing for WordPress that I did regarding utilizing socially aware content manipulation.

I really don’t have to talk about it much, You’ll will see it in action in a moment. First we cover a few bits and pieces on why I developed this.

Why?

When someone ask me this question, my usual reply is Why not? I spend most of my time building something or improving something that I did in the past. So most of my time maybe 70% goes towards building/developing stuff. It keeps me busy and keeps me going. Well that’s the overall picture but here are some key points why Facebook and Google matters.

  1. SEO: Search Engines such as Bing and Google are now looking for social signals. If your post is being shared say on Facebook or Google plus then its always a plus for you
  2. Exposure. Say someone likes your post and this means that it will end up on user timeline and this user’s friends will see it immediately and if your post is good, it has chance to go viral, thus giving you some more traffic juice and accolades
  3. Increase user activity: Agenda here is, if they like half of what you’ve posted they may want to read more, thus those clicks on your page means that user is actually engaging with your content.
  4. And there are heaps more that you can think of associated with Social

Features

Here is a list of things that you could control from the administration page

  1. Facebook Like button attributes
  2. Google plus button attributes
  3. Call to action message
  4. Type of content obfuscation you would like to use such as hiding, blurring, dimming etc
  5. You can disable the
  6. Search engine friendly
  7. and more

Usage

It can’t get simple that this.

All you need to remember is the ltu tag as shown below

WordPress Like to unlock plugin tags

and you are done. So while editing your post just remember to insert the ltu starting and closing tags at appropriate places, You can only have one instance of it.

This plugin is heavily dependent on my jQuery plugins.

Browser Support

All major browsers are supported such as latest

  1. Chrome
  2. Firefox
  3. IE9+
  4. Safari

Other won’t matter that much and I don’t really consider testing on them. But if you find any issues, just let me know

Demo

Just Like or plus one using the buttons below to continue reading..

Pricing

Well if you like this plugin and would like to purchase it, its only $49 for a single server and $79 for multiple server owned by you, If you want to purchase it for your multiple clients then $199 will be charged for Business edition of this plugin, which allows you to install this plugin on any number of sites owned by you and their sub domains and also any blogs you are maintaining for your clients. You are not allowed to Resell this plugin.

Caveats

If you are using blur mode then it is possible that if you are including images from third party server, then they may not be rendered properly, this limitation is not there if images in your post are coming from your own domain.

Automatic Upgrades

If and when a update is available, WordPress will look to upgrade it automatically as you do with other plugins.

Theme support

Supports themes that supports wp_footer and wp_head hooks

Support

Fill up all the fields in the form below or just goto contact me page of this website to initiate a contact.

NO WARRANTIES.

THE Database(s), DATA AND PROGRAMS ARE FURNISHED ON AN “AS IS”, AS-AVAILABLE BASIS. Jaspreet Chahal MAKES NO WARRANTY, EXPRESS OR IMPLIED, WITH RESPECT TO THE CAPABILITY OF THE Database(s), DATA AND PROGRAMS OR THE ACCURACY OR THE COMPLETENESS OF THE DATA. ALL WARRANTIES OF ANY TYPE, EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT OF THIRD PARTY RIGHTS ARE EXPRESSLY DISCLAIMED. Jaspreet Chahal DOES NOT WARRANT THAT THE SERVICES WILL MEET ANY PARTICULAR CRITERIA OF PERFORMANCE OR QUALITY, OR THAT THE SITE IS FREE OF OTHER HARMFUL COMPONENTS. NEVERTHELESS, Jaspreet Chahal SHALL MAKE COMMERCIALLY REASONABLE EFFORTS TO MAINTAIN THE SITE FREE OF VIRUSES AND MALICIOUS CODE.

How to change Google Plus stream layout to old one

googlepluslayout

Hi Guys, Well its exciting that Google has updated look and feel for their Social tool called Google+ We used to have a tall news stream and now it more beautiful, more like tiles. Here is a screenshot of the new … [Continue reading]

Using Font Awesome Icons in HTML5 Lists

list-fa

First there is no difference as such in HTML4/5 lists as far as my knowledge goes. They render the same way so the title of this post is not misleading but I am just trying to stay up with the latest :) Anyway this post shows how to use Font … [Continue reading]

How to detect Facebook Unlike

Hi Guys, Let me show you how to detect the Facebook Unlike. Without wasting much time lets jump straight to the point. First up is to get our markup set up The Markup Above is just basic markup that is required for your Like button as … [Continue reading]

jQuery plugin to create Facebook like button with callabacks (Like and Unlike)

There are times when you want to know if user Facebook Liked or Unliked your page. Facebook provide an API for that, also there are times when you want to generate Like button on the fly rather including the code upfront in your HTML file. This … [Continue reading]

New Zealand Street Names Database along with Suburb, Postcode, District, Longitude and Latitude value

New Zealand Streets Database Schema

Hi Guys, I just introduced a new Product in Database category that enables you to store New Zealand Street names and other details in your database so that you can help you users filling their information on Web forms etc. Benefits The 3 main … [Continue reading]

WordPress Add extra meta links for your plugin on Installed Plugin page

plugin_links

  Hi Guys, Before you get confused on what I am going to say or write about let me show you a screenshot that is what we will be discussing in this blog post. Alright, So see those Links that appear besides my name Contact … [Continue reading]

How to Lighten or Darken HEX or RGB color in PHP and JavaScript

Hi Guys, Just a thought and following up on my previous post is a function that you can use in your PHP code to brighten or darken a HEX or a RGB color, For color manipulation in JavaScript you can look at this cool … [Continue reading]

PHP Convert HEX color code to RGB or RGB to HEX

Hi Guys, This is a quick TIP so that I don't have a burden of not sharing this age old function I wrote ages ago with you :) Anyway there are many occasion when you would like to problematically adjust say brightness, red, green, blue depths … [Continue reading]