Recent Posts
Python | 6 sec ago
None | 1 min ago
C | 2 min ago
None | 3 min ago
Bash | 3 min ago
C++ | 4 min ago
Java | 4 min ago
None | 4 min ago
None | 5 min ago
JavaScript | 5 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 29th of Jan 2009 11:13:52 AM
Download |
Raw |
Embed |
Report
function get_tweet_this_url() {
$url = 'http://twitter.com/home/?status=Reading:+' .
get_tweet_this_trim_title().'+-+'. get_tweet_this_short_url().'+by+@duoblogger+and+@hendricius';
if (!tt_is_preview()) {
if (get_option('tt_limit_to_single') == "true") {
if (is_single() || is_page()) return $url;
}
else return $url;
}
}
function tweet_this_url() {
echo get_tweet_this_url();
}
function tweet_this_text_link() {
$link = '<a href="' . get_tweet_this_url() . '" title="Post to Twitter (' .
get_tweet_this_short_url() . ')">Tweet This</a>';
if (!tt_is_preview()) {
if (get_option('tt_limit_to_single') == "true") {
if (is_single() || is_page()) echo $link;
}
else echo $link;
}
}
Submit a correction or amendment below.
Make A New Post