Blog Me Automatic Internal Linking Kaise Kare (Also Read Widget)
![]() |
Blog Me Automatic Linking Kaise Kare (Also Read Widget) |
Blog Me Automatic Linking Kaise Kare (Also Read Widget)
Contents
Internal Linking Kya Hai –
Internal Linking Ke Fayede –
Blog Me Automatic Linking Kaise Kare –
![]() |
Blog Me Automatic Linking Kaise Kare |
![]() |
Blog Me Automatic Linking Kaise Kare |
Step-3: Edit Html Choose करने के बाद आपको Coding पर कहीं भी Click करना है और फिर Keyboard से Ctrl + F Buttons दबाये, जैसे ही आप Button दबाएंगे तो एक Search Box Open होगा जिसमे आपके लिए </head> Search करना है और फिर नीचे दिए गए Css Code को Copy करके </head> के ऊपर Paste करना है।
![]() |
Blog Me Automatic Linking Kaise Kare |
<style type=’text/css’>
/* Internal Links */
.awsomemultiRelated{background-color:#e2c1be;color:#000;margin:15px auto;display:-moz-box;display:-ms-flexbox;display:flex;flex-wrap:nowrap;justify-content:space-between;overflow:hidden;transition:all .3s}
.awsomemultiRelated:hover{background-color:#b7a6a5}
.awsomemultiRelated .content{padding:12px 15px}
.awsomemultiRelated .content .text{margin-right:5px}
.awsomemultiRelated .content a{color:#000;text-decoration:none;line-height:1.5em}
.awsomemultiRelated .content a:hover{text-decoration:underline}
.awsomemultiRelated .icon{height:auto;min-width:55px;background:#f44336 url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z' fill='%23fff'/%3E%3C/svg%3E") center / 40px no-repeat;transition:all .3s}
</style>
</b:if>
Download This CSS File – Download
Step-4: अब आपके लिए एक और Code Search करना है <data:post.body/>.
ये कोड आपकी Blogger Template में बहुत बार हो सकते है इसलिए जो सब से Last में Show होगा उसके नीचे आपको दिए गए Code को Paste करना है।
<b:if cond=’data:view.isPost’>
<script type=’text/javascript’>
//<,a = jumlah + 1,b = post[‘length’] / a;c = Array[‘from’]({length: jumlah}, (redfx, blufx) => blufx + 1);
for (let d = 0; d < c[‘length’]; d++) {let e = c[d],f = parseInt((b * e)),g = document[‘createElement’](‘div’);g[‘className’] = ‘awsomemultiRelated’;if (post[f][‘nodeName’] == ‘P’) {post[f][‘parentNode’][‘insertBefore’](g, post[f])} else {post[f][‘parentNode’][‘insertBefore’](g, post[f][‘nextSibling’])}}})();
var relatedTitles = new Array();var relatedTitlesNum = 0;var relatedUrls = new Array();function related_results_labels(nerdfx) {for (var desfx = 0; desfx < nerdfx[‘feed’][‘entry’][‘length’]; desfx++) {var nefx = nerdfx[‘feed’][‘entry’][desfx];relatedTitles[relatedTitlesNum] = nefx[‘title’][‘$t’];for (var ciafx = 0; ciafx < nefx[‘link’][‘length’]; ciafx++) {if (nefx[‘link’][ciafx][‘rel’] == ‘alternate’) {relatedUrls[relatedTitlesNum] = nefx[‘link’][ciafx][‘href’];relatedTitlesNum++;break}}}}
function removeRelatedDuplicates() {var viefx = new Array(0);var labfx = new Array(0);for (var desfx = 0; desfx < relatedUrls[‘length’]; desfx++) {if (!contains(viefx, relatedUrls[desfx])) {viefx[‘length’] += 1;viefx[viefx[‘length’] – 1] = relatedUrls[desfx];labfx[‘length’] += 1;labfx[labfx[‘length’] – 1] = relatedTitles[desfx]}};relatedTitles = labfx;relatedUrls = viefx}
function contains(yelfx, yufx) {for (var grefx = 0; grefx < yelfx[‘length’]; grefx++) {if (yelfx[grefx] == yufx) {return true}};return false}
//]]>
</script>
<b:if cond=’data:post.labels’>
<b:loop values=’data:post.labels’ var=’label’>
<b:if cond=’data:view.isPost’>
<script expr:src=’"/feeds/posts/default/-/" + data:label.name + "?alt=json-in-script&callback=related_results_labels&max-results=100"’/>
</b:if>
</b:loop>
</b:if>
<script type=’text/javascript’>
//< * Math[‘random’]());let i = 0;let jumlah = document[‘querySelectorAll’](‘.awsomemultiRelated’);while (i < relatedTitles[‘length’] && i < jumlah[‘length’]) {for (let a = 0; a < jumlah[‘length’]; a++) {jumlah[a][‘innerHTML’] = ‘<span class=”content”><span class=”text”>’ + text + ‘</span><a href=”‘ + relatedUrls[r] + ‘” title=”‘ + relatedTitles[r] + ‘”>’ + relatedTitles[r] + ‘</a></span><span class=”icon”></span>’;if (r < relatedTitles[‘length’] – 1) {r++} else {r = 0};i++}}})();
//]]>
</script>
</b:if>
Download This Html File – Download
![]() |
Blog Me Automatic Internal Linking Kaise Kare |
Note- अपनी Blogger Template में कोई भी Changes करने से पहले उसका Backup ज़रूर ले, अगर कोई भी Error आया तो आप उसे Restore कर सके। Files को Download करने के बाद Notepad पर Open करके Code को Copy करे और Paste करे।