HTML5 Data Bindings Support Product Page
  Not a problem 
 Connecting to a Wordpress feed
 Reported  30 Jun 2013  21:55:41 
  1 
     has   this problem  
  30 Jun 2013  21:55:41 Simon Howell posted: 
 Having had no luck with Blogger.com I set up a Wordpress account, but I'm getting no luck with that either. The feed URL is synagogues360.wordpress.com/feed/. When I add this as a data binding I expand the feed in the Data Bindings window and see responseData, then below that Repeater, responseDetails and responseStatus. I expand Repeater to reveal @index, @number, @value and @oddeven.
Does this sound right? Would appreciate any help I can get with tis.
Replies
 Replied 01 Jul 2013  07:20:13 
   01 Jul 2013  07:20:13 Teodor Kuduschiev replied: 
  Hello Simon,
The reply i get from your feed is error 400, it seems your feed is not public, as this is what i get there:
 
  The reply i get from your feed is error 400, it seems your feed is not public, as this is what i get there:
 Replied 03 Jul 2013  16:19:30 
   03 Jul 2013  16:19:30 Simon Howell replied: 
  I made it public, but I now get a message "Feed could not be loaded." You can see the page here:
synagogues360.org/test5.php
and here is my code.
  synagogues360.org/test5.php
and here is my code.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Untitled Document</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 "blogfeed" */
       jQuery.dmxDataSet(
         {"id": "blogfeed", "preset": "WordPress_Standard_Feed", "url": "http://www.google.com/uds/Gfeeds?output=json&v=1.0&q=http://synagogues360.wordpress.com/feed/&feed=rss2", "dataType": "jsonp"}
       );
  /* END dmxDataSet name "blogfeed" */
</script>
</head>
<body>
{{blogfeed.responseDetails}}
</body>
</html>  Replied 08 Jul 2013  21:34:51 
   08 Jul 2013  21:34:51 Simon Howell replied: 
  In another thread Teodor explained that the feed had to support json. The extension appears to support Wordpress so should I assume Wordpress publishes using json? 
   Replied 09 Jul 2013  09:01:37 
   09 Jul 2013  09:01:37 Teodor Kuduschiev replied: 
  Hello,
Loading your feed i see again the following error message:
{"responseData": null, "responseDetails": "Feed could not be loaded.", "responseStatus": 400}
This is some error that prevents the feed from being loaded. Please make sure the feed results are public available.
  Loading your feed i see again the following error message:
{"responseData": null, "responseDetails": "Feed could not be loaded.", "responseStatus": 400}
This is some error that prevents the feed from being loaded. Please make sure the feed results are public available.
 Replied 10 Jul 2013  02:26:28 
   10 Jul 2013  02:26:28 Simon Howell replied: 
  It was public, but based on the fact that it needs to be json I am going to use Feed Genie as recommended. Thanks. 
  
