Skip to content

Instantly share code, notes, and snippets.

@tripflex
Created June 24, 2015 00:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tripflex/dc063f2d3101f0d5388c to your computer and use it in GitHub Desktop.
Save tripflex/dc063f2d3101f0d5388c to your computer and use it in GitHub Desktop.
Easy FB Like Box execute shortcode output using 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"]' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment