تالار گفتمان سایت ساز رزبلاگ

تالار گفتمان سایت ساز رزبلاگ

Q:

کد گوگل پلاس در 4 استایل متفاوت (znt)

دمـــــــــــــــــــــــــــــــــــــو نظرات فراموش نشه.

استایل 1

کد:

<style>

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);

@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";

.button {

background: #DCE0E0;

position: relative;

display: block;

float: left;

height: 40px;

margin: 0 7px;

overflow: hidden;

width: 150px;

border-radius: 3px;

-o-border-radius: 3px;

-ms-border-radius: 3px;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

}

.icon {

display: block;

float: left;

position: relative;

z-index: 3;

height: 100%;

vertical-align: top;

width: 38px;

-moz-border-radius-topleft: 3px;

-moz-border-radius-topright: 0px;

-moz-border-radius-bottomright: 0px;

-moz-border-radius-bottomleft: 3px;

-webkit-border-radius: 3px 0px 0px 3px;

border-radius: 3px 0px 0px 3px;

text-align: center;

}

.icon i {

color: #fff;

line-height: 42px;

}

.zntboys {

z-index: 2;

display: block;

margin: 0;

height: 100%;

left: 38px;

position: absolute;

width: 112px;

-moz-border-radius-topleft: 0px;

-moz-border-radius-topright: 3px;

-moz-border-radius-bottomright: 3px;

-moz-border-radius-bottomleft: 0px;

-webkit-border-radius: 0px 3px 3px 0px;

border-radius: 0px 3px 3px 0px;

}

.zntboys p {

font-family: Open Sans;

font-weight: 400;

border-left: 1px solid #fff;

border-left: 1px solid rgba(255,255,255,0.35);

color: #fff;

font-size: 16px;

left: 0;

margin: 0;

position: absolute;

text-align: center;

top: 10px;

width: 100%;

}

.button .zntboys {

-webkit-transition: all 0.2s ease-in-out;

-moz-transition: all 0.2s ease-in-out;

-ms-transition: all 0.2s ease-in-out;

-o-transition: all 0.2s ease-in-out;

transition: all 0.2s ease-in-out;

}

.google1 #___plusone_0 {

width: 70px !important;

top: 10px;

right: 15px;

position: absolute;

display: block;

z-index: 1;

}

.google1:hover .zntboys {

bottom: -40px;

}

.google1 .icon, .google1 .zntboys {

background: rgba(248,80,50,1);

background: -moz-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,80,50,1)), color-stop(50%, rgba(241,111,92,1)), color-stop(51%, rgba(246,41,12,1)), color-stop(71%, rgba(240,47,23,1)), color-stop(100%, rgba(231,56,39,1)));

background: -webkit-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);

background: -o-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);

background: -ms-linear-gradient(top, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);

background: linear-gradient(to bottom, rgba(248,80,50,1) 0%, rgba(241,111,92,1) 50%, rgba(246,41,12,1) 51%, rgba(240,47,23,1) 71%, rgba(231,56,39,1) 100%);

filter: progidXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827', GradientType=0 );

}

</style>

<div class="google1 button"style="position:fixed;top:100px;">

<i class="icon">

<i class="icon-google-plus">

</i>

</i>

<div class="zntboys">

<p>

google+

</p>

</div>

<!-- Place this tag where you want the +1 button to render. -->

<div class="g-plusone" data-size="medium">

</div>

<script type="text/javascript">

(function() {

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>

</div>

</div>

استایل 2

کد:

<style>

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);

@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";

.button {

background: #DCE0E0;

position: relative;

display: block;

float: left;

height: 40px;

margin: 0 7px;

overflow: hidden;

width: 150px;

border-radius: 3px;

-o-border-radius: 3px;

-ms-border-radius: 3px;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

}

.icon {

display: block;

float: left;

position: relative;

z-index: 3;

height: 100%;

vertical-align: top;

width: 38px;

-moz-border-radius-topleft: 3px;

-moz-border-radius-topright: 0px;

-moz-border-radius-bottomright: 0px;

-moz-border-radius-bottomleft: 3px;

-webkit-border-radius: 3px 0px 0px 3px;

border-radius: 3px 0px 0px 3px;

text-align: center;

}

.icon i {

color: #fff;

line-height: 42px;

}

.zntboys {

z-index: 2;

display: block;

margin: 0;

height: 100%;

left: 38px;

position: absolute;

width: 112px;

-moz-border-radius-topleft: 0px;

-moz-border-radius-topright: 3px;

-moz-border-radius-bottomright: 3px;

-moz-border-radius-bottomleft: 0px;

-webkit-border-radius: 0px 3px 3px 0px;

border-radius: 0px 3px 3px 0px;

}

.zntboys p {

font-family: Open Sans;

font-weight: 400;

border-left: 1px solid #fff;

border-left: 1px solid rgba(255,255,255,0.35);

color: #fff;

font-size: 16px;

left: 0;

margin: 0;

position: absolute;

text-align: center;

top: 10px;

width: 100%;

}

.button .zntboys {

-webkit-transition: all 0.2s ease-in-out;

-moz-transition: all 0.2s ease-in-out;

-ms-transition: all 0.2s ease-in-out;

-o-transition: all 0.2s ease-in-out;

transition: all 0.2s ease-in-out;

}

.google2 #___plusone_0 {

width: 70px !important;

top: 10px;

right: 15px;

position: absolute;

display: block;

z-index: 1;

}

.google2:hover .zntboys {

left: 150px;

}

.google2 .icon, .google2 .zntboys {

background: rgba(179,220,237,1);

background: -moz-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,220,237,1)), color-stop(50%, rgba(41,184,229,1)), color-stop(100%, rgba(188,224,238,1)));

background: -webkit-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);

background: -o-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);

background: -ms-linear-gradient(top, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);

background: linear-gradient(to bottom, rgba(179,220,237,1) 0%, rgba(41,184,229,1) 50%, rgba(188,224,238,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=0 );

}

</style>

<div class="google2 button"style="position:fixed;top:100px;">

<i class="icon">

<i class="icon-google-plus">

</i>

</i>

<div class="zntboys">

<p>

google+

</p>

</div>

<!-- Place this tag where you want the +1 button to render. -->

<div class="g-plusone" data-size="medium">

</div>

<script type="text/javascript">

(function() {

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>

</div>

</div>

استایل 3

کد:

<style>

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);

@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";

.button {

background: #DCE0E0;

position: relative;

display: block;

float: left;

height: 40px;

margin: 0 7px;

overflow: hidden;

width: 150px;

border-radius: 3px;

-o-border-radius: 3px;

-ms-border-radius: 3px;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

}

.icon {

display: block;

float: left;

position: relative;

z-index: 3;

height: 100%;

vertical-align: top;

width: 38px;

-moz-border-radius-topleft: 3px;

-moz-border-radius-topright: 0px;

-moz-border-radius-bottomright: 0px;

-moz-border-radius-bottomleft: 3px;

-webkit-border-radius: 3px 0px 0px 3px;

border-radius: 3px 0px 0px 3px;

text-align: center;

}

.icon i {

color: #fff;

line-height: 42px;

}

.zntboys {

z-index: 2;

display: block;

margin: 0;

height: 100%;

left: 38px;

position: absolute;

width: 112px;

-moz-border-radius-topleft: 0px;

-moz-border-radius-topright: 3px;

-moz-border-radius-bottomright: 3px;

-moz-border-radius-bottomleft: 0px;

-webkit-border-radius: 0px 3px 3px 0px;

border-radius: 0px 3px 3px 0px;

}

.zntboys p {

font-family: Open Sans;

font-weight: 400;

border-left: 1px solid #fff;

border-left: 1px solid rgba(255,255,255,0.35);

color: #fff;

font-size: 16px;

left: 0;

margin: 0;

position: absolute;

text-align: center;

top: 10px;

width: 100%;

}

.button .zntboys {

-webkit-transition: all 0.2s ease-in-out;

-moz-transition: all 0.2s ease-in-out;

-ms-transition: all 0.2s ease-in-out;

-o-transition: all 0.2s ease-in-out;

transition: all 0.2s ease-in-out;

}

.google3 #___plusone_0 {

width: 70px !important;

top: 10px;

right: 15px;

position: absolute;

display: block;

z-index: 1;

}

.google3:hover .zntboys {

top: -40px;

}

.google3 .icon, .google3 .zntboys {

background: rgba(179,252,119,1);

background: -moz-linear-gradient(top, rgba(179,252,119,1) 0%, rgba(31,59,8,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179,252,119,1)), color-stop(100%, rgba(31,59,8,1)));

background: -webkit-linear-gradient(top, rgba(179,252,119,1) 0%, rgba(31,59,8,1) 100%);

background: -o-linear-gradient(top, rgba(179,252,119,1) 0%, rgba(31,59,8,1) 100%);

background: -ms-linear-gradient(top, rgba(179,252,119,1) 0%, rgba(31,59,8,1) 100%);

background: linear-gradient(to bottom, rgba(179,252,119,1) 0%, rgba(31,59,8,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3fc77', endColorstr='#1f3b08', GradientType=0 );

}

</style>

<div class="google3 button"style="position:fixed;top:100px;">

<i class="icon">

<i class="icon-google-plus">

</i>

</i>

<div class="zntboys">

<p>

google+

</p>

</div>

<!-- Place this tag where you want the +1 button to render. -->

<div class="g-plusone" data-size="medium">

</div>

<script type="text/javascript">

(function() {

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>

</div>

</div>

استایل 4

کد:

<style>

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);

@import "//netdna.bootstrapcdn.com/font-awesome/3.0/css/font-awesome.css";

.button {

background: #DCE0E0;

position: relative;

display: block;

float: left;

height: 40px;

margin: 0 7px;

overflow: hidden;

width: 150px;

border-radius: 3px;

-o-border-radius: 3px;

-ms-border-radius: 3px;

-moz-border-radius: 3px;

-webkit-border-radius: 3px;

}

.icon {

display: block;

float: left;

position: relative;

z-index: 3;

height: 100%;

vertical-align: top;

width: 38px;

-moz-border-radius-topleft: 3px;

-moz-border-radius-topright: 0px;

-moz-border-radius-bottomright: 0px;

-moz-border-radius-bottomleft: 3px;

-webkit-border-radius: 3px 0px 0px 3px;

border-radius: 3px 0px 0px 3px;

text-align: center;

}

.icon i {

color: #fff;

line-height: 42px;

}

.zntboys {

z-index: 2;

display: block;

margin: 0;

height: 100%;

left: 38px;

position: absolute;

width: 112px;

-moz-border-radius-topleft: 0px;

-moz-border-radius-topright: 3px;

-moz-border-radius-bottomright: 3px;

-moz-border-radius-bottomleft: 0px;

-webkit-border-radius: 0px 3px 3px 0px;

border-radius: 0px 3px 3px 0px;

}

.zntboys p {

font-family: Open Sans;

font-weight: 400;

border-left: 1px solid #fff;

border-left: 1px solid rgba(255,255,255,0.35);

color: #fff;

font-size: 16px;

left: 0;

margin: 0;

position: absolute;

text-align: center;

top: 10px;

width: 100%;

}

.button .zntboys {

-webkit-transition: all 0.2s ease-in-out;

-moz-transition: all 0.2s ease-in-out;

-ms-transition: all 0.2s ease-in-out;

-o-transition: all 0.2s ease-in-out;

transition: all 0.2s ease-in-out;

}

.google4 #___plusone_0 {

width: 70px !important;

top: 10px;

right: 15px;

position: absolute;

display: block;

z-index: 1;

}

.google4:hover .zntboys {

left: -150px;

}

.google4 .icon, .google4 .zntboys {

background: rgba(223,191,255,1);

background: -moz-linear-gradient(top, rgba(223,191,255,1) 0%, rgba(82,20,133,1) 100%);

background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(223,191,255,1)), color-stop(100%, rgba(82,20,133,1)));

background: -webkit-linear-gradient(top, rgba(223,191,255,1) 0%, rgba(82,20,133,1) 100%);

background: -o-linear-gradient(top, rgba(223,191,255,1) 0%, rgba(82,20,133,1) 100%);

background: -ms-linear-gradient(top, rgba(223,191,255,1) 0%, rgba(82,20,133,1) 100%);

background: linear-gradient(to bottom, rgba(223,191,255,1) 0%, rgba(82,20,133,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfbfff', endColorstr='#521485', GradientType=0 );

}

</style>

<div class="google4 button"style="position:fixed;top:100px;">

<i class="icon">

<i class="icon-google-plus">

</i>

</i>

<div class="zntboys">

<p>

google+

</p>

</div>

<!-- Place this tag where you want the +1 button to render. -->

<div class="g-plusone" data-size="medium">

</div>

<script type="text/javascript">

(function() {

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>

</div>

</div>

آذسنتر . آی آر

ابزار وبمسترهای رزبلاگ
پاسخ ها

با اینکه من از این کد ها استفاده نمیکنم ولی کارت عالیه «نا خدا»

خوشگله و حرفه ای

فقط یه چیزی ما لینک سایتمون یا چیزی قراره بذاریم توی این کد ها؟

دوم اینکه چرا گوگل پلاس سرعت سایتو میبره رو لود و لودش تموم نمیشه و سرعت سایت داغون میشه؟

تصویر: http://news.rozblog.com/user/Avatar/news/b-andishe.png نه نیازی به ادرس نیست تو هر آدرسی باشه برا اون ادرس پلاس ثبت میشه .

چرا لودش تموم میشه و زیاد هم سنگین نیست تصویر: /weblog/file/forum/smiles/18.gif

کجای قالب بزاریم کدو ممنون

معمولا استایل رو بالای

کد:

</head>

و کد رو پایین قالب استفاده کنید بهتره بالای

کد:

</body>

زیباست ممنون یه زمانی همش دنبال این کدها میگشتیم.

خیال میکردیم بزاریم چی میشه .

موقعی هم گذاشتیم تاثیر چندانی نداشت 100000 نفر هم یکی نمیاد برات

اکی کنه.

آدرسه سايتمونو كجاش وارد كنيم؟

آدرسه سايتمونو كجاش وارد كنيم؟

خودش خودکار سایتت رو می ذاره

پست های مرتبط

کد زیبای گوگل پلاس - بدون تبلیغات

  • hossein16
  • یکشنبه 01 اردیبهشت 1398 - 2:06

ابزار ساخت کد درصد پیشرفت کار

  • mostafa
  • یکشنبه 01 اردیبهشت 1398 - 2:06

کد اسلایدر زیبا برای وبلاگ رزبلاگ

  • sgraph
  • دوشنبه 22 بهمن 1397 - 19:41

ابزار فال انبيا

  • tntcod
  • چهارشنبه 03 بهمن 1397 - 16:19

تاپیک جامع ساخت رایگان نرم افزار اندروید مخصوص وبلاگ و سایت های رزبلاگ(رایگان)

  • sparta2
  • پنجشنبه 20 دی 1397 - 18:09

مجموع ابزار آنلاین سئو

  • guilty
  • پنجشنبه 20 دی 1397 - 18:07

ساخت دامنه های رایگان برای کاربران رزبلاگ

  • Tikweb
  • سه شنبه 14 فروردین 1397 - 12:45

ابزار فال حافظ(حرفه ای بدون تبلیغ)

  • poorya
  • یکشنبه 24 دی 1396 - 12:55

.:: توپ ترين ساعت فلش (خيلي جالبه) ::.

  • rozblogi
  • یکشنبه 24 دی 1396 - 12:41

ساعت زیبا فلش آبی کم رنگ

  • zntboys
  • یکشنبه 24 دی 1396 - 12:41

اولین کد نویسی من{منوی باز شو}لطفا ببینید و نظر بدید

  • erfannn
  • جمعه 10 اردیبهشت 1395 - 13:31

آموزش قرار دادن افکت فقط برای تصاویر پست ها + یک افکت برای آموزش

  • koolak91
  • پنجشنبه 12 فروردین 1395 - 1:11

کد گوگل پلاس ساده برای استفاده در وبسایت

  • 20-abzar
  • چهارشنبه 21 بهمن 1394 - 7:39

شکلک لاین برایت انجمن ها

  • javadjan
  • چهارشنبه 20 آبان 1394 - 11:19

ابزار rss خوان با قابلیت نمایش تصویر پستها

  • boxgraph
  • جمعه 27 شهریور 1394 - 16:26

یک سایت خوب برای تجزیه و تحلیل وبلاگ یا سایت شما

  • savalan
  • جمعه 30 مرداد 1394 - 19:05

اقای صداقت پور یه نگا به بروزهای رزبلاگ بنداز رزبلاگ داره به بی راهه میره

  • payamdp
  • سه شنبه 27 مرداد 1394 - 12:44

ابزار ساخت آنلاین کد استایل نام های کاربری گروه انجمن

بهترین ابزار نمایش رتبه الکسا بدون کد مخرب

  • mostafa
  • یکشنبه 07 تیر 1394 - 10:40

ابزار اضافه کردن آیدی به تلگرام (برای اولین بار در ایران)

  • mohamad10
  • سه شنبه 02 تیر 1394 - 13:06