- Code: Select all
http://www.facebook.com/share.php?u=
right before my topic link, so it must be like that:
- Code: Select all
http://www.facebook.com/share.php?u=http://www.abto.bg/forum/viewtopic.php.......
In viewtopic.php currently I have new line:
- Code: Select all
'U_FACEBOOK' => $viewtopic_url,
and when I'm trying to add http://www.facebook.com/share.php?u=
- Code: Select all
'U_FACEBOOK' => 'http://www.facebook.com/share.php?u=' . $viewtopic_url,
it generates me link like that
- Code: Select all
http://www.facebook.com/share.php?u=./forum/viewtopic.php
which is wrong. Where is my mistake ????

