0デル3130CNのロゴ個々のブログ記事を印刷する印刷アイコンの追加

このブログへのADDI-のTiONで私も持っている レシピについてのブログI decided that I wanted a print icon on the main page for each post so that people can print the recipes. Googling provided vari­ous sug­ges­tions, none of which worked. How­ever, I even­tu­ally cobbled togeth­er the fol­low­ing, これは、動作しているようです···
Edit the code of your blog and find the code

<!-- email post links -->

その上で、次のを入れて···

[javascriptの]&COM;スクリプト&グアテマラ;
func­tion printPost(postUrl)
{
doPrint = TRUE;
VAR PW =のwindow.open(postUrl);
}
もし(opener.doPrint ==真)
{
window.print();
window.onfocus = func­tion() { はwindow.close(); }
}
&COM;/スクリプト&グアテマラ;

&COM;式expr:href=’&として;javascriptの:printPost(&として; + &として;&として;&として; + データ:post.url + &として;&として;&として; + &として;);&として;」&グアテマラ;&COM;img src=‘https://siteresources.worldbank.org/images/Print_plain.gif’/&グアテマラ;&COM;/a&グアテマラ;[/javascriptの]

すれば完了です!

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

返信を残す