Laplink PCmover

Posted on 22nd July, by Cathy Wang in Web Work. Comments Off

Concept Scoping / UI Design / Flash Implementation / Web Development

Product Demo site for Laplink.


Laplink Everywhere

Posted on 22nd July, by Cathy Wang in Web Work. Comments Off

Web Development (Flash) / UI Design / Concept Scoping / Photoshoot Direction

Product demo site for Laplink.


Integrate Twitter Buttons in WordPress (with shortened URL)

Posted on 16th April, by Cathy Wang in Social Media. 3 Comments

How to create a “tweet this” button for your blog post in WordPress? You have many options.

Twitter has become a social network sharing system and you should always provide an easy call-to-action for your readers to share your posts. Also, don’t forget to shorten your URL.

The TinyURL Way

There’s a great tutorial on Smashing Magazine. However, the specific code I am providing is modified to work with MediaTemple since MediaTemple doesn’t support file_get_contents. If you use the code on smashing magazine you will get a Warning: file_get_contents() …

Put this code in your function.php file

// Create TinyURL for post to Twitter
function getTinyUrl($url) {
$ch = curl_init();
$timeout = 5;
curl_setopt ($ch, CURLOPT_URL, ‘http://tinyurl.com/api-create.php?url=’.$url);
curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, $timeout);
$tinyurl = curl_exec($ch);
curl_close($ch);
return $tinyurl;
}

and in your single.php or wherever you want your “Tweet this” button to show up, put in this code:

<a href=”http://twitter.com/home?status=Reading%20@yourusername%20′<?php _e(urlencode(the_title_attribute(‘echo=0′))); ?>’%20@%20<?php …


Laplink

Posted on 16th April, by Cathy Wang in Online Marketing Work. Comments Off

Online Marketing / SEO / Email Campaign / Pay-Per-Click Marketing

Laplink, an international company with 25 years of experience in PC utility software.


Podcast Hotel

Posted on 16th April, by Cathy Wang in Online Marketing Work, Social Media Work. Comments Off

Social Media / Online Marketing / Web 2.0 Startup / Event Coordination

Podcast Hotel, a conference specializes in web 2.0 topics and podcast technology. Bridging the gap between web 2.0 and music marketing.