emidzi 0 Report post Posted February 4, 2011 I have downloaded and activated the Google Friends Connect Widget. I went to the Google Friend Site, and registered my site, and the following code was provided. Where do I insert this code? http://superfrugalette.com/ Thanks, Elizabeth <!-- 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-4808821156162357166" style="width:276px;border:1px solid #cccccc;"></div> <!-- Render the gadget into a div. --> <script type="text/javascript"> var skin = {}; skin['FONT_FAMILY'] = 'georgia,serif'; 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['NUMBER_ROWS'] = '4'; google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */); google.friendconnect.container.renderMembersGadget( { id: 'div-4808821156162357166', site: '08776585858211433179' }, skin); </script> Share this post Link to post Share on other sites
cmunns 16 Report post Posted February 4, 2011 You can put in a "text widget" inside of any of your sidebars. Share this post Link to post Share on other sites
emidzi 0 Report post Posted February 5, 2011 Worked. I just now have to tweek it a bit. Thanks! Share this post Link to post Share on other sites