perrknight 0 Report post Posted September 1, 2011 Please let me know when you guys plan on updating the Platform Pro share bar to include the Google +1 button. If you guys plan on doing this in a forthcoming update, I will hold off on manually coding it myself. Share this post Link to post Share on other sites
kastelic 6 Report post Posted September 1, 2011 It's coming, definitely. That's all I can say. Share this post Link to post Share on other sites
perrknight 0 Report post Posted September 1, 2011 Confirmed, thanks. Share this post Link to post Share on other sites
Simon 248 Report post Posted September 2, 2011 [code] add_action( 'wp_head', create_function('','echo "";')); add_filter( 'pagelines_before_sharebar', create_function('', 'return "";')); [/code] add to platformbase/functions.php Share this post Link to post Share on other sites