أخر الاخبار

تركيب أجمل سلايدر لمدونات البلوجر سلايدر هسبريس


  • مميزات هذا السلايدر
  1. يعمل بطريقة أوتوماتكية بمعنى أنك ستحدد له القسم الذي سيعرض مشاركاته
  1. أنيق وجد خفيف، سكربتاته نضيفة
  1. متوافق مع جميع المتصفحات والمدونات 
  1. والمزيد ستكتشفه  بنفسك..



شرح التركيب:

ثم ستبحث عن هذا الكود : </head>  وستضع قبله/فوقه الكود التالي:
<script>
/* Script from:http://simplexdesign.blogspot.com/ */

imgr = new Array();

imgr[0] = &quot;http://lh3.ggpht.com/_kViOplhgIHI/TKxBIScZTiI/AAAAAAAAAWE/PM7AQ1lf6ME/noimages.jpg&quot;;
showRandomImg = true;
aBold = true;
summaryPost = 140;
numposts1 =15;
label1 = &quot;كل&quot;;
function removeHtmlTag(strx,chop){var s=strx.split(&quot;&lt;&quot;);for(var i=0;i&lt;s.length;i++){if(s[i].indexOf(&quot;&gt;&quot;)!=-1){s[i]=s[i].substring(s[i].indexOf(&quot;&gt;&quot;)+1,s[i].length)}}s=s.join(&quot;&quot;);s=s.substring(0,chop-1);return s}
function showrecentposts1(json){j=(showRandomImg)?Math.floor((imgr.length+1)*Math.random()):0;img=new Array();for(var i=0;i&lt;numposts1;i++){var entry=json.feed.entry[i];var posttitle=entry.title.$t;var pcm;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k&lt;entry.link.length;k++){if(entry.link[k].rel==&#39;alternate&#39;){posturl=entry.link[k].href;break}}for(var k=0;k&lt;entry.link.length;k++){if(entry.link[k].rel==&#39;replies&#39;&amp;&amp;entry.link[k].type==&#39;text/html&#39;){pcm=entry.link[k].title.split(&quot;&quot;)[0];break}}
if (&quot;content&quot; in entry) {
var postcontent = entry.content.$t;}
else
if (&quot;summary&quot; in entry) {
var postcontent = entry.summary.$t;}
else var postcontent = &quot;&quot;;
postdate = entry.published.$t;
if(j&gt;imgr.length-1) j=0;
img[i] = imgr[j];
s = postcontent    ; a = s.indexOf(&quot;&lt;img&quot;); b = s.indexOf(&quot;src=\&quot;&quot;,a); c = s.indexOf(&quot;\&quot;&quot;,b+5); d = s.substr(b+5,c-b-5);
if((a!=-1)&amp;&amp;(b!=-1)&amp;&amp;(c!=-1)&amp;&amp;(d!=&quot;&quot;)) img[i] = d;
var month=[1,2,3,4,5,6,7,8,9,10,11,12];var month2=[&quot;Jan&quot;,&quot;Feb&quot;,&quot;Mar&quot;,&quot;Apr&quot;,&quot;May&quot;,&quot;Jun&quot;,&quot;Jul&quot;,&quot;Aug&quot;,&quot;Sep&quot;,&quot;Oct&quot;,&quot;Nov&quot;,&quot;Dec&quot;];var day=postdate.split(&quot;-&quot;)[2].substring(0,2);var m=postdate.split(&quot;-&quot;)[1];var y=postdate.split(&quot;-&quot;)[0];for(var u2=0;u2&lt;month.length;u2++){if(parseInt(m)==month[u2]){m=month2[u2];break;
}}
var daystr = day+ &#39; &#39; + m + &#39; &#39; + y ;
var trtd = &#39;&lt;div class=&quot;contentdiv&quot;&gt;&lt;div class=&quot;sliderPostPhoto&quot;&gt;&lt;a href=&quot;&#39;+posturl+&#39;&quot;&gt;&lt;img width=&quot;464&quot; height=&quot;260&quot; class=&quot;alignnone&quot; src=&quot;&#39;+img[i]+&#39;&quot;/&gt;&lt;/a&gt;&lt;div class=&quot;sliderPostInfo&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;featuredPost&quot;&gt;&lt;h22&gt;&lt;a href=&quot;&#39;+posturl+&#39;&quot;&gt;&#39;+posttitle+&#39;&lt;/a&gt;&lt;/h22&gt;&lt;p&gt;&#39;+removeHtmlTag(postcontent,summaryPost)+&#39;...&lt;/p&gt;&lt;/div&gt;&lt;/div&gt;&#39;;
document.write(trtd);
j++;
}}
</script>



بعدها ستبحث عن هذا الكود  </body>  وستضع قبله/فوقه الكود التالي: 


<script src='http://dl.dropbox.com/u/12924430/contentslider.js'/>

<script>

featuredcontentslider.init({

id: &quot;slider1&quot;, //id of main slider DIV
contentsource: [&quot;inline&quot;, &quot;&quot;], //Valid values: [&quot;inline&quot;, &quot;&quot;] or [&quot;ajax&quot;, &quot;path_to_file&quot;]
toc: &quot;#increment&quot;, //Valid values: &quot;#increment&quot;, &quot;markup&quot;, [&quot;label1&quot;, &quot;label2&quot;, etc]
nextprev: [&quot;Previous&quot;, &quot;Next&quot;], //labels for &quot;prev&quot; and &quot;next&quot; links. Set to &quot;&quot; to hide.
enablefade: [true, 0.5], //[true/false, fadedegree]
autorotate: [true, 6000], //[true/false, pausetime]
onChange: function(previndex, curindex){ //event handler fired whenever script changes slide
//previndex holds index of last slide viewed b4 current (1=1st slide, 2nd=2nd etc)
//curindex holds index of currently shown slide (1=1st slide, 2nd=2nd etc)
}
})
</script>






 ستتوجه إلى الستايل الخاص بمدونتك وذالك عن طريق التوجه إلى قالب مدونتك ثم تحرير html ثم ستبحث عن هذا الكود:  ]]></b:skin>

ثم ستضع قبله/فوقه هذا الكود:


#featured {
margin-bottom: -10px;
margin-left: auto;
margin-right: 313px;
width: 463px;
}
.sliderwrapper{
position: relative;
border-bottom-width: 6px;
height: 260px;
width:460px
}
.sliderwrapper .contentdiv{
visibility: hidden;
position: absolute;
height: 347px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);-moz-opacity: 1;opacity: 1;
padding:0px;
background:#f1f1f1;
margin-top:2px;
width:474px
}
.pagination {
float: right;
margin-right: 6px;
margin-top: 100px;
padding: 1px;
width: 100%;
}
.pagination a {
background: none repeat scroll 0 0 #FFFFFF;
border: 1px solid #DDDDDD;
color: #000000;
font: 11px Arial;
padding: 4px 8px;
}
.pagination a.selected {
background:#136BB2;
border: 1px solid #444444;
color: #FFFFFF;
}
.pagination .prev,.pagination .next {
color:#EAEAEA;
font-size:0px;
background:none;
padding:0px;
float:right !important;
margin-bottom:35px !important;
}
.featuredPost {
background:#4275CE;
bottom: 0;
float: right;
line-height: 18px;
margin-right: 5px;
margin-top: 0px;
padding: 0 10px 10px !important;
width: 444px;
}
.featuredPost a {
font-family: 'Droid Arabic Kufi',Arial !important;
color: #FFFFFF;
margin: 0;
padding: 0;
}
.featuredPost h2 {margin:0 0 8px 0;color:#ffffff;}
.featuredPost span{font-size:11px; margin:0; color:#797979;}
.featuredPost p {
font-family: 'Droid Arabic Kufi',Arial !important;
color: #DDDDDD;
font: 12px 'Droid Arabic Kufi',Arial !important;
margin: 4px 0 0;
}
.sliderPostPhoto a img{float: right !important;}
.sliderPostPhoto{float: right !important; width:100px !important;}
.h22{
color:#ffffff;
}


ستبحث عن هذا الكود:   <div id='main-wrapper'>  إن لم تجده فابحث عن هذا:  <div class='main-wrapper'> وضع الكود التالي  تحتهما/بعدهما وإن لم تجد الكودين إبحث عن  'رسائل المدونة الإلكترونية' وضع الكود فوق السطر الذي فوقها.



<!-- /sidebarleft --><b:if cond='data:blog.url == data:blog.homepageUrl'><div id='featured'><div class='sliderwrapper' id='slider1'><script>document.write(&quot;&lt;script src=\&quot;/feeds/posts/default/-/&quot;+label1+&quot;?max-results=&quot;+numposts1+&quot;&amp;orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts1\&quot;&gt;&lt;\/script&gt;&quot;);</script></div><div class='pagination' id='paginate-slider1'></div></div></b:if>




تعليقات



حجم الخط
+
16
-
تباعد السطور
+
2
-