Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I purchased a plugin called Facebook Viral Content Locker found here: http://codecanyon.net/item/facebook-viral-content-locker-for-wordpress/2511890 What it does, is allows content to be locked on your webpage. The only way to unlock is for the visitor to click the link, which opens a pop up to the Facebook App I created, and sign up for the app. The problem is, nothing happens when people click the link to unlock the content.

I tried the plugin on a new version of wordpress with all the same plugins as my main site and on twenty twelve and it worked. I use a slightly customized version of the theme Detube. I believe it is something in my theme stopping it from connecting to the Facebook App.

I'm just looking for some suggestions on where to start with this problem. The plugin author has been no help at all.

Here is the page where I am testing it. http://fitlife.tv/facebook-test

Thanks

share|improve this question
In my end, lots of javascript errors being dump in Chrome Console. Either the plugin or the theme is bad coded. You'll need to debug and troubleshoot this. – brasofilo Mar 5 at 22:16
When inspecting with Firebug, I see some javascript errors (like 'TypeError: $(...).live is not a function'). Is everything okay with your jQuery? What else differs in the "script side' of the two themes (twenty-twelve and this Detube)? – t f Mar 5 at 22:21
your page loads two copies of the jquery library, either your theme or the plugin are not enqueueing javascript properly, or possibly both. – Milo Mar 5 at 22:53

closed as too localized by brasofilo, Wyck, s_ha_dum, toscho Mar 5 at 23:16

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.