How to add a external Google friend connect gadget to my blog
-
I want to add the google friend connect gadget to my blog but i am nt able to do so…..
plz help me in thisand this is the code i wanted to add 4 the gadget
<!– 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. –><!– Render the gadget into a div. –>
<script type=”text/javascript”>
var skin = {};
skin[‘BORDER_COLOR’] = ‘#cccccc’;
skin[‘ENDCAP_BG_COLOR’] = ‘#ffffff’;
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-1082315898582907296’,
site: ‘18074950238962216176’ },
skin);
</script>But it appears in the same way in my blog as well
Blog url: http://pinksrecipediary.wordpress.com/ -
I’m afraid that we don’t support Google Friend Connect yet. Also, the code you’re trying to use is most likely being stripped for security reasons.
- The topic ‘How to add a external Google friend connect gadget to my blog’ is closed to new replies.