aminahou عضو جديـد
عدد المساهمات : 15 نقاط نشاط : 45 السٌّمعَة : 0
| موضوع: عمل الصفحات الاجبارية في بلوجر الخميس مارس 27, 2014 4:18 pm | |
| السلام عليكم اليوم سوف اقدم لكم كود صغير و مفيد عن كيفية عمل الصفحات الاجبارية في مدونة بلوجر ادهب الى لوحة التحكم التخطيط إضافة أداة Html/javascript و انسخ الكود التالي <!-- بداية كود الانبثاق by wael gamal --> <script language="JavaScript1.1"> var popunder function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { // if cookie exists offset += search.length // set index of beginning of value end = document.cookie.indexOf(";", offset); // set index of end of cookie value if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } popfrequency="0 minutes" function resetcookie(){ var expireDate = new Date() expireDate.setMinutes(expireDate.getMinutes()-0) document.cookie = "popunder=;path=/;expires=" + expireDate.toGMTString() } function loadornot(){ if (get_cookie('popunder')==''){ loadpopunder() var expireDate = new Date() expireDate.setMinutes(expireDate.getMinutes()+parseInt(popfrequency)) document.cookie = "popunder="+parseInt(popfrequency)+";path=/;expires=" + expireDate.toGMTString() } } function loadpopunder(){ document.write('<body onclick="rwmrgfdq_Popup()" >'); } if (get_cookie('popunder')!=parseInt(popfrequency)) resetcookie() loadornot() </script> <script type="text/javascript"> <!-- var opened; function rwmrgfdq_Popup() { if(opened != 1) { opened = 1; window.open("http://meftahbloger.blogspot.com/", "rwmrgfdqpop", "scrollbars = 1, resizable = 1,status = 1"); } } //--> </script> <!-- نهاية كود الانبثاق by wael gamal --> و استبدل رابط http://meftahbloger.blogspot.com برابط مدونتك انتهى بفضل الله التسميات: [url=http://meftahbloger.blogspot.com/search/label/%D8%A7%D8%B6%D8%A7%D9%81%D8%A7%D8%AA %D8%A8%D9%84%D9%88%D8%AC%D8%B1]اضافات بلوجر[/url] المصدر: مدونة مفتاح بلوجر http://meftahbloger.blogspot.com/2014/03/Openings-mandatory.html#.UzIp4M6Bpkg#ixzz2x1nB83hw | |
|
الزعيم عضو جديـد
عدد المساهمات : 120 نقاط نشاط : 120 السٌّمعَة : 0
| |
المصمم الصغير عضو نشـيط
عدد المساهمات : 985 نقاط نشاط : 998 السٌّمعَة : 1
| |
القناص عضو جديـد
عدد المساهمات : 99 نقاط نشاط : 99 السٌّمعَة : 0
| |