شرح الاضافة
- نذهب الى هذا المسار لوحة تحكم المدونة
- نختارمن القائمة تخطيط
- ثم نختار اضافة اداة
- ونختار اداة من نوع html gavascript
- ثم نقوم بعد ذلك بلصق الكود والخطوة الاخيرة نقوم بعمل حفظ
<script type='text/javascript'> $(document).ready(function() { $("a[href^='http://']").each( function(){ if(this.href.indexOf(location.hostname) == -1) { $(this).attr('target', '_blank'); $(this).attr('rel', 'nofollow'); } } ); $("a[href^='https://']").each( function(){ if(this.href.indexOf(location.hostname) == -1) { $(this).attr('target', '_blank'); } } ); }); </script>
ليست هناك تعليقات :
إرسال تعليق