WordPress – Addthis facebook image – Automatically uses your featured image when you share on Addthis

Addthis does not allow you to choose a thumbnail when you share with facebook. This little snippit automatically selects your featured image and uses it when anyone uses addthis to share.

Simply paste the following just after the <head> tag in your header.php file in your wp-content > themes > yourcurrentthemename

<?php if (has_post_thumbnail( $post->ID ) ): ?>
<?php $image = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), ‘single-post-thumbnail’ ); ?>
<meta property=”og:image” content=”<?php echo $image[0];?>”/>
<?php endif; ?>

I’m on wordpress 3.1.1 and this does the trick for one of my blogs where this is essential. I hope that it helps you guys.

RSS Feed Add to Del.cio.us Add to Technorati Favorites Stumble It! Digg It!
    

Post to Twitter

WordPress is a pain to upgrade

Had to do an upgrade to get some of my old plugins working again… why they broke, god only knows… The instructions for upgrading manually are too simplistic. They don’t tell you which files you may wish to back up or anything. You practically have to know the architecture of WordPress to successfully upgrade it. Auto upgrade i hear you say? If only that worked for me… I’ve never gotten that to work. Before you say anything about FTP or DB details, I’m a web developer by trade. WordPress is kinda shit when it comes to any degree of flexibility. Anyways, Rant over, I just want to see if this auto-posts to twitter…

RSS Feed Add to Del.cio.us Add to Technorati Favorites Stumble It! Digg It!
    

Post to Twitter

digg, technorati, stumbleupon? i want proof that they work

I added some bits of code to this blog to monitor my stats, and also allow people to use bookmarking sites like digg, stumble, delicious and technorati. I know they work for some people, but will they work for my little blog?

It’s an interesting experiment really, and i hope that in 1 week’s time (from today) i will be posting those results then.

I am very interested in the results… Will i actually get a lot more traffic than usual?

RSS Feed Add to Del.cio.us Add to Technorati Favorites Stumble It! Digg It!
    

Post to Twitter

WordPress blog view – link to main blog when viewing specific blog

This is for people who have access to the files for the blog. Simply go into your template folder. In my case it’s wp-content>themes>fjords04-10.

1. Open the file called single.php. (use wordpad or any decent text editor)
2. locate (on line 5):

<div id=”pagina”>

3. insert (on the next line):

<a href=”index.php”> Return to blog list</a>

4. save the file and don’t forget to (re)upload it to your web server.

Hope this helps some of you

RSS Feed Add to Del.cio.us Add to Technorati Favorites Stumble It! Digg It!
    

Post to Twitter

Social Media Sync-ing kept afloat?

So I now have a blog, twitter, facebook, bebo and all of my chat apps.

I use my twitter mainly for my short updates on what i’m doing. This in turn updates my facebook and bebo. Other sites i use may have a twitter badge in my signature. So twitter is really my main social networking tool, and it updates everything else.

Now, although it is my main, and will remain so, i do like the response i’m getting to this blog. I have decided to keep it alive for a while. Now i am face with a dilemna.

I am hosted on wordpress, and not on my own web domain. I have domains that I could use, but I don’t feel the need. However, I really want to update my twitter like Twitme or Tweet Me do, but i can’t upload plugins. What are my options?

I also want a way to synchronise my facebook and my blog posts, preferably without duplication. I’m not too worried about bebo.

RSS Feed Add to Del.cio.us Add to Technorati Favorites Stumble It! Digg It!
    

Post to Twitter

Blogging versus Twitter

So yeah, i’m a self proclaimed computer expert and no i’ve never had a blog before. To be honest, I’m pretty sure this is my first ever blog post. I use forums, twitter, bebo, facebook, msn messenger, gtalk, skype, etc. But i never got into blogging

I have never felt the need, and still don’t feel the need to have a blog. But here it is, and I wouldn’t be surprised if this will be the only blog entry.

I’m an avid twitterer, i love it. Quick and to the point. If people are interested in my tweets, would they be interested in my blog? New people follow me all the time, so I said I’d finally dip my foot into blogging.

I think my progression is somewhat against the norm, as many seem to see twitter as a building block on blogging.

Please react to this blog if you find it, as i’m curious about this blogging thing…

RSS Feed Add to Del.cio.us Add to Technorati Favorites Stumble It! Digg It!
    

Post to Twitter