Thank You in advance!
Actually, I can see the members gadget just fine! It's in the lower
left hand corner of your website. What browser are you using?
-Bob Aman
I'm also using Chrome. Scroll all the way down. The gadget is
working just fine. :-)
Also, this is really more of a question that should be directed to the
user forums:
http://www.google.com/support/forum/p/friendconnect
This forum is intended primarily for programming questions related to
GFC. I also opted not to post some of your messages because they
included too way much contact information. You really shouldn't
include that information in a post to a public forum. :-)
-Bob Aman
http://www.google.com/support/forum/p/friendconnect
-Bob Aman
Thanks.
From what I can tell of the page source code, you're pasting code into
the wrong place. You have div tags outside the body of your page, and
the script for generating GFC gadgets is also outside the HTML body.
We recommend that you copy and paste the generate code EXACTLY as we
gave it to you, and the entire code block should go into the body of
your page, not outside it. Also, the page you've create isn't even
close to validating. I would highly recommend that you redesign it as
a valid page.
http://validator.w3.org/check?uri=http://www.iwccichess.com/&doctype=HTML+4.01+Transitional
However, this is still an issue best handled by the user forums. As
previously requested, you should move further inquiry over there since
this is a user question rather than a development question and we can
better handle your issue there. Again, thanks for understanding!
http://www.google.com/support/forum/p/friendconnect
-Bob
--
You received this message because you are subscribed to the Google Groups "Google Friend Connect Developer Forum" group.
To post to this group, send email to google-friend-co...@googlegroups.com.
To unsubscribe from this group, send email to google-friend-connect-...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-friend-connect-developers?hl=en.
No.
<html>
<head>
<title>Some Title</title>
</head>
<body>
This is the body.
</body>
</html>
May I recommend using a content management system or blog of some kind
instead of editing the raw HTML? Blogger would be a good choice.
-Bob Aman
With the way you've built your site, not really. You would have to
correct all of the HTML by hand. If you were using Blogger, it'd be
much easier. :-)
-Bob Aman
Right, that's what I'm trying to say. Your page is not even close to
being valid. Friend Connect works best in a valid page. You could
read through each of the errors and try to resolve as many as you can,
however I would still recommend just moving the page to Blogger
instead of trying to manage the HTML yourself. Blogger supports
Friend Connect natively and would make managing the page much easier
for you.
-Bob Aman