Google Friend Connect transfer
-
Hi all! Goodness – I love these forums. You all have been so helpful.
Well, a couple weeks ago I migrated from blogger and finally have things up and running and I finally have a clue about how to use the WordPress platform.
I am having trouble getting my google friend connect working. I already have an account with 140 followers from blogger and I’d hate to start over, but will if I must. I went to my friend connect account and selected the correct blog and copied the code. I used the html/javascript editor in the widget page to add the html code to my sidebar (I am using the free Platform template). I keep getting the same error message:
We’re sorry…
This gadget is configured incorrectly. Webmaster hint: Please ensure that “Friend Connect Settings – Home URL” matches the URL of this site.
In the code, there is no clear url for me to change – just numbers. Is there a plugin I need? Do I need to work with google to get the gadget to work? Here is the code that I have been putting in the widget:
<!– 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-265932450308327554″ style=”width:276px;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[‘NUMBER_ROWS’] = ‘4’;
google.friendconnect.container.setParentUrl(‘/’ /* location of rpc_relay.html and canvas.html */);
google.friendconnect.container.renderMembersGadget(
{ id: ‘div-265932450308327554’,
site: ‘17754899377397638491’ },
skin);
</script>Thanks for any help! My url is rediscoveringdomesticity.com
The topic ‘Google Friend Connect transfer’ is closed to new replies.