StartBox
StartBox copied to clipboard
sb_facebook shortcode default arg 'url' urlencode not passing correctly to fb function
Looks like the urlencode() should not be on default arg. When removed the shortcode will accept the current page permalink correctly.
shortcodes.php - line 542 'url' => urlencode(get_permalink($post->ID)),