Re: RSS2 Feed Contribution
Quote:
Originally Posted by
SoftCorpse
In Opera I get a little more info:
XML parsing failed: syntax error (Line: 2, Character: 0)
Reparse document as HTML
Error:XML declaration not at beginning of document
Specification:
http://www.w3.org/TR/REC-xml/
1:
2: <?xml version="1.0" encoding="iso-8859-1"?>
3: <?xml-stylesheet type="text/css" href="http://www.yoursite.com/includes/templates/your_template/css/rss.css" media="screen"?>
4: <!-- generator="Zen-Cart RSS Feed/"v 2.1.4 14.02.2008 15:26 -->
5: <rss version="2.0"
What version of zen cart are you running?
A link to your site would be helpful.
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
SoftCorpse
In Opera I get a little more info:
XML parsing failed: syntax error (Line: 2, Character: 0)
Reparse document as HTML
Error:XML declaration not at beginning of document
Specification:
http://www.w3.org/TR/REC-xml/
1:
2: <?xml version="1.0" encoding="iso-8859-1"?>
3: <?xml-stylesheet type="text/css" href="http://www.yoursite.com/includes/templates/your_template/css/rss.css" media="screen"?>
4: <!-- generator="Zen-Cart RSS Feed/"v 2.1.4 14.02.2008 15:26 -->
5: <rss version="2.0"
When I click on your rss feed it takes me to a login screen.
Re: RSS2 Feed Contribution
I do have a question, I use the Rss feed to post to my twitter account. However, it adds a link to the image and product. I use it on two different sites with different results.
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
PullingOutHair
I do have a question, I use the Rss feed to post to my twitter account. However, it adds a link to the image and product. I use it on two different sites with different results.
Umm what exactly is your question,
why its doing it differently, or how to get rid of the image link
I posted a file a few posts back, try that and see if it removes the image link for you
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
nigelt74
Umm what exactly is your question,
why its doing it differently, or how to get rid of the image link
I posted a file a few posts back, try that and see if it removes the image link for you
Not sure what file your are talking about. If you could show me, I will try it.
Anyways,
When I feed the RSS to my twitter account it post like this:
MY ITEM <img src="http://myshop.com/images/something/something.jpg" alt="MY ITEM" title=" MYITEM " http://myshop.com
Re: RSS2 Feed Contribution
i am no good at php so was wondering i need the rss feed to be like the following so it will work with google subscrived links can any1 help me change it
<?xml version="1.0"?>
<rss version="2.0" xmlns:coop="http://www.google.com/coop/namespace">
<channel>
<title>Google Sample Channel</title>
<link>http://www.google.com/coop</link>
<description>Enhance Your Search</description>
<item>
<author>Google</author>
<coop:keyword>RSS support</coop:keyword>
<coop:keyword>Atom support</coop:keyword>
<coop:keyword>Subscribed Links RSS</coop:keyword>
<title>New: RSS/Atom Support</title>
<link>http://www.google.com/coop/docs/tsv_webfeeds.html</link>
<description>
Many of you have asked for an easier way to
create a subscribed link from your existing RSS/Atom feeds.
Now you can just enter the URL of your RSS/Atom feed as a
subscribed links feed URL to Google,
and we'll automatically create a simple subscribed link
based on that feed which provides links to, and excerpts from,
recent items posted to the feed. There's just one catch: you
need to tell us which queries should trigger each item in
your feed.
</description>
</item>
<item>
<author>Google</author>
<coop:keyword>Subscribed Links Directory</coop:keyword>
<title>Providers in our Directory</title>
<link>http://www.google.com/coop/directory</link>
<description>
We have dozens of providers in categories
such as Lifestyle, News, and Information, and are always
adding more.
</description>
</item>
<item>
<author>Google</author>
<coop:keyword>Subscribed Links Guide</coop:keyword>
<title>Guide for Developers</title>
<link>http://www.google.com/coop/docs/index.html</link>
<description>
Learn more about how to create custom
subscribed links.
</description>
</item>
</channel>
</rss>
Re: RSS2 Feed Contribution
Quote:
Originally Posted by
higgoman
i am no good at php so was wondering i need the rss feed to be like the following so it will work with google subscrived links can any1 help me change it
<?xml version="1.0"?>
<rss version="2.0" xmlns:coop="http://www.google.com/coop/namespace">
<channel>
<title>Google Sample Channel</title>
<link>http://www.google.com/coop</link>
<description>Enhance Your Search</description>
<item>
<author>Google</author>
<coop:keyword>RSS support</coop:keyword>
<coop:keyword>Atom support</coop:keyword>
<coop:keyword>Subscribed Links RSS</coop:keyword>
<title>New: RSS/Atom Support</title>
<link>http://www.google.com/coop/docs/tsv_webfeeds.html</link>
<description>
Many of you have asked for an easier way to
create a subscribed link from your existing RSS/Atom feeds.
Now you can just enter the URL of your RSS/Atom feed as a
subscribed links feed URL to Google,
and we'll automatically create a simple subscribed link
based on that feed which provides links to, and excerpts from,
recent items posted to the feed. There's just one catch: you
need to tell us which queries should trigger each item in
your feed.
</description>
</item>
<item>
<author>Google</author>
<coop:keyword>Subscribed Links Directory</coop:keyword>
<title>Providers in our Directory</title>
<link>http://www.google.com/coop/directory</link>
<description>
We have dozens of providers in categories
such as Lifestyle, News, and Information, and are always
adding more.
</description>
</item>
<item>
<author>Google</author>
<coop:keyword>Subscribed Links Guide</coop:keyword>
<title>Guide for Developers</title>
<link>http://www.google.com/coop/docs/index.html</link>
<description>
Learn more about how to create custom
subscribed links.
</description>
</item>
</channel>
</rss>
Hello, I think you need this:
http://www.zen-cart.com/index.php?ma...roducts_id=473
:smile:
Re: RSS2 Feed Contribution
Re: RSS2 Feed Contribution
I am having a problem with this addon. I followed the instruction( I think) backed up my site, unzip the folder and osed a ftp to import each folder on my site and still cannot see the rss icon in my footer. I have added the code that was supposed to be inserted in the footer on my main page.
1.One of my questions is where can I find that file to insert the footer code?
2.It says that you must insert the code in html_header.php file. I searched for the header.php file and found it in template-default/common. I read on this thread that you must first make the insertions with the header code and save it there and then insert the header.php file in my-template/common is that correct?
But when i save it to the my-template/common it looks totaly different and there is no coding. At the bottom it says dummy file.
Can someone help me please
Re: RSS2 Feed Contribution
RSSfeed not show more then 100 product why ?