hi folks, awesome snippet!
ive got flickr and twitter feeds running like a dream, next on my list is blogspot, but im struggling - the output is a link to my blog page for
[!FeedX? &url=`http://blogname.blogspot.com/feeds/posts/default` &preset=`atom`!]
and completely blank for
[!FeedX? &url=`http://blogname.blogspot.com/feeds/posts/default|xq|alt|xe|rss` &preset=`rss`!]
as per
http://help.blogger.com/bin/answer.py?hl=en&answer=97933.
after this my next mission is FeedX for youtube, anyone got anything tips?
thanks in advance
/* Update: */
&preset=`atom` does also spit out a list <ul><li><a...></li></ul> where the link anchor is incomplete, so its isnt displaying onscreen, i guess i should run the debug console > Placeholder [+SUMMARY+] wasn’t valid. So i changed entry.tpl in ’atom’ to:
<li><a href="[+LINK.HREF+]" title="[+TITLE+]"><h3>[+TITLE+]</h3></a><p>[+CONTENT+]</p></li>
and thats pretty much what i was after - i probably wanna truncate the content actually.
/* Next */
You Tube - the amendment to entry.tpl works, but ideally i’d like to just have the video play on teh same page - like how facebook does it... any geniuses done anything similar?