HTML5 Data Bindings Support Product Page
Solved
picasa feed is showing but the feed does not display
Reported 30 Nov 2015 16:37:37
1
has this problem
30 Nov 2015 16:37:37 jefferis peterson posted:
screencast.com/t/OUj4ayex is the videoI am trying to use the data connector for a picasa display, following paul trani's tutorial. The feed is showing but the feed does not display live or online. Also seems to be a bug with the implementation See video and check this code: <ul> <div data-binding-id="repeat1" data-binding-repeat-children="{{My Album.feed.entry}}">
 <li> <img src="beer 3.png" alt="" width="159" height="244" data-binding-src="{{My Album.feed.entry[0].media$group.media$thumbnail[0].url}}"/> </li>
 </div></ul>
Website is jefferis.gallery
Replies
Replied 30 Nov 2015 16:38:54
30 Nov 2015 16:38:54 Teodor Kuduschiev replied:
Hello Jefferis,
Please do not use empty spaces for the data source name. Currently it is My Album - please change it to MyAlbum or My_Album
Usually in web development/programming the spaces are not a good idea.
Please do not use empty spaces for the data source name. Currently it is My Album - please change it to MyAlbum or My_Album
Usually in web development/programming the spaces are not a good idea.
Replied 30 Nov 2015 19:23:46
30 Nov 2015 19:23:46 jefferis peterson replied:
Yes, that helped but there is still a problem with an inconsistent application of the data bindings linking. I got it to work, but this error message about not being in a repeat region should not occur. The only way to get it to work is to cancel:
screencast.com/t/ZPqgfV7kiWTg
screencast.com/t/ZPqgfV7kiWTg
Replied 01 Dec 2015 07:58:13
01 Dec 2015 07:58:13 Teodor Kuduschiev replied:
Well this is not a problem with the extension...
It is because of the way your feed is structured. You are trying to insert an element from a repeating element inside a repeat region created from another repeating element. That's why the extension is asking you if it should create a repeat region for you.
If you are not familiar with picasa feeds, just switch to compact view and you won't be so confused: prntscr.com/98zmpe
It is because of the way your feed is structured. You are trying to insert an element from a repeating element inside a repeat region created from another repeating element. That's why the extension is asking you if it should create a repeat region for you.
If you are not familiar with picasa feeds, just switch to compact view and you won't be so confused: prntscr.com/98zmpe
Replied 01 Dec 2015 19:22:09
01 Dec 2015 19:22:09 jefferis peterson replied:
The tutorial from Paul Trani is not very clear. I followed exactly what he did...