Skip to content

Instantly share code, notes, and snippets.

@TanvirAmi
Created August 16, 2017 04:50
Show Gist options
  • Save TanvirAmi/b4a0b52accbf24cbf9de79f4910d42d4 to your computer and use it in GitHub Desktop.
Save TanvirAmi/b4a0b52accbf24cbf9de79f4910d42d4 to your computer and use it in GitHub Desktop.
<li class="buff"><a href="https://bufferapp.com/add?url='<?php echo urlencode( get_permalink( get_the_ID() ) ); ?>&amp;title=<?php echo urlencode( esc_attr( get_the_title( get_the_ID() ) ) ); ?>" target="_blank"><span class="buffer"></span><span>Buffer</span></a></li>
<li class="whatsapp"><a href="whatsapp://send?text=<?php echo urlencode( get_permalink( get_the_ID() ) ); ?>&amp;title=<?php echo urlencode( esc_attr( get_the_title( get_the_ID() ) ) ); ?>" target="_blank"><i class="fa fa-whatsapp"></i></a></li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment