• At the moment I’m using a plug in called Socialable and its working great. My only issue is I would prefer to have text links either with the pictures or instead of pictures. I was wondering if anyone could tell me how to do that, if not with this plug in, then maybe point me into the right direction of another one that could. Any help would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Open: sociable.php

    Find:

    $html .= "<img src=\"$imagepath{$site['favicon']}\" title=\"$sitename\" alt=\"$sitename\" class=\"sociable-hovers";
                    if ($site['class'])
                        $html .= " sociable_{$site['class']}";
                    $html .= "\" />";

    Replace With:

    $html .= $sitename;

    If you upgrade, you will have to re-edit the files.

    Thread Starter Phenix

    (@phenix)

    Thanks a million that works perfectly!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Social Bookmarking.’ is closed to new replies.