<![CDATA[ Support/Comments for spiefeed 1.2-pl - My Forums]]> https://forums.modx.com/thread/?thread=39296 <![CDATA[Re: Support/Comments for spiefeed 1.2-pl]]> https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-480861 goldsky Oct 22, 2013, 10:39 AM https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-480861 <![CDATA[Re: Support/Comments for spiefeed 1.2-pl]]> https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-480780
I upgraded to the latest version of spiefeed (1.6.1) because my feed was not loading (blank space where the feed should be), and now since upgrading the page does not load at all.

I have had to remove the script because the page was inaccessible, but my call looked like this:

[[!spieFeed? &setFeedUrl=`http://pipes.yahoo.com/pipes/pipe.run?_id=a1546c866f6bcec48f10d20bf20255d6&_render=rss` &tpl=`tpl_spie` &setCacheDuration=`10200` &css=`disabled` &getItemLength=`4` &debug=`1`]]

Any thoughts?]]>
jonleverrier Oct 21, 2013, 03:48 PM https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-480780
<![CDATA[Re: Support/Comments for spiefeed 1.2-pl]]> https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-466343 I'm not quite sure about your question,
but you can guess the answer by dump the placeholders using &toArray=`1` property to the snippet call, and probably you can catch a trigger to switch the audio tag.]]>
goldsky May 14, 2013, 04:48 PM https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-466343
<![CDATA[Re: Support/Comments for spiefeed 1.2-pl]]> https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-465020
I've managed to populate the frame on page load using
<audio src="[[+link]]" controls="controls" preload="none" name="media"></audio>


my question is how do i ensure that when a user clicks the feed link that populates the frame:
<a href="[[+link]]" target="I3">Tune In</a>
(set from its spiefeedTpl) I get the audio player and not the video

Andy B]]>
ripperroo May 01, 2013, 12:32 PM https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-465020
<![CDATA[Re: Support/Comments for spiefeed 1.2-pl]]> https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-447280 please submit your issue here https://github.com/goldsky/spiefeed/issues
i'll try to add plugin to embrace it.]]>
goldsky Dec 14, 2012, 08:22 PM https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-447280
<![CDATA[Re: Support/Comments for spiefeed 1.2-pl]]> https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-447145

I am trying to get a certain topics twitter feed to my website. The feed I query is http://search.twitter.com/search.rss?q=%23talrat and there are images of the twiter users included.

How do I get these images into placeholders?]]>
gallenkamp Dec 13, 2012, 09:29 PM https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-447145
<![CDATA[Re: Support/Comments for spiefeed 1.2-pl]]> https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-415521 &stripHtmlTags=`p, a, img`]]> enoch1 Mar 10, 2012, 05:32 AM https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl?page=2#dis-post-415521 <![CDATA[Re: Support/Comments for spiefeed 1.2-pl]]> https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl#dis-post-226633 See its chunk, copy/edit it.
If you copy it with another name, just add the &tpl parameter to use that chunk.

Read the complete doc on here: http://rtfm.modx.com/display/ADDON/spieFeed]]>
goldsky Jul 03, 2011, 11:16 PM https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl#dis-post-226633
<![CDATA[Re: Support/Comments for spiefeed 1.2-pl]]> https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl#dis-post-226632
Thanks for the response and apologies for not being very clear. I’ll try to explain my problem a bit better:

1. I am developing a site that is essentially a news aggregator like Alltop.
2. The content of the site is pulled from rss fees from the bbc, cnn, and other news sites.
3. One feed is from the Independent newspaper. The feed link is:

http://rss.feedsportal.com/c/266/f/3498/index.rss


4. When you look at this rss link each feed has an image from an advertiser.
5. My site lists the last 6 titles from the feed.
6. When I hover over the title the image is displayed.

What I want to do is exclude all images and some of the text that comes with the rss feed and make sure that this information is not displayed when I hover over a title link. When I hover over a title all I want to display is the date of the rss feed and the first paragraph of text.

Sorry if I’ve not explained myself well again.

Matt]]>
mattyrobins Jun 27, 2011, 04:25 AM https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl#dis-post-226632
<![CDATA[Re: Support/Comments for spiefeed 1.2-pl]]> https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl#dis-post-226631 If you want to exclude the classes, just delete the class’s statements.
If you want to exclude some placeholders, just delete them also.

The classes I put on the default template are only samples.
I don’t set any default CSS file.
You’re free to set your own style.

So it’s not by the snippet call, but by manipulating your CSS file.
If I were you, I would set
.feedContent{
    display: none;
}

then add
.feedRow:hover .feedContent{
    display: block;
}

with appropriate position relative to the title.]]>
goldsky Jun 26, 2011, 08:07 PM https://forums.modx.com/thread/39296/support-comments-for-spiefeed-1-2-pl#dis-post-226631