Anyone know how to customize the Tweetmeme Plugin?

4 replies
I want to be able to change the actual text of the tweet, but not exactly sure how to go about doing it.

I know it's somehwere in the code.

If anyone knows how to do this, please reply

Thanks!
Jason
#customize #plugin #tweetmeme
  • Profile picture of the author pjCheviot
    Banned
    This may help

    Customising Button Title | Tweetmeme Help

    Notably the end ->

    "There is one major caveat to this system. Our systems require the tweetmeme-title to be a strict subset of the page title. i.e. The tweetmeme-title must be derived directly from your original page title - if it is not, it will be ignored. This is to ensure that the tweet the button sends can always be predicted by the user to be relevant to the page they are reading."
    {{ DiscussionBoard.errors[1471765].message }}
    • Profile picture of the author jasondinner
      Originally Posted by pjCheviot View Post

      This may help

      Customising Button Title | Tweetmeme Help

      Notably the end ->

      "There is one major caveat to this system. Our systems require the tweetmeme-title to be a strict subset of the page title. i.e. The tweetmeme-title must be derived directly from your original page title - if it is not, it will be ignored. This is to ensure that the tweet the button sends can always be predicted by the user to be relevant to the page they are reading."
      Thanks for that.

      I also found this code on that same page, but it doesn't seem to be working for me yet:
      <meta name="tweetmeme-title" content="<?php wp_title(''); ?>" />

      They said to put it in the header.php file.

      However, when I did that, it didn't work.

      Hopefully someone who figured out how to get it to work will reply soon

      Thanks,
      Jason
      Signature

      "Human thoughts have the tendency to transform themselves into their physical equivalent." Earl Nightingale

      Super Affiliates Hang Out Here

      {{ DiscussionBoard.errors[1471964].message }}
      • Profile picture of the author JohnMcCabe
        Originally Posted by jasondinner View Post

        Thanks for that.

        I also found this code on that same page, but it doesn't seem to be working for me yet:
        <meta name="tweetmeme-title" content="<?php wp_title(''); ?>" />

        They said to put it in the header.php file.

        However, when I did that, it didn't work.

        Hopefully someone who figured out how to get it to work will reply soon

        Thanks,
        Jason
        You have to make sure you paste the code between the <head> and </head> tags, so it goes with the page header information.

        If you paste it anywhere else, it will be ignored...
        {{ DiscussionBoard.errors[1472177].message }}
        • Profile picture of the author jasondinner
          Originally Posted by JohnMcCabe View Post

          You have to make sure you paste the code between the <head> and </head> tags, so it goes with the page header information.

          If you paste it anywhere else, it will be ignored...
          Thanks John, It's in between.

          I have a feeling it's because of my theme. It was the only one i liked at the time,
          but it wasn't coded all that good. So it may be messing it up somehow.

          I appreciate all the help I have gotten from you all so far.

          Thanks again.
          Jason
          Signature

          "Human thoughts have the tendency to transform themselves into their physical equivalent." Earl Nightingale

          Super Affiliates Hang Out Here

          {{ DiscussionBoard.errors[1472232].message }}

Trending Topics