عرض مشاركة واحدة
قديم 02-25-2014, 09:27 PM   #1
Blog-Add
مدون نشيط
 
تاريخ التسجيل: Feb 2014
المشاركات: 124
افتراضي اضافة النشرة البريدية مع مواقع الشبكات الاجتماعية

السلام عليكم ورحمة الله وبركاتة

اقدم لكم اليوم اضافة النشرة البريدية او الاشتراك بالبريد مع مواقع الشبكات الاجتماعية

في مكان واحد بشكل انيق ولذيذ تابعو معنا

الشرح :

اذهب الي صفحة التخطيط ثم اضافة اداة جديدة HTML واضف بها الكود التالي :

كود PHP:
<style type="text/css">
#subscribe-wrapper {
backgroundurl(http://softglad.at.ua/images/border.png) repeat scroll 0 0 transparent;
padding3px;
}
#subscribe-box {
backgroundurl(http://softglad.at.ua/images/bg.png) repeat scroll 0 0 #F7F7F7;
border-radius15px;
padding:5px;
overflowhidden;
}
a.linkopacity img {
filter:alpha(opacity=75);
-
moz-opacity0.5;
opacity0.5;
-
khtml-opacity0.5;
-
webkit-transition:All .5s ease;
-
moz-transition:All .5s ease;
-
ms-transition:All .5s ease;
-
o-transition:All .5s ease;
transition:All .5s ease;
padding3px;
border1px solid #999;
}
a.linkopacity:hover img {
filter:alpha(opacity=100);
-
moz-opacity1;
opacity1;
-
khtml-opacity1;
-
moz-box-shadow0px 0px 10px 2px rgba(0000.44);
-
webkit-box-shadow0px 0px 10px 2px rgba(0000.44);
box-shadow0px 0px 10px 2px rgba(0000.44);
}
#subscribe-box:hover table {
    
top0;
}
#subscribe-box h1{
margin-top5px;
colorblack;
font-familyarial;
font-size15px;
margin-bottom5px;
line-height14px;
font-weightbold;
text-aligncenter;
letter-spacing: -1px;
}
#subscribe-box table {
positionrelative;
top40px;
-
webkit-transition:All .5s ease;
-
moz-transition:All .5s ease;
-
ms-transition:All .5s ease;
-
o-transition:All .5s ease;
transition:All .5s ease;
margin-bottom0px;
}
#subscribe-box td {
padding2px;
}
#subscribe-box input{
backgroundwhite;
bordermedium none;
font-size12px;
padding10px;
width150px;
color#666;
font-familyarial;
margin-bottom3px;
width55%;
}
#subscribe-box input:focus{outline:none;}

#subscribe-box .submit{
background#E73827;
color#fff;
cursorpointer;
font-weightbold;
text-shadow0 1px 2px black;
width90px;
font-familyarial;
margin-left: -3px;
font-size14px;
}
</
style>
<
div id="subscribe-wrapper">
<
div id="subscribe-box">
<
h1>أشترك معنا لتحصل على جديد المدونة</h1>
<
form action="http://feedburner.google.com/fb/a/mailverify" method="post" onsubmit="window.open('رابط النشرة البريدية', 'add-b', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow">
<
center>
<
input name="email" onblur="if (this.value == &quot;&quot;) {this.value = &quot;ضع ايميلك هنا...&quot;;}" onfocus="if (this.value == &quot;ضع ايميلك هنا...&quot;) {this.value = &quot;&quot;}" size="20" type="text" value="ضع ايميلك هنا..." />
<
input name="uri" type="hidden" value="add-b" />
<
input name="loc" type="hidden" value="en_us" />
<
input class="submit" type="submit" value="أشترك" /></center></form>
<
center>
<
table>
<
tbody><tr><td><a href="http://feeds.feedburner.com/add-b" class="linkopacity" target="_blank"><img src="http://softglad.at.ua/images/rss.png" /></a></td>
<
td>
<
a href="رابط الفس بوك" class="linkopacity" target="_blank"><img src="http://softglad.at.ua/images/facebook.png" /></a>
</
td>
<
td>
<
a href="رابط تويتر" class="linkopacity" target="_blank"><img src="http://softglad.at.ua/images/twitter.png" /></a>
</
td>
<
td>
<
a href="رابط جوجل بلس" class="linkopacity" target="_blank"><img border="0" src="http://softglad.at.ua/images/Google.png" /></a>
</
td>
</
tr></tbody></table>
</
center>
</
div></div
وضع روابط صفحاتك لمواقع التواصل والنشرة البريدية واحفظ العمل

الدعم العربي

Blog-Add غير متواجد حالياً   رد مع اقتباس