Advertisement
MHZ

abcde

MHZ
Jan 26th, 2014
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. <center><script type="text/javascript" src="http://www.google.com/friendconnect/script/friendconnect.js"></script>
  2. <!-- Define the div tag where the gadget will be inserted. -->
  3. <div id="div-YOUR BLOG ID" style="width:210px;border:0px solid #444;overflow:hidden;width:XXXpx;height:XXXpx;"></div>
  4. <!-- Render the gadget into a div. -->
  5. <script type="text/javascript">
  6. var skin = {};
  7. skin['BORDER_COLOR'] = 'transparent';
  8. skin['ENDCAP_BG_COLOR'] = '#f3e4ca';
  9. skin['ENDCAP_TEXT_COLOR'] = '#000000';
  10. skin['ENDCAP_LINK_COLOR'] = '#000000';
  11. skin['ALTERNATE_BG_COLOR'] = '#f3e4ca';
  12. skin['CONTENT_BG_COLOR'] = '#f3e4ca';
  13. skin['CONTENT_LINK_COLOR'] = '#000000';
  14. skin['CONTENT_TEXT_COLOR'] = '#000000';
  15. skin['CONTENT_SECONDARY_LINK_COLOR'] = '#000000';
  16. skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#000000';
  17. skin['CONTENT_HEADLINE_COLOR'] = '#333';
  18. skin['NUMBER_ROWS'] = '3';
  19. google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);
  20. google.friendconnect.container.renderMembersGadget(
  21. { id: 'div-YOUR BLOG ID',
  22. site: '01743426622314470350' },
  23. skin);
  24. </script></center>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement