Written by
David Artiss. Published 2 years, 9 months ago. In categories
Web Development,
Wordpress.
I’m working on my Social Bookmarks plugin for WordPress and, for whatever reason, if I use a URL shortening service for the links, they won’t appear under Google Reader. The post appears in the news feed, but refuses to appear in Google Reader.
A Google doesn’t report anyone else having this problem but, literally, as soon as I turn off the shortening service, it works again.
Anyone? Anyone?
Next Day Update
You know, it gets weirder. As soon as I swapped the shortening service from TinyURL to is.gd, it appeared to work. No idea why. I’ll dig more.


Written by
David Artiss. Published 2 years, 9 months ago. Last modified 2 years, 5 months ago. In categories
Web Development,
Wordpress.
I’ve now started in anger on my new social bookmarking plugin for WordPress (and, indeed, you should see the initial results below each post). It’s taking a bit of jiggery-pokery to get them to also work within feeds as well, but I hope I’m getting there. Maybe.
I might now make it so that rather than just have the favourite bookmarking facilities available, I’ll add LOTS and add a simple way of turning off those you don’t want. In the meantime I’ve come across two further, rather popular, bookmarking methods that I missed. I’m sure there’ll be more and I’ll post those later.
LinkedIn
There’s an excellent article on how to do this on the LinkedIn website. But, using the format I was using before, it’s…
http://www.linkedin.com/shareArticle?mini=true&url=[url]&title=[title] &source=[source]
The new parameter <code>[source][/source][/source] is where the source article came from – in this case the main URL of the blog. You can also pass a summary, but I found that whenever I did it didn’t appear to work. Not sure why, but as it’s quite limited I’ve decided to omit this.
MySpace
Now, this was a little more tricky as their own developer notes (see the link on the right hand side of the screen) gives entire script examples rather than the simplified URL system I’ve been using. None-the-less, it can be boiled down to…
http://www.myspace.com/index.cfm?fuseaction=postto&l=1&u=[url]&t=[title]
Again, you can pass a summary (or in this case it appears to be quite happy to receive the entire content – I’m guessing this is for if you’re passing via form) but I’ve omitted this.

