Posts

Showing posts with the label twitter

Display your latest tweet without a plug-in

Image
If people like your blog, they would probably also enjoy your tweets. Displaying your latest tweets on your WordPress blog is a good way to gain new subscribers. A plug-in can do that, but for such a simple task, I prefer a hack. This one grabs your latest tweet and displays it on your blog. This ready-to-use code can be pasted anywhere in your theme files. Just don’t forget to change the value of the $username on line 4. The $prefix and $suffix variable can be used to insert a title, and the div element can be used for further CSS styling. // Your twitter username. $username = "TwitterUsername"; // Prefix - some text you want displayed before your latest tweet. // (HTML is OK, but be sure to escape quotes with backslashes: for example href=\"link.html\") $prefix = " My last Tweet "; // Suffix - some text you want display after your latest tweet. (Same rules as the prefix.) $suffix = ""; $feed = "http://search.twitter.com/search.atom...

Create a Page that shows twitter updates on your blog/site

Twitter is the best way to publicize and advertise your blog or site and to stay in touch with followers. We already showed you how to display your latest tweet on your blog, in your sidebar for example. Another good way to introduce readers to your Twitter updates is to create a dedicated page for displaying your tweets, using the powerful “Page template” WordPress option. To perform this hack, you need to know how to create and use page templates. If you’re not familiar with this, this article will tell you all you need to know. Here’s the code to create a Twitter page template. Paste it in a new file, name the file something like twitter-page.php , for example, and then add it to your blog. view source print ? 01 02 03 /* 04 Template Name: Twitter page 05 */ 06 07 get_header(); 08 09 include_once (ABSPATH.WPINC. '/rss.php' ); 10 wp_rss( ' http://twitter.com/statuses/user_timeline/15985955.rss ' , 20); 11 12 get_sidebar(); 13 get_footer(); 14 ?> This c...

Automatically shrink ur twitter posts

Find it frustrating trying to cram words into a twitter update? Wish you could find a way to get more from your tweets. Look no further! With Twonvert you can easily convert your tweets into SMS shorthand language and allows you to say more with less characters! Try it our below and submit for free! How To Use: Simply type your twitter update into the ' Original ' box and the ' Twonverted ' version will show immediately. Override The System: To override the script/translation process simply place a capital letter at the beginning of any word not to be twonverted .

Twit me ..Follow Haknit on twitter...

Image
Haknit now on twitter, follow us there all posts' published there, also i keep twitting about content that is really interesting but isnt dat good for blogging. Follow us right now on twitter..