KK wrote: @diverso,

You sure the kind of link you posted ever worked?
You are urlencoding even Google+ URL which is wrong - you need to encode only the URL that is to be shared. For example, try the following and it should work -
Code: Select all
<a href="https://plus.google.com/share?url=<?=urlencode('http://www.designdiverso.com/sonokogroup.php')?>" target="_blank"><span class="soc-google">test link</span></a>



I confirm it used to work fine before the pretty url implementation, will test your suggestion asap.