Blog posts now automatically shared with our Google+ and Facebook Community Groups
Blog posts now appear automatically on our Harvest4D communities in the following social networks: Google+, and Facebook.
add_filter('the_content', function($str) { if (preg_match("/\[h4pub(.*)\]/", $str, $m)){ //print_r(getparam($m[1])); return preg_replace("/\[h4pub(.*)\]/", h4publications(getparam($m[1])), $str); }else{ return $str; } }); ?>