21-Aug-2012, 07:28 PM
I have enabled the Facebook link on my website. I would like to have the default setting to be "On your page". If I click on "On your page", it goes to the correct location.
After several attempts to modify the code in comments.php, I'm not getting it. Am I looking in the right place?
if ($settings->enabled_social_facebook) {
echo "<a href='http://www.facebook.com/share.php?u=" . $url . "&t=" . $title . "' rel='nofollow'$attribute><img src='" . $settings->url_to_comments_folder . "images/social/facebook.png' class='social_image' title='Facebook' alt='Facebook'/></a>";
}
Thanks for your help.
After several attempts to modify the code in comments.php, I'm not getting it. Am I looking in the right place?
if ($settings->enabled_social_facebook) {
echo "<a href='http://www.facebook.com/share.php?u=" . $url . "&t=" . $title . "' rel='nofollow'$attribute><img src='" . $settings->url_to_comments_folder . "images/social/facebook.png' class='social_image' title='Facebook' alt='Facebook'/></a>";
}
Thanks for your help.