HTML5 Data Bindings Support Product Page

Not a problem

Custom problem!

Reported 26 Jun 2013 20:46:48
3
have this problem
26 Jun 2013 20:46:48 Leonardo Carapelli posted:
Custom problem!
"Error Loading feed..."

Replies

Replied 26 Jun 2013 22:48:30
26 Jun 2013 22:48:30 Teodor Kuduschiev replied:
Hello,

Please provide a link to your custom feed.
Replied 27 Jun 2013 07:14:55
27 Jun 2013 07:14:55 Leonardo Carapelli replied:
www.gazzetta.it/rss/Home.xml

Tried a lot, but always the same error!
Thank you.
Replied 27 Jun 2013 07:46:03
27 Jun 2013 07:46:03 Leonardo Carapelli replied:
dl.dropboxusercontent.com/u/63907116/custom.png
dl.dropboxusercontent.com/u/63907116/custom2.png
-----------------------
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Documento senza titolo</title>
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/jspath.min.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxDataBindings.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxDataSet.js"></script>
<script type="text/javascript">
/* dmxDataSet name "b" */
jQuery.dmxDataSet(
{"id": "b", "url": "www.gazzetta.it/rss/Home.xml", "dataType": "jsonp"}
);
/* END dmxDataSet name "b" */
</script>
</head>

<body>
</body>
</html>
-------------------
Replied 27 Jun 2013 08:35:08
27 Jun 2013 08:35:08 Teodor Kuduschiev replied:
Hello,

Your feed needs to return the results in a valid json format.
Replied 28 Jun 2013 01:57:44
28 Jun 2013 01:57:44 Simon Howell replied:
I get this message trying to connect to a blogger.com feed. Here is the URL:

synagogues360.blogspot.com/atom.xml

How do you know which blog services return json format?
Replied 08 Jul 2013 01:58:34
08 Jul 2013 01:58:34 Ben Pleysier replied:
By definition, RSS feeds are in XML.
Replied 08 Jul 2013 15:54:36
08 Jul 2013 15:54:36 Teodor Kuduschiev replied:
Hello Simon,

The feed you are trying to use is an XML feed. You need to have a JSON feed in order to use it with the Data Bindings extension. Otherwise you can use the Feed Genie extension: www.dmxzone.com/go/17883/feed-genie

Reply to this topic