On Sat, 23 Jul 2011 13:00:05 +0100, Kris Quigley <kris.quig...@gmail.com> wrote:

Trying to add a Google +1 button to my site, but getting this error :

*There is no namespace declared for prefix of element < g:plusone >*

Any help would be greatly appreciated!

Google uses invalid HTML/ill-formed XML.

Correct usage of prefixed names in XML requires that every prefix is declared with xmlns, e.g.:

<g:plusone xmlns:g="http://plus.google.com/";></g:plusone>

--
regards, Kornel Lesiński

_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to