Skip to content

Archive

Tag: WordPress

I have started adding the new Facebook Like button around the blog, experimenting about where best to put it. I have inserted a Like button into the wordpress post loop, so you can see it in every individual post. However this only displays it in the post if you click to view the whole post, it isnt displayed on the main page.

So I’ll add one here, for the craic:



There are a couple of options to play around with too. Well 4 to be honest, and I haven’t gotten to grips with them fully yet. One of them shows the faces of people who have “liked” the post/page/link etc already and here are those parameters:

  • layout=standard
  • show_faces=false
  • action=like
  • colorscheme=light

The layout option above is set to standard. I will have to RTFM to find out what non-standard options exist and what they do. show_faces is either True or False. IF its set to True, the faces of people who have liked it will be displayed, if its not then just a line of text is displayed. Again for the action parameter I will have to RTFM. I doubt there is a dislike option. I mean who would put that option on their site, its askin’ for trouble. Finally colorscheme (note the American spelling for colour) is either light or dark. I think. Maybe another blast of RTFM for this too.

Finally, here is the code to add to display the Facebook Like button:

<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:60px;"></iframe>

I have been trying out a new theme, got a bit sick of the last one. This theme is the Eos theme if you want to add it to your own blog. I am still tinkering with the options and the different sidebars, headers and footers.

I have installed the newest version of WordPress 2.8.4 on the blog and everything seems to be working fine. You can read all about this release on the WordPress Dev Blog here.

The main fix is it prevents an un-authorised user from resetting the admin users password.

Just updated to version 2.7.1 and it was painless and harmless. Why was this automatic upgrade included in earlier versions – its a no-brainer.

Does anyone know what was included in this update? ‘spose I shudda checked it out before blindly doing what the sign said to do….

WordPress 2.7 is coming to WordPress.com, and will go live on Thursday, December 4, 2008 at 8pm Eastern Time. That’s 5pm Thursday in California, 1am Friday in London (UTC), 8am Friday in Jakarta, noon on Friday in Sydney.

For a full run-down on whats in 2.7, go here

I have been scouring the web for weeks trying to find a decent tutorial on trackbacks or pingbacks or whatevere they are called. Now I have found it: http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/

I have the basics of it, I think. We shall see.

bloggarriv has upgraded to 2.5

i’ll keep you posted any any findings/improvements etc

Wordpress logo

What I want to know is what happened to 2.4?