Skip to content

Instantly share code, notes, and snippets.

@tuyendq
Created August 12, 2018 13:09
Show Gist options
  • Save tuyendq/d45afeb19bab960e312b9c29d411427b to your computer and use it in GitHub Desktop.
Save tuyendq/d45afeb19bab960e312b9c29d411427b to your computer and use it in GitHub Desktop.
Add QR Code of post'url at the end of post's content
<!-- Post URL QR Code-->
<div>
<img expr:alt='&quot;QR Code of &quot; + data:post.title' expr:src='&quot;https://chart.googleapis.com/chart?chs=120x120&amp;cht=qr&amp;chl=&quot; + data:post.url + &quot;&amp;choe=UTF-8&quot;'/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment