How to add social locker on custom fields

The do_shortcode() syntax requires everything in one string.

<?php
$lockit="[lockercat]" . 'your buttons etc.' . '[/lockercat]';
echo do_shortcode($lockit);
?>

tech