DIY मीडिया होम लोगो

अपनी खुद की होम थिएटर और हाय-Fi सेटअप डिजाइन और बनाने के लिए परम साइट.

0डेल 3130cn लोगोएक प्रिंट आइकन जोड़ना व्यक्तिगत ब्लॉग पोस्ट मुद्रित करने के लिए

इस ब्लॉग के अलावा मैं भी ए व्यंजनों के बारे में ब्लॉग.  मैंने फैसला किया कि मैं प्रत्येक पोस्ट के लिए मुख्य पृष्ठ पर एक प्रिंट आइकन चाहता हूं ताकि लोग व्यंजनों को प्रिंट कर सकें। Googling ने विभिन्न सुझाव दिए, जिसमें से कोई भी काम नहीं किया। मगर, मैं अंत में निम्नलिखित एक साथ cobbled, जो काम करने लगता है ...
Edit the code of your blog and find the code

<!-- email post links -->

Above that put the following…

[javascript]&lt;लिपि&gt;
func­tion printPost(postUrl)
{
doPrint = true;
var pw = window.open(postUrl);
}
अगर(opener.doPrint == true)
{
window.print();
window.onfocus = func­tion() { window.close(); }
}
&lt;/लिपि&gt;

&lt;a expr:href=’&quot;javascript:printPost(&quot; + &quot;&quot;&quot; + डेटा:post.url + &quot;&quot;&quot; + &quot;);&quot;&gt;&lt;img src=‘https://siteresources.worldbank.org/images/Print_plain.gif’/&gt;&lt;/ए&gt;[/javascript]

And you’re done!

Cred­it in vari­ous parts goes to…
Con­sum­ing Experience
Blog­ger Plugins
Sharkyso­ft

Leave a Reply