my-codes
أكواد مدونتي كلها ستجدها في هذه المدونة
الجمعة، 11 أبريل 2014
إضافة موضوع ثابت في الرئيسية
+كود css
.label_with_thumbs { float: left; padding: 0px; } .label_with_thumbs li { float: left; margin-bottom: 20px; border-bottom: 1px solid #d2d2d2; padding-bottom: 20px; } .label_with_thumbs img { float: left; margin-right: 10px; border: 1px solid #000; } .label_with_thumbs h2 { font-size: 18px; margin: 0px; font-weight: bold; } .label_with_thumbs br { margin: 0px; padding: 0px; }
+كود الجيكويري
<script> //<![CDATA[ function labelthumbs(w) { document.write('<ul class="label_with_thumbs">'); for (var v = 0; v < numposts; v++) { var f = w.feed.entry[v]; var g = f.title.$t; var z; if (v == w.feed.entry.length) { break } for (var r = 0; r < f.link.length; r++) { if (f.link[r].rel == "replies" && f.link[r].type == "text/html") { var n = f.link[r].title; var o = f.link[r].href } if (f.link[r].rel == "alternate") { z = f.link[r].href; break } } var j; try { j = f.media$thumbnail.url } catch (q) { s = f.content.$t; a = s.indexOf("<img"); b = s.indexOf('src="', a); c = s.indexOf('"', b + 5); d = s.substr(b + 5, c - b - 5); if ((a != -1) && (b != -1) && (c != -1) && (d != "")) { j = d } else { j = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjbJLr1olbZnnKDPsBlPPHH4_MLtagIc7H99tYAH_Mayjfr7u1UbDeV2ME0errY9YotpW2otbFrxI3kb25wbgxU46fyJLYJt1lKPm7_DNNUjy63m7BxCyLXyLhmyZkle4AfbUP8JIfLNic/s1600/no_image.jpg" } } var x = f.published.$t; var m = x.substring(0, 4); var l = x.substring(5, 7); var t = x.substring(8, 10); var h = new Array(); h[1] = "Jan"; h[2] = "Feb"; h[3] = "Mar"; h[4] = "Apr"; h[5] = "May"; h[6] = "Jun"; h[7] = "Jul"; h[8] = "Aug"; h[9] = "Sep"; h[10] = "Oct"; h[11] = "Nov"; h[12] = "Dec"; document.write('<li class="clearfix">'); if (showpostthumbnails == true) { document.write('<a class="picturelabela" href="' + z + '" target ="_top"><img class="label_thumb" src="' + j + '"/></a>') } document.write('<strong><h2> <a class="titlelabel" href="' + z + '" target ="_top">' + g + "</a></h2> </strong><br>"); if ("content" in f) { var y = f.content.$t } else { if ("summary" in f) { var y = f.summary.$t } else { var y = "" } } var p = /<\S[^>]*>/g; y = y.replace(p, ""); if (showpostsummary == true) { if (y.length < numchars) { document.write(""); document.write(y); document.write("") } else { document.write(""); y = y.substring(0, numchars); var e = y.lastIndexOf(" "); y = y.substring(0, e); document.write(y + "..."); document.write("") } } var A = ""; var u = 0; document.write("<br>"); if (showpostdate == true) { A = A + h[parseInt(l, 10)] + "-" + t + " - " + m; u = 1 } if (showcommentnum == true) { if (u == 1) { A = A + " | " } if (n == "1 Comments") { n = "1 Comment" } if (n == "0 Comments") { n = "No Comments" } n = '<a href="' + o + '" target ="_top">' + n + "</a>"; A = A + n; u = 1 } if (displaymore == true) { if (u == 1) { A = A + " | " } A = A + '<a href="' + z + '" class="url" target ="_top">More »</a>'; u = 1 } document.write(A); document.write("</li> "); if (displayseparator == true) { if (v != (numposts - 1)) { document.write("") } } } document.write("</ul> ") }; //]]> </script>
+ كود Html
<div class="MBL-Featureposts"> <script type='text/javascript'> var numposts = 4; var showpostthumbnails = true; var displaymore = false; var displayseparator = false; var showcommentnum = false; var showpostdate = false; var showpostsummary = true; var numchars = 100;</script> <script type="text/javascript" src="/feeds/posts/default/-/Featured?orderby=updated&alt=json-in-script&callback=labelthumbs"></script> </div>
.
رابط الشرح من هنا: http://www.abu-iyad.com/2014/04/How-to-make-Featureposts-for-Blogger.html#.U0pjTNx5OCl
ليست هناك تعليقات:
إرسال تعليق
رسالة أحدث
رسالة أقدم
الصفحة الرئيسية
الاشتراك في:
تعليقات الرسالة (Atom)
ليست هناك تعليقات:
إرسال تعليق