web:june_blog

This is an old revision of the document!


Júne's Web Management

Checklists J B S O N P C W M X K R T
HTTPS configuration
Test: Responsive Web
Leverage Browser Caching, HTTP Caching
Nginx cache control
error page for 404, 401(301)
Opens External Anchors Using
rel='noopener noreferrer' Google Developers
Setting: favicon
Manifest's short_name in site.webmanifestGoogle Developers
theme color for mobile browser
theme-color
Google Fonts
Google Fonts , Early Access
Setting: Open Graph

Color legend

: Manage Certificates by myself

: Cloudflare™ Flexible SSL


  • bidirectional configuration for WebDAV, lib pdf dav
  • Web Signature / profile image arrangement — done on 2018/02/12 07:11
  • Wiki or manual for Google Suite management

HTTPS://BLOG.ONNI.ME Keep the art of quote from various person and time and write my own thoughts.


authoring admin post article

article updates:


HTTPS://SADDLE.ONNI.ME Autonomous delivery tweets from Júne's Pri/Sec twitter.

tweets posted in are copied automatically.


authoring admin

article updates:


HTTPS://REASONOMICS.COM Collection of articles worthy of reading again or materials for my new article.

Saved article in is delivered automatically


+Work log

  • Force https using CloudFlare™ — Updated on 2018/08/04 03:48


Considerable criteria

  1. Easy to customization - user defined CSS and scripts
  2. Easy to deploy and transfer
  3. Responsive Web

Script host using Google

Do not host script by yourself

  • J / B / S / P / C / W

Schema for semantics

Improve Styles

Code for social network sharing

Following codes are for Blogger template.

HTML for social network sharing

<div id='june-share'>
 
  <!-- facebook -->
  <a class='facebook' expr:href='&quot;https://www.facebook.com/sharer.php?u=&quot; + data:post.url + &quot;&amp;title=&quot;+ data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=600, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='noopener noreferrer' target='_blank'>
	  <i class='fa fa-facebook'/></a>
 
  <!-- twitter -->
  <a class='twitter' expr:href='&quot;https://twitter.com/share?url=&quot; + data:post.url + &quot;&amp;text=the Great World Meson :: &quot;+ data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=260, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='noopener noreferrer' target='_blank'>
	  <i class='fa fa-twitter'/></a>
 
  <!-- google plus -->
  <a class='googleplus' expr:href='&quot;https://plus.google.com/share?url=&quot; + data:post.url + &quot;&amp;title=&quot; + data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=600, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='noopener noreferrer' target='_blank'>
	  <i class='fa fa-google-plus'/></a>
 
  <!-- pinterest -->
  <a class='pinterest' expr:href='&quot;https://pinterest.com/pin/create/button/?url=&quot; + data:post.url + &quot;&amp;media=&quot; + data:post.firstImageUrl + &quot;&amp;description=&quot; + data:post.snippet' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=600, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='noopener noreferrer' target='_blank'>
	  <i class='fa fa-pinterest-p'/></a>
 
 <!-- pocket -->
  <a class='pocket' expr:href='&quot;https://getpocket.com/save?url=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=600, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='noopener noreferrer' target='_blank'><i class='fa fa-get-pocket'/></a>
 
  <!-- linkedin -->
  <a class='linkedin' expr:href='&quot;https://www.linkedin.com/shareArticle?mini=true&amp;url=&quot; + data:post.url' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=600, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='noopener noreferrer' target='_blank'><i class='fa fa-linkedin'/></a>
 
 <!-- reddit -->
  <a class='reddit' expr:href='&quot;https://reddit.com/submit/?url=&quot; + data:post.url + &quot;&amp;title=&quot;+ data:post.title' onclick='window.open(this.href, &apos;windowName&apos;, &apos;width=550, height=600, left=24, top=24, scrollbars, resizable&apos;); return false;' rel='noopener noreferrer' target='_blank'><i class='fa fa-reddit-alien'/></a>
 
 <!-- email -->
  <a class='email' expr:href='&quot;mailto:?subject=&quot;+ data:post.title + &quot;&amp;body=&quot; + data:post.url' target='_blank'><i class='fa fa-at'/></a>
 
</div>

style code

CSS for social network sharing

#june-share {
	width: 100%;
  	margin: 10px auto;
  	text-align: left;
}
 
/* buttons */
 
#june-share a {
	width: 45px;
  	height: 45px;
  	display: inline-block;
  	margin: 6px;
  	border-radius: 50%;
  	font-size: 24px;
  	color: #fff;
	opacity: 0.75;
	transition: opacity 0.15s linear;
}
 
#june-share a:hover {
	opacity: 1;
}
 
/* icons */
 
#june-share i {
  	position: relative;
  	top: 10%;
  	transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
}
 
/* colors */
 
.facebook {
 	background: #3b5998;
}
 
.twitter {
  	background: #55acee;
}
 
.googleplus {
  	background: #dd4b39;
}
 
 
.pinterest {
  	background: #cb2027;
}
 
.linkedin {
  	background: #0077B5;
}
 
.reddit {
  	background: #ff4500;
}
 
.email {
  	background: #5d5c5d;
}
 
.pocket { 
	background: #ef4056;
}

  • web/june_blog.1553949723
  • Last modified: 2019/03/30 12:42
  • by Júne Park