I don't know JavaScript which is my main problem here I think. I am trying to get my Wordpress Blog feeding onto my home page of my website. I'd like to display three of the most recent posts - each post with the title, date and a snippet of the post.
I have been following the developers guide https://developers.google.com/feed/v1/devguide and I have got as far as adding the initial code which has slightly worked. It displays the title of one of my blog posts so at least I know it's pulling something in. I have tried adding the function feed.setNumEntries(3); but it then shows a blank page, maybe I've put it in the wrong place in my code? Also, the end bit of the developers guide looks like it's showing what I'm looking for (code snippet: A snippet (< 120 characters) version of the content.) but I have no idea how to implement it. My home page is: http://www.matine.co.uk And my Blog is http://www.matine.co.uk/blog Any help would be greatly appreciated! -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to google-ajax-search-api@googlegroups.com To unsubscribe from this group, send email to google-ajax-search-api+unsubscr...@googlegroups.com To view this message on the web, visit http://groups.google.com/group/google-ajax-search-api?hl=en_US For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en?hl=en