لائیک باکس لگانا
فیس بک کا بٹن …اس کوڈ میں سرخ رنگ الفاظ کی جگہ
اپنا یو آر ایل لگا کر لے آؤٹ میں جاکر پسند کی جگہ ایچ ٹی ایم ایل
گیجٹ مین پیسٹ کردیں اور ٹائٹل مین کچھ مناسب الفاظ لکھ
دیں مثلا ہمیں فیس بک پر لائک کریں
<iframe
src="//www.facebook.com/plugins/likebox.php?href=https://web.facebook.com/smshah26/&width=320&height=258&colorscheme=light&show_faces=true&border_color&stream=false&header=false&"
style="border:none; overflow:hidden; width:292px; height:258px;"
></iframe>
رائٹ کلک اینڈ کاپی دس ایبل
درج ذیل کوڈ کو بلاگ میں کہین بھی گیجٹ ایچ ٹی ایم ایل
اید کر کے اس مین پیست کردیں
<script
language=JavaScript>
<!--
//Disable right mouse click Script
var message="Function Disabled!";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
alert(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
alert(message);
return false;
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("alert(message);return
false")
// -->
</script>
اس مین فنکشن ڈس ایبل کی جگہ مرضی کا میسج بھی دے سکتے
ہیں جیسے
var message="کاپی کے بجائے شیئر کریں";
لاک گیجٹ کو ختم کرنا
html < jump to
wedget > Attribution1 > locked > change it from true
to false
بلکہ اہم گیجٹ کو لاک ہی کردین
کہیں بھی گیجٹ کا اضافہ کرنا
1 find
"maxwidgets." Change the number from "1" to "5."
2 Find
"showaddelement" just after "maxwidgets." Change
"no" to "yes."
3 Save your
changes and return to your Dashboard. Select "Layout." Above your
header, there will be a link titled "Add Gadget." Click this and add
the gadget of your choice.
ويجگيٹ کي تعداد ميں اضافہ
maxwidgets="1"
لائن بلندي
line-height:1.7em;
پوسٹ کو الگ الگ بلاگ ميں
رکھنا
paste in css
Go to Blogger Dashboard
Click on Template tab
Click on the Customize
button
Click on Advanced option
and then click on Add CSS
Now paste the below code
after the last line in the text box
کوڈ یہ ہے
.post {
background:#FFFFFF;
border: 2px solid
#000000;
padding-right:7px;
padding-left:7px;
}
.post:hover {
border: 2px solid
#FF0000;
}
.post:active {
border: 2px solid
#0004FF;
}