File: /home/zwafgyp/coolswim/wp-content/plugins/wpopal-themer/templates/widgets/facebook_like/default.php
<?php
/**
* $Desc
*
* @version $Id$
* @package wpbase
* @author Wordpress Opal Team <opalwordpress@gmail.com >
* @copyright Copyright (C) 2015 prestabrain.com. All Rights Reserved.
* @license GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
*
* @website http://www.wpopal.com
* @support http://www.wpopal.com/questions/
*/
// Display the widget title
if ( $title ) {
echo ($before_title) . trim( $title ) . $after_title;
}
if($page_url): ?>
<iframe src="http<?php echo (is_ssl())? 's' : ''; ?>://www.facebook.com/plugins/likebox.php?href=<?php echo urlencode($page_url); ?>&width=<?php echo esc_attr( $width ); ?>&colorscheme=<?php echo esc_attr( $color_scheme ); ?>&show_faces=<?php echo esc_attr($show_faces); ?>&stream=<?php echo esc_attr( $show_stream ); ?>&header=<?php echo esc_attr( $show_header ); ?>&height=<?php echo esc_attr( $height ); ?>&force_wall=true<?php if($show_faces == 'true'): ?>&connections=8<?php endif; ?>"
style="border:none; overflow:hidden; width:<?php echo esc_attr( $width ); ?>px; height: <?php echo esc_attr( $height ); ?>px;">
</iframe>
<?php endif;
?>