I have a problem with it. It does post to Twitter and Facebook but the shortened URL through Bit.ly does not appear. So, I have a post which looks like this: Update from MyBlog-Look at this website- . The Bit.ly link is gone. I also cannot get it to show the regular link I would put in.
Why am I writing to you here and not to the guy who did the plug in? Because I read the readme file and found this:
= I want to show the short permalink to my visitors. How can I do this? =So my question is to Atahualpa, where would I put the code to show the short permalink? Do I put it in single.php? If so, where should it go? I am thinking I would use this one (<?php short_permalink('linktext'); ?></code>) just as it is (am I right?).
Simply put <code><?php short_permalink(); ?></code> in your theme where you want to show short permalink. You can add the parameter 'linktext', <code><?php short_permalink('linktext'); ?></code> and it will use the short permalink as text for the link too. Or if you have advanced knowledge of WordPress
theme coding, you can get the <code>'short_url'</code> post meta directly and showing it as you like.
I am using Atahualpa 3.5.6 and Firefox latest.
Thank you for any help you can give me on this. I find that learning this new thing is delightful, but a bit frustrating at times. So, I appreciate the help.