[HTML][JS] I need help adding the G+ button to my site

Status
Not open for further replies.

Adil

DevBest CEO
May 28, 2011
1,276
714
As you can see, I've already added my profile button, but I'd like to add the grey/silver button which allows you to share your site on G+
my code:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JokerCode</title>
<link href="template/styles.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
</head>

<body>
<div class="navigation">
  <div class="logo">JokerCode</div>
  <div class="links"><a href="index.html">Home</a> | <a href="http://www.jokercode.net/jokerdev">Blog</a> | <a href="http://www.code.google.com/p/xe0n">Code</a><br />
  </div></div>
<div class="container">
  <div class="left">
    <div class="header">Advertisements.</div>
    <div class="box">
      <div class="boxcontent"><a rel="author" href="https://plus.google.com/113541425731060665806">
  <img src="http://www.google.com/images/icons/ui/gprofile_button-32.png" width="32" height="32"></a>

</div>
    </div>
  </div>
 
  <div class="right">
    <div class="header">Welcome to JokerCode</div>
    <div class="box">
      <div class="boxcontent">JokerFramework (jfw) is a C++ framework for text based console games. It originally started out as a closed-source binary file, released under the GNU GPL v3. It has now evolved into a framework, which is cross-platform, open-sourced and easily compilable. Please check the "Code" link in the nav bar. It is easily compilable, all instructions are found on the google code page. There will be source releases, for developers, and tarballs for developers and end-users. The tarball will come with the framework documentation, while the developers edition will only come with source and licensing. </div>
    </div>
  
    <div class="box">
      <div class="boxcontent">Please remember, this framework is released under the MIT license, and a copy of the license can be found at the google code project page. Any form of documentation will be released in the tarball. Windows binaries will be coming, they will be located in the folder 'bin'. This folder will be available with V1.0.</div>

    </div>
  </div>
</div>
<div class="footer">Copyright 2011- Design by Retroa</a></div>
</body>
</html>
I'd like to implement g+ js into this
I'd like to add the button into the ad box, but my previous attempts have been unsuccessful.
P.S - I removed the link to Ryan's name on here because I was explaining my problem elsewhere
 
Status
Not open for further replies.

Users who are viewing this thread

Top