Created
June 24, 2013 18:40
-
-
Save vinayprajapati/5852373 to your computer and use it in GitHub Desktop.
Google+ Add to Circles CSS Popup Widget Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- GOOGLE+ ADD TO CIRCLES CSS POPUP WIDGET | |
DO NOT REMOVE OR MODIFY THIS CODE BEYOND PERMISSIONS. RESPECT DESIGNER, RESPECT DMCA. | |
Web link to gadget code: http://www.techprevue.com/2013/05/google-add-to-circles-css-popup-widget.html | |
Distributed under license CC BY-NC-ND 3.0 INT | |
Please keep license information intact while using this widget --> | |
<style type="text/css"> | |
* html #tpfanbox{position:absolute} | |
#tpfanbox{display:block;top:0px;left:0px;width:100%;height:100%;margin:0;overflow-y:auto; z-index:9999} | |
#tpfanboxx{background-color:#fff;overflow:none} | |
.tpfanboxx{width:320px;height:380px;position:fixed;top:45%;left:50%;margin-top:-200px; margin-left:-200px;border:7px solid #CF3E2C;padding:20px;z-index:9999} | |
.tptitle{background:#CF3E2C;color:#fff;font-size:16px !important;font-weight:bold;margin:5px 0;border-left:20px solid #C64A28;padding:10px;line-height:25px;font-family:Arial !important; float:left;z-index:9999;width:auto} | |
</style> | |
<!--[if lte IE 6]> | |
<style type="text/css"> | |
/*<![CDATA[*/ | |
html {overflow-x:auto;overflow-y:hidden} | |
/*]]>*/ | |
</style> | |
<![endif]--> | |
<div id="tpfanbox"> | |
<div id="tpfanboxx" class="tpfanboxx"> | |
<h3 class="tptitle">WANT UPDATES, ADD TO CIRCLES</h3> | |
<div class="g-plus" data-action="followers" data-height="300" data-href="https://plus.google.com/103741144523748761550" data-source="blogger:blog:followers" data-width="350"> | |
</div> | |
<script type="text/javascript"> | |
(function() { | |
window.___gcfg = {'lang': 'en'}; | |
var po = document.createElement('script'); | |
po.type = 'text/javascript'; | |
po.async = true; | |
po.src = 'https://apis.google.com/js/plusone.js'; | |
var s = document.getElementsByTagName('script')[0]; | |
s.parentNode.insertBefore(po, s); | |
})(); | |
</script> | |
<br/> | |
<center style="float:left; margin-left:10px;cursor:pointer;"><a style=" font-size:xx-small; color:#3B78CD; text-decoration:none;" onmouseup="document.getElementById('tpfanbox').style.display='none'">[X] CLOSE</a></center> | |
<center style="float:right; margin-right:10px;"><span style="font-size:xx-small; color:#000; text-decoration:none;">+Get this at</span> <a target='_blank' style="font-size:xx-small; color:#3B78CD; text-decoration:none;" href="http://www.techprevue.com/2013/05/google-add-to-circles-css-popup-widget.html">Tech Prévue</a></center> | |
</div></div> | |
<!-- GOOGLE+ ADD TO CIRCLES CSS POPUP WIDGET | |
DO NOT REMOVE OR MODIFY THIS CODE BEYOND PERMISSIONS. RESPECT DESIGNER, RESPECT DMCA. --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment