Does anyone use the 'share this' plugin? A quick question

Discussion in 'Blogging' started by LilyUK, Aug 1, 2007.

  1. #1
    Hi all
    I've just installed the 'share this' widget on my blog however I want to change the text on it from just 'share this' to something a bit more expressive! I'm looking through all the code on the php page though and can't see where to change it?

    I'd be grateful if you can point me in the right direction.

    Thanks
     
    LilyUK, Aug 1, 2007 IP
  2. sam79

    sam79 Peon

    Messages:
    97
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi,

    I don't use the widget, I use the plugin (which is a simple one-click install by the way). The coding is probably very similar.

    Have you tried searching through the code using your text editor 'find' option? For me it returned just a few results and it was quite easy to recognize the php echo function where the 'share this' is called. Perhaps you could try that and see if you find it?

    Let us know if it helps,
    Sam
     
    sam79, Aug 1, 2007 IP
  3. bochgoch

    bochgoch Peon

    Messages:
    1,918
    Likes Received:
    67
    Best Answers:
    0
    Trophy Points:
    0
    #3
    It's not in the main plugin code -- can't check at the moment, but I'll have a fish around later and let you know what I find!

    :)
     
    bochgoch, Aug 2, 2007 IP
  4. sam79

    sam79 Peon

    Messages:
    97
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Hey,

    Ok then. Let's look at this.

    (few minutes later): I just succeeded in changing the 'share this' in the plugin php code.

    Go to line 428 and look for
    <?php _e('Share This', 'alexking.org'); ?>
    Code (markup):
    at the end of the line. Change Share This to whatever you want and voila, the word will change on the link.

    If you can't make it work with the widget, try the plugin, it's really easy to install.

    Cheers,
    Sam
     
    sam79, Aug 2, 2007 IP
    LilyUK likes this.
  5. LilyUK

    LilyUK Peon

    Messages:
    125
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hi Guys
    Thanks for all your responses - sorry it's taken so long to reply, busy week and thank goodness it's Friday!

    Sam - that worked a treat, thankyou very much :)
     
    LilyUK, Aug 3, 2007 IP
  6. sam79

    sam79 Peon

    Messages:
    97
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You are very welcome :)
     
    sam79, Aug 3, 2007 IP