Video: Twitter Friendly Links for WordPress
May 8th, 2009
This is my first ever video. Make sure you watch it in HQ ;) Comments are welcome! Also, if you liked the plugin you could embed this video in your own blog. I’d really appreciate that!
Related posts:
- Twitter Friendly Links Video: Live at WordPress.tv!
- New WordPress Plugin: Twitter Friendly Links
- WordPress: Twitter Friendly Links Plugin. Stage Two
- Compatibility: Twitter Tools & Twitter Friendly Links
Tagged: plugins, social media, twitter, video, wordpress, youtube
Shortlink: http://kovshenin.com/794














I think I am missing something here.
I am trying to display the actual shortlink in my theme, eg this Shortlink: http://kovshenin.com/794.
But I can’t get it to display?
<?php if (function_exists("twitter_link")) { echo '<a href="' . twitter_link() . '" rel="nofollow"> </a>'; } ?>Am I doing something wrong with my code?
Kelton, you’re doing it right, just make sure that you’re using the twitter_link function within “The Loop”, otherwise provide it with a post id: twitter_link($post_id);