social media in the fifties
Via: CJP
@Arvid http://bit.ly/a5SKvc Even wat anders over Social Media :)
Adding ‘like’-button to WordPress site
I already received some questions on how to add a the Facebook ‘like’-button to your WordPress blog, so I will briefly outline how you can add it. When you scroll down, you will see it just above the ‘about the author’-section.
In order to add it to your WordPress-blog you just make a small code change in the template files.
In order to add it to your posts, edit the file called single.php (You can do this through the WP-admin) and add the following code just after or before <?php the_content ?>. You can also put it on other places, it just depends on your site layout. The code for WordPress;
<iframe src=”http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=standard&show-faces=false&width=450&action=like&colorscheme=light” scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; overflow:hidden; width:450px; height:60px”></iframe>
You see that it will add an iFrame that takes content from Facebook.
In order to use this on other platforms then WordPress, you can use the same code but you have to change <?php echo urlencode(get_permalink($post->ID)); ?> to show the URL to your blog-post. It will look like this then;
<iframe src=”http://www.facebook.com/plugins/like.php?href=[URL TO BLOG POST]&layout=standard&show-faces=false&width=450&action=like&colorscheme=light” scrolling=”no” frameborder=”0″ allowTransparency=”true” style=”border:none; overflow:hidden; width:450px; height:60px”></iframe>
NOTE: when people are not logged in into Facebook. A pop-up will appear requesting them to login.
Let me know whether you liked this post by clicking the ‘like’-button below and list your URL in the comments when you use this code.
What gets your weekend going part 4
The week is coming to an end and along with that of course Weekendstart part 4. The last 3 weeks I had some amazing suggestions and you can all view them here; part 1, part 2 and part 3. So this week is somewhat of an anniversary, the 4th week in a row that I am collecting music suggestions from friends around the world, music that helps you start the weekend. Let’s see what this week brings along (leave your suggestions in the comments or on twitter/facebook)
- Melissa Etheridge – Like The Way I Do (@arvid – The Netherlands)
- Katy Perry – Waking Up In Vegas (@iizLiz – USA)
- Mo Jones Big Bend – Never a part of me (@hsenden – The Netherlands)
- Mintzkov – Opening Fire (@ninjaaah – The Netherlands)
- David Guetta Feat. Kid Cudi – Memories (@chocosyl – The Netherlands)
- Justin Timberlake – What goes around comes around (fb:Liza – The Netherlands)
- Richard Ashcroft – A Song For The Lovers (@r7s7i7 – The Netherlands)
What get’s your weekend going?
Google, what’s next?
So Google Buzz, what is it all about? Google Buzz is a new service that has been launched by Google just recently. The services itself seems like a step from Google towards the Social platform, attacking sites like twitter and Facebook. Besides from the list of key features below, you can also have a quick peek at the below video:- No setup needed - Automatically follow the people you email and chat with the most in Gmail.
- Share publicly or privately - Publish your ideas to the world or just to your closest friends.
- Inbox integration - Comments get sent to the inbox so it’s easy to keep the conversation going.



