"If you can get along with everyone and everyone loves you, then you don't stand for much. A person who stands his ground for his principles and won't compromise his integrity is not loved by everyone."
- Larry Winget
I am still very new to this Google Friend Connect phenomenon. I decided to take a closer look at Google Friend Connect after reading Chris Lang’s post about the Google Friend Connect WordPress plugin. It seems like a new way to get traffic and promote user participation on your web site.
Chris Lang’s instructions are pretty good but I plan to go deeper into the installation process to make it even easier for you. Google’s Friend Connect instructions are horrible and they need to work on it as soon as possible before they put off more people from Google Friend Connect.
Step 1: Join Google Friend Connect
You need to have a Google account to add your web site to the Google Friend Connect database. I shall not go through the Google signup process. Once you have a Google account, click on the huge “Set up a new site” button to get started.
Step 2: Set Up a New Site at Google Friend Connect
Step 3: Download, Edit, Upload and Activate the Google Friend Connect WordPress Plugin
This is the toughest part of the whole process. Google did not release a very user-friendly WordPress plugin. You will have to extract the plugin files into a specific folder, edit the source code and upload the plugin files before it will work.
40 41 42 43 44 | // Please modify the following function to return a value that // you obtain after registering your site with FriendConnect function fc_get_site_id () { return '14868846668007632003'; } |
109 110 111 112 113 114 115 116 117 | <!-- Initialize the Google Friend Connect OpenSocial API. --> <script type="text/javascript"> var SITE_ID = "<?echo fc_get_site_id(); ?>" google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */); google.friendconnect.container.initOpenSocialApi({ site: SITE_ID, onload: function(securityToken) { initAllData(securityToken); } }); </script> |
Step 4: Test the Google Friend Connect WordPress Plugin
You should see a Google Friend Connect sign in box at the comment box of every single post. Try signing in and posting a comment to see if it works. It it works, then you’ve done everything right. If it doesn’t, check out line 43 and 112 to see if you entered the right code.
Problems with the Google Friend Connect WordPress Plugin
I am not sure how to edit the positioning and design of the sign in box. It looks pretty ugly at the moment. This plugin adds a lot of extra CSS code to your web site, which may mess up your web site’s design. I will post a tutorial on how to edit the Google Friend Connect WordPress plugin once I have figured out how to do it.
Tagged As: Google, Google Friend Connect
6 Comments On “How to Install the Google Friend Connect WordPress Plugin”
On 20th April 2009 12:08 PM, topan
said:
Is there any easy way to used Google Friend connect Widget For Wordpress ?
install a plugin and then DONE. or something like that.
On 12th June 2009 10:59 AM, slym
said:
Hi Maverick, your article really helped me to install Google Friend Connect on my site. I have recently moved from blogger to wordpress,previously on blogger task was as easy as making a click but here I have to search around, how to proceed. I was really struck at a, when I was not able to understand in which directory I have to upload these two files, so that result is as as per requirement…(I might sound silly), now good thing is, I was able locate and activated GFC on my site.
Regarding GFC Social bar, I have found many of the sites where social bar have affected the functionality of the site, I don’t know what could be the problem, may be the issue is with my browser, anyways I am not trying GFC social bar at this point of time. Thanks
On 15th July 2009 12:53 PM, Zenith Media
said:
Google positioning – 5 Key phrases Great post, google, world domination is their goal for sure
On 18th July 2009 3:06 PM, Massimo
said:
for me didn’t work
i followed all instruction the singin avatar appear but comments are insert with the default comment and not visualize the google user
On 22nd July 2009 8:18 PM, Debbie Fagan
said:
I’m trying to install google friend connect but I’m stuck where it says to:
Click on the “rpc_relay.html” button and save the file into your web site’s local root folder.
Click on the “canvas.html” button and save the file into your web site’s local root folder.
Can you tell me where my local root folder is or what it is and where to find it??
This is a fantastic article. I like how you have all the picture so people can easily do what they need to do. I just got a little stuck
On 26th February 2010 8:36 PM, Ryan
said:
Can’t seem to get the friendconnect to communicate with me comments section. Still the default avatar. Any ideas?
2 Trackbacks On “How to Install the Google Friend Connect WordPress Plugin”
Post a Comment