79 lines
3.9 KiB
HTML
79 lines
3.9 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<link rel="stylesheet" href="includes/bootstrap.min.css">
|
|
<style>
|
|
body {
|
|
padding: 1.5rem
|
|
}
|
|
|
|
.sshot {
|
|
margin-top: 1.5rem;
|
|
margin-bottom: 1.5rem
|
|
}
|
|
</style>
|
|
<title>Emaily for Android</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="jumbotron">
|
|
<h2 class="display-5">Emaily <small class="text-muted">for Android</small></h2>
|
|
<p class="lead">Emaily makes it easy to share shortened links directly from your phone's options menu.</p>
|
|
<p>No copy/paste required. Long URLs are squeezed into fewer characters using the <a
|
|
href="https://is.gd">is.gd</a> or <a href="https://bit.ly">bit.ly</a> services.</p>
|
|
<p class="sshot">
|
|
<a
|
|
href="https://play.google.com/store/apps/details?id=net.thauvin.erik.android.emaily&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1"><img
|
|
alt="Get it on Google Play" src="images/google-play-badge-sm.png" /></a>
|
|
</p>
|
|
<blockquote class="blockquote">
|
|
<p class="mb-0">A simple app that makes things easier, and helps us to save some time.</p>
|
|
<footer class="blockquote-footer"><cite title="Source Title">AndroidZoom</cite></footer>
|
|
</blockquote>
|
|
</div>
|
|
<div class="card mb-3">
|
|
<h3 class="card-header">How to use…</h3>
|
|
<div class="card-body">
|
|
<h5 class="card-title">When you find a web page you want to share, simply follow these steps:</h5>
|
|
<p class="card-text">
|
|
<ol>
|
|
<li>Select the <strong class="text-warning">Options</strong> menu:</li>
|
|
<img src="images/1-sm.png" class="img-thumbnail img-fluid sshot">
|
|
<li>Select the <strong class="text-warning">Share…</strong> menu option:</li>
|
|
<img src="images/2-sm.png" class="img-thumbnail img-fluid sshot">
|
|
<li>Select <strong class="text-warning">Emaily</strong> from the <strong>Share</strong> sheet:</li>
|
|
<img src="images/3-sm.png" class="img-thumbnail img-fluid sshot">
|
|
<li>Select <strong class="text-warning">Gmail</strong><span class="text-muted"> (or whichever
|
|
application you want to share with)</span>:</li>
|
|
<img src="images/4-sm.png" class="img-thumbnail img-fluid sshot">
|
|
<li>The <strong>shortened link</strong> is automatically inserted in a new email:</li>
|
|
<img src="images/6-sm.png" class="img-thumbnail img-fluid sshot">
|
|
</ol>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="card mb-3">
|
|
<h3 class="card-header">Using Bitly…</h3>
|
|
<div class="card-body">
|
|
<h5 class="card-title">In order to use Bitly as for shortening links, you will need an <a
|
|
href="https://bitly.is/accesstoken">API Access Token</a>.</h5>
|
|
<p class="card-text">
|
|
<p class="lead">To enable Bitly follow these steps:</p>
|
|
<ol>
|
|
<li>Disable <strong class="text-warning">is.gd</strong> by turning its switch off:</li>
|
|
<img src="images/isgd_selected-sm.png" class="img-thumbnail img-fluid sshot">
|
|
<li>Click on the Bitly <strong class="text-warning">API Access Token</strong> preference option:</li>
|
|
<img src="images/bitly_selected-sm.png" class="img-thumbnail img-fluid sshot">
|
|
<li>Enter your Bitly <strong class="text-warning">Access Token</strong> and click <strong
|
|
class="text-warning">OK</strong>:</li>
|
|
<img src="images/bitly_creds-sm.png" class="img-thumbnail img-fluid sshot">
|
|
</ol>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|