signsfor Posted August 23, 2010 Share Posted August 23, 2010 Hello - My social bookmarks for the Facebook link adds an extra "http://" to the URL that gets posted to Facebook. I am a self taught .php guy and tried to debug it by adding <?php echo $URL;?> below the facebook link to see what would get displayed HeaderTags_SEO_V_3 CODE: <td><a rel="nofollow" target="_blank" href="http://www.facebook.com/share.php?u=<?php echo $URL . '&title=' . $TITLE; ?>"> <?php echo tep_image(DIR_WS_IMAGES . '/socialbookmark/facebook.png', 'Add ' . $NAME . ' to Facebook'); ?></a></td> MY DEBUG CODE: <?php echo $URL;?> BROWSER DISPLAYS: http%3A%2F%2Fhttp%3A%2F%2Fwww.aslinside.com%2Findex.phP Can anyone tell me how to modify the HeaderTags_SEO_V_3 code to fix this? I have not tested the others but they might need the same fix. Thank you, Dave Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.