Because micro-blogging services like Twitter have a character limit of 140 characters, it is paramount that you shorten your links as much as possible. WordPress does not do this natively but that does not mean that it is difficult. We can include our code in the functions page for an easy, repetivitve action. You can see an example of how it looks below this post. Is.gd probably outputs the shortest links, but you can use most other url shortners for this tutorial. Open your templates functions.php and include the following code.
function getTinyUrl($url) {
$tinyurl = file_get_contents("http://is.gd/api.php?longurl=".$url);
return $tinyurl;
}
What this code means is that we create new function called “createTinyLink” and allow a parameter of “$url” to be grabbed so it can be convereted into a tinyURL. Then we create a new variable called “$tinylink” and let that equal to the contents of the function on the is.gd website. I got that link from here. But you could also use Bit.ly or Tinyurl just as simply. The code then returns the contents into where we want it displayed.
After this we go into the single.php (or any page) and enter in:
Tweet this
This creates a link that says Tweet this and the url will be a link to Twitter.com that can update your status with Currently Reading : [The title of the post] and the shortened link to the article.
There you have it extremely easy and very cool addition to your blog, without slowing it down with a million plugins.
For past two months to the people who use Twitter, I was not alive. To them I wasn’t on Twitter, I didn’t have 600+ followers and I had not tweeted more than 5000 times. I was invisible, and I may aswell have not been tweeting at all.
You see Twitter is all about finding people you have things in common with, and whats the best way to find them? Search! Searching for topics you enjoy will bring up that topic but from other peoples Twitter. There you can click into their profile and follow them, therefore building a group of people you have similarities to rather than just people you know (like what Facebook is). Its primarily a network builder for the things that matter to you.
(more…)
Every week I’m gonna post 10 or so amazing design finds. Contrary to what you may think, this is for both you and me. This way I can archive the sites I like and look back on them when I have a creative block. But mostly it’s to show some really cool designs to the people who read this blog. So enjoy!










If you want to be included in next weeks collection, please leave a comment or use the contact form.
And remember, please subscribe to my RSS feed
I always love getting information to the most important people of blogs, the readers. Theyre the ones who take time out of their day to read my blog and for that I wanted to get some input from you guys.
The browser wars is a heated-argument, but I think generally its safe to say that nearly everyone in the know hates Internet Explorer. This week, I want to know “What browser you are using right now?”. Not the browser you prefer, or the browser you use generally, but the browser that you are visiting this site on.
Vote Below
[poll id="2"]
It is important as a designer, to build a good collection of resources for constant inspiration. That’s why I subscribe to over 100 feeds all in different areas of design, to gain see a wide spectrum of knowledge. My RSS reader of choice used to be Google Reader, but more recently I’ve been using the Firefox addon Feedly , which extends Google Reader’s capabilities and adds Twitter and FriendFeed integration.
Here I will list over a 100 blogs for you to subscribe to, but also I will give a link to download all the URLs so they can be easily imported into Google Reader.
(more…)