Sexy Bookmark Plugin of WordPress error with tr.im

Today , when I write another post via wordpress . I found something error with my CSS when I preview my draft. The Front is wrong , and my logo was placed in a wrong position ! What’s suspected is the Sexy Bookmark plugin , which is placed a blue line image(In fact , it is quite a big one , and telling you “tr.im is currently overloaded”)

This problem may also make your layout goes wrong. If your blog has the same problem , it is recommended to read this post !

The wrong :

The right:


[ad#PostRight]
when checking in the source, I found following code placed in my Sexy Bookmark Plugin tag :

<html>
<head>
  <!-- ERRORS:
	     400: Bad request
	     403: Forbidden
	     408: Request Time-out
	     500: Server Error
	     502: Bad Gateway
	     503: Service Unavailable
	     504: Gateway Time-out
	-->
  <title>tr.im is currently unavailable ...</title>
  <style>
    body {
      background-color: #E2EAED;
      margin: 0px; padding: 0px;
      color: #000;
      font: 12px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    }
    #errormain {
      border: 1px solid #889EAA;
      background: url(http://s3.amazonaws.com/nambu/assets/misc/banana.jpg) no-repeat #fff;
      width: 849px;
      margin: 20px auto;
      min-height: 400px;
      padding: 0px;
      position: relative;
    }
    #logo { position: absolute; top: 5px; right: 10px; }
    #errorheader { margin-top: 0px; }
    #errortextbox {
	  opacity: .8;
	  -moz-opacity: .8;
	  filter: alpha(opacity=80);
	  background-color: #265871;
	  margin: 0px;
	  min-height: 400px;
	  width: 450px;
	  padding: 10px;
    }
    #errortext { margin: 10px; color: #fff; }
    h1 { font-size: 48px; margin: 5px 0px; }
    h2 { font-size: 24px; margin: 5px 0px; }
    h3 { font-size: 16px; margin: 5px 0px; }
    p { font-size: 1.2em; line-height: 120%; margin-bottom: 20px; }
  </style>
</head>
<body>
  <div id="errormain">
    <div id="logo"><img src="http://s3.amazonaws.com/nambu/assets/logos/logo_trim.png" width="150" height="83" alt=""></div>
    <div id="errorheader"></div>
    <div id="errortextbox">
      <div id="errortext">
        <h1>Oops ... Sorry!</h1>
        <h2>tr.im is currently overloaded.</h2>
        <p>tr.im is currently unavailable because of exccessive load, just down for whatever reason, or there was a spike in simultaneous requests that our servers were unable to handle in an orderly fashion
.</p>
        <p>We are not really committed to tr.im's reliability so you will likely see our "fail banana" again.</p>
        <p>Please try your request again now, or in a few minutes. We apologize for any inconvenience.</p>
      </div>
    </div>
  </div>
</body>

The problem is because Tr.im has closed its shortenURL service , while our sexy bookmark plugin is still using it as Tweet !

To solve this :

To your SexyBookmark settings , and change another shortenURL provide such as b2l.me

Please remember to check on the Reset all short URL
[ad#UnderPost]

, , , , , , , ,

5 Responses to Sexy Bookmark Plugin of WordPress error with tr.im

  1. Make | #1

    What a good post ! My blog is suffering from sexybookmark error !!

  2. Yakia | #2

    Great, I will have a try to solve CSS error on my wordpress

  3. Sayo | #3

    Is it the problem ? Thanks !

  4. Sayo | #4

    I love sexy bookmark , I am sorry to hear tr.im will quit!

Trackbacks/Pingbacks:

  1. Find the original URL after it is shortened | aeBeta : IT Resources and Reviews , Software Tips and Promotions !

Leave a Reply