hello i´m trying to work with google map and google friend connect. I want to put comments from Google Friend Connect (GFC) inside of infoWindows tab of goolge map. This is my map:http://www.redimei.com/googlemap1.html
The markers are loaded from xml: http://www.redimei.com/data_adri.xml the comments from GFC are a code javaScript that i get from here: <!-- Include the Google Friend Connect javascript library. --> <script type="text/javascript" src="http://www.google.com/ friendconnect/script/friendconnect.js"></script> <!-- Define the div tag where the gadget will be inserted. --> <div id="div-7391039820479307882" style="width:282px;border:1px solid #cccccc;"></div> <!-- Render the gadget into a div. --> <script type="text/javascript"> var skin = {}; skin['BORDER_COLOR'] = '#cccccc'; skin['ENDCAP_BG_COLOR'] = '#e0ecff'; skin['ENDCAP_TEXT_COLOR'] = '#333333'; skin['ENDCAP_LINK_COLOR'] = '#0000cc'; skin['ALTERNATE_BG_COLOR'] = '#ffffff'; skin['CONTENT_BG_COLOR'] = '#ffffff'; skin['CONTENT_LINK_COLOR'] = '#0000cc'; skin['CONTENT_TEXT_COLOR'] = '#333333'; skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc'; skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666'; skin['CONTENT_HEADLINE_COLOR'] = '#333333'; skin['DEFAULT_COMMENT_TEXT'] = '- a\xf1ade tu comentario aqu\xed -'; skin['HEADER_TEXT'] = 'Comentarios'; skin['POSTS_PER_PAGE'] = '5'; google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */); google.friendconnect.container.renderWallGadget( { id: 'div-7391039820479307882', site: '05706982070704786284', 'view-params': {"disableMinMax":"false","scope":"ID","allowAnonymousPost":"true","features":"video,comment","docId":"tab1","startMaximized":"false"} }, skin); </script> I was triying to put the code from GFC inside the XML but doesn´t worked. also i tried to put the same code in tab loaded without XML but it didn ´t work as well. Anyone knows any map with GFC inside infoWindow? Is it posible to load javaScript from XML? I don´t know how can i get that, if some people know please help me¡¡¡ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
