Easy FB Like Box execute shortcode output using PHP
gistfile1.php
<?php
$facebook_url = get_custom_field('fb_lbox_custom');
if( $facebook_url ) echo do_shortcode( '[easy-fb-like-box url="' . $facebook_url . '" width="370" height="430" theme="light" faces="true" header="false" posts="true" border="false"]' );
No comments yet.