Would be great if the plugin could automatically use the post's shorturl
http://wordpress.org/extend/plugins/simple-social-sharing-widgets-icons/
Would be great if the plugin could automatically use the post's shorturl
http://wordpress.org/extend/plugins/simple-social-sharing-widgets-icons/
For people that want to hack it themselves, use this
//$simplesocial_permlink = get_permalink($post->ID);
$simplesocial_permlink = wp_get_shortlink();
This topic has been closed to new replies.