Using outside WordPress?
-
Hi, some of our site isn’t “inside WordPress” although we have WordPress functionality included everywhere via the wp-load.php file.
But social locker doesn’t seem to work when outside normal WordPress posts and pages. I’ve tried including the javascript and css files but still isn’t working.
Using this on the page:
<?php ob_start(); ?> locked content <?php $to_lock = ob_get_contents(); ob_end_clean(); ?> <?php echo do_shortcode('[sociallocker id="33694"]'.$to_lock.'[/sociallocker]');?>The php works, it’s just not functioning and showing the overlay with the buttons etc.
The topic ‘Using outside WordPress?’ is closed to new replies.