简体   繁体   English

加载资源失败:服务器在向我的网站添加 google+ 评论时以 404 () 状态响应

[英]failed to load resource: the server responded with a status of 404 () while adding google+ comments to my web site

here is the link with code.这是带有代码的链接。 enter image description here https://dogemap.com/comments.html在此处输入图像描述https://dogemap.com/comments.html

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <meta http-equiv="X-UA-Compatible" content="ie=edge" />
    <title>Document</title>
  </head>
  <body>
    <p>
      Lorem ipsum dolor sit amet consectetur adipisicing elit. Sequi expedita
      quod excepturi, nostrum laudantium nihil, voluptate placeat sed aspernatur
      quisquam sunt accusantium debitis mollitia quibusdam hic, eveniet quidem
      voluptates corrupti.
    </p>
    <hr />
    <script src="https://apis.google.com/js/plusone.js"></script>
    <div id="comments"></div>
    <script>
      console.log("web page url:" + window.location);
      gapi.comments.render("comments", {
        href: window.location,
        width: "624",
        first_party_property: "BLOGGER",
        view_type: "FILTERED_POSTMOD"
      });
    </script>

    <hr />
  </body>
</html>

showing below error with following link通过以下链接显示以下错误

https://apis.google.com/u/0/_/widget/render/comments?usegapi=1&href=https%3A%2F%2Fdogemap.com%2Fcomments.html&width=624&first_party_property=BLOGGER&view_type=FILTERED_POSTMOD&origin=https%3A%2F%2Fdogemap.com&search=&hash=&gsrc=3p&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.en.NiyWKb0spSU.O%2Fam%3DwQ%2Frt%3Dj%2Fd%3D1%2Frs%3DAGLTcCMXphmaCtjiU8wyjr_fEsh11HPRog%2Fm%3D__features__#_methods=onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh%2Cscroll%2Copenwindow&id=I0_1552235795048&_gfid=I0_1552235795048&parent=https%3A%2F%2Fdogemap.com&pfname=&rpctoken=30025092 https://apis.google.com/u/0/_/widget/render/comments?usegapi=1&href=https%3A%2F%2Fdogemap.com%2Fcomments.html&width=624&first_party_property=BLOGGER&view_type=FILTERED_POSTMOD&origin=https%3A% 2F%2Fdogemap.com&search=&hash=&gsrc=3p&jsh=m%3B%2F_%2Fscs%2Fapps-static%2F_%2Fjs%2Fk%3Doz.gapi.en.NiyWKb0spSU.O%2Fam%3DwQ%2Frt%3D 3D1%2Frs%3DAGLTcCMXphmaCtjiU8wyjr_fEsh11HPRog%2FM%3D__features __#_方法= onPlusOne%2C_ready%2C_close%2C_open%2C_resizeMe%2C_renderstart%2Concircled%2Cdrefresh%2Cerefresh%2Cscroll%2Copenwindow&ID = I0_1552235795048&_gfid = I0_1552235795048&父= HTTPS%3A%2F%2Fdogemap.com&pfname =&rpctoken = 30025092

The Plus APIs, including the unsupported ones to add comments to a website, have been discontinued with no replacement. Plus API,包括用于向网站添加评论的不受支持的 API,已停止使用,没有替代品。

You can't add "Google+ Comments" to a website.您无法向网站添加“Google+ 评论”。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Web API-无法加载资源:服务器响应状态为404 - Web API - Failed to load resource: the server responded with a status of 404 加载资源失败:服务器响应状态为 404() - Failed to load resource: the server responded with a status of 404 () 加载资源失败:服务器响应状态为404 - Failed to load resource: the server responded with a status of 404 无法加载资源:服务器响应状态为404? 资源问题 - Failed to load resource: the server responded with a status of 404 ? Resource issue 程序无法加载无法加载资源:服务器以404(未找到)状态响应 - Program will not load Failed to load resource: the server responded with a status of 404 (Not Found) Node.js服务器:无法加载资源:服务器以状态404(未找到)响应 - Nodejs server: Failed to load resource: the server responded with a status of 404 (Not Found) 加载资源失败:服务器响应状态为 404(未找到)? - Failed to load resource: the server responded with a status of 404 (Not Found)? 加载资源失败:服务器响应状态为404(未找到) - getting Failed to load resource: the server responded with a status of 404 (Not Found) 加载资源失败:服务器响应状态为404() SpringBoot - Failed to load resource: the server responded with a status of 404 () SpringBoot 加载资源失败:服务器响应状态为404()Controller.js:1 - Failed to load resource: the server responded with a status of 404 () Controller.js:1
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM