Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6150389
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T19:36:23+00:00 2026-05-23T19:36:23+00:00

Exploring Google’s +1 Button, I found two things odd about the code they supply:

  • 0

Exploring Google’s +1 Button, I found two things odd about the code they supply:

<script type="text/javascript" src="https://apis.google.com/js/plusone.js">
  {lang: 'en-GB'}
</script>

<g:plusone size="tall" href="http://www.google.com"></g:plusone>

So I have two questions:
First:       How is Google able to use the text between the script tags?
Second:  Is the syntax <g:plusone ... HTML valid? What’s this called?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T19:36:24+00:00Added an answer on May 23, 2026 at 7:36 pm

    How is Google able to use the text between the script tags?

    <script> elements are perfectly visible in the DOM:

    <script type="text/javascript">//FIRST SCRIPT BLOCK</script>
    
    <script type="text/javascript">
        var s= document.getElementsByTagName('script')[0];
        alert(s.textContent); // "//FIRST SCRIPT BLOCK"
    </script>
    

    Google’s sneaky trick is to put content in a <script> that has an external src. In this case the src overrides the content inside the block and executes the external script instead, but the contents of the <script> element are still readable through the DOM even though they do nothing.

    Is the syntax <g:plusone … HTML valid? What’s this called?

    No. If they made their own doctype for HTML+plusone it could be valid that, but it doesn’t satisfy validity for HTML, and it isn’t even namespace-well-formed in an XHTML document, unless you add an extra xmlns:g for it too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

<script type=text/javascript> var chart; $(document).ready(function() { // Define the options var options = {
while exploring jQuery I came up with the following weird script. I don't see
I'm thinking about exploring the idea of having our client software run as a
Exploring around S3's UI, it seems they only enjoy file uploads from my local
After exploring the very excellent answer from Heike to my previous question about anamorphic
Hi im trying to write a currency converting php script, utilizing the Google Calculator
We're exploring different approaches for communicating between two different SQL Server instances. One of
I've been following the tutorial on building a sample GWT Application: http://code.google.com/webtoolkit/doc/latest/tutorial/gettingstarted.html I then
I am currently exploring various code coverage tools for use in project and short
I'm exploring the Android API options about the battery. what possibilities grants the permission

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.