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 8918911
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T05:52:15+00:00 2026-06-15T05:52:15+00:00

Here is my html page code <html> <head> <title>Big Query & D3.js Mashup</title> <meta

  • 0

Here is my html page code

    <html>

    <head>
        <title>Big Query & D3.js Mashup</title>
        <meta property="og:title" content="My Site"/>
        <meta property="og:type" content="website" />
        <meta property="og:url" content="http:xample.com" />
        <meta property="og:image" content="" />
        <meta property="og:site_name" content="Data" />
        <meta property="fb:admins" content="1" />
    </head>

    <body>
        <div id="fb-root"></div>
        <script>
            (function (d, s, id) {
                var js, fjs = d.getElementsByTagName(s)[0];
                if (d.getElementById(id)) return;
                js = d.createElement(s);
                js.id = id;
                js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
                fjs.parentNode.insertBefore(js, fjs);
            }(document, 'script', 'facebook-jssdk'));
        </script>   <a href="https://twitter.com/share" class="twitter-share-button"
        data-url="http:xample.com" data-via="jmy" data-lang="en">Tweet</a>

        <script>
            ! function (d, s, id) {
                var js, fjs = d.getElementsByTagName(s)[0];
                if (!d.getElementById(id)) {
                    js = d.createElement(s);
                    js.id = id;
                    js.src = "https://platform.twitter.com/widgets.js";
                    fjs.parentNode.insertBefore(js, fjs);
                }
            }(document, "script", "twitter-wjs");
        </script>
        <div class="fb-like" data-href="http:xample.com/" data-send="false"
        data-layout="button_count" data-width="450" data-show-faces="true" data-font="arial"></div>
    </body>

</html>

Updated Code:

    <html>

<head>
    <title>Big Query & D3.js Mashup</title>
    <meta property="og:title" content="My Site"/>
    <meta property="og:type" content="website" />
    <meta property="og:url" content="http:xample.com" />
    <meta property="og:image" content="" />
    <meta property="og:site_name" content="Data" />
    <meta property="fb:admins" content="1" />
</head>

<body>
    <div id="fb-root"></div>
    <script>
        (function (d, s, id) {
            var js, fjs = d.getElementsByTagName(s)[0];
            if (d.getElementById(id)) return;
            js = d.createElement(s);
            js.id = id;
            js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
            fjs.parentNode.insertBefore(js, fjs);
        }(document, 'script', 'facebook-jssdk'));
    </script>   <a href="https://twitter.com/share" class="twitter-share-button"
    data-url="http://xample.com" data-via="jmy" data-lang="en">Tweet</a>

    <script>
        ! function (d, s, id) {
            var js, fjs = d.getElementsByTagName(s)[0];
            if (!d.getElementById(id)) {
                js = d.createElement(s);
                js.id = id;
                js.src = "https://platform.twitter.com/widgets.js";
                fjs.parentNode.insertBefore(js, fjs);
            }
        }(document, "script", "twitter-wjs");
    </script>
    <div class="fb-like" data-href="http://xample.com/" data-send="false"
    data-layout="button_count" data-width="450" data-show-faces="true" data-font="arial"></div>
</body>
</html>

Twitter link appears but facebook link doesn’t appear.

  • 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-06-15T05:52:17+00:00Added an answer on June 15, 2026 at 5:52 am

    The url is wrong should be http://www.example.com instead of http:xample.com

     <div class="fb-like" data-href="http://www.example.com/" data-send="false"
        data-layout="button_count" data-width="450" data-show-faces="true" data-font="arial">
    

    http://jsfiddle.net/E6xYU/2/

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

Sidebar

Related Questions

Here is my index.jsp code: <html> <head> <meta http-equiv=Content-Type content=text/html; charset=ISO-8859-1> <title>Index JSP File</title>
This is my HTML page: <!DOCTYPE html> <html lang=en> <head> <title>Example</title> <meta charset=utf-8> <link
Here is my main page code: <form><iframe name=iframe_pic src=iframe.html></iframe></form> Here is my iframe.html: <script
Here's the whole page: <!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd> <html> <head>
I am using JQuery Accordion. I have this page here: http://www.hauppauge.com/site/support/support_colossus.html#tabs-6 What happens is
Here is an example HTML page that demonstrates the issue: <!DOCTYPE html> <html> <head>
I am having trouble loading multiple javascripts in HTML page. Here is the code
I have simple html page: <html> <head> <title></title> </head> <body> <link href=http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/redmond/jquery-ui.css rel=stylesheet type=text/css/>
here is my page http://www.dev.1over0.com/canvas/canvas_web.html I’m having issues with the undo functionality – I
here's my page <!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd> <!DOCTYPE HTML PUBLIC

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.