[Plugin: Styled Facebook Like Box] Small error
-
Hi,
There’s a small error in the plugin where the second closing div is missing. It should be:
// Output the widget in the sidebar function styled_facebook_like_box($title, $profile_url, $width, $height, $faces, $border_color, $background_color, $stream, $header, $style_code){ //Insert the styled Like Box echo "<div id='fb-root' class='widget widget_facebook_like_box'><div class='fb-like-box' data-href='$profile_url' data-width='$width' data-height='$height' data-show-faces='$faces' data-border-color='$border_color' data-stream='$stream' data-header='$header' style='background-color:$background_color;"; if ($style_code) echo $style_code; echo "'></div></div>"; }
https://www.ads-software.com/extend/plugins/styled-facebook-like-box/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Styled Facebook Like Box] Small error’ is closed to new replies.