If you have assigned your iframe's name via the "name" attribute, you can target the DFC feed-entry links to that iframe. Specify the iframe name in the linkTarget property of the DFC options, e.g.:
linkTarget : "your-iframe-name" Documentation: http://www.google.com/uds/solutions/dynamicfeed/reference.html#_linktarget If the DFC fails to load, check for error messages in your browser's JavaScript console, and correct any syntax mistakes (such as a missing comma in your options list). (Note: You mentioned that you're using the DFC to display your own feed's content, so I'm assuming that you own all of the content. If you contemplate displaying any third-party content, be sure to comply with the content owners' permission policies.) -- omr -- You received this message because you are subscribed to the Google Groups "Google AJAX APIs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-ajax-search-api?hl=en.
