StartBox icon indicating copy to clipboard operation
StartBox copied to clipboard

sb_facebook shortcode default arg 'url' urlencode not passing correctly to fb function

Open RickeyMessick opened this issue 12 years ago • 0 comments

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)),

RickeyMessick avatar Aug 29 '13 18:08 RickeyMessick