TarodBOFH / tarodbofh.github.io

Site for personal blog and publishing to medium and dev.to
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

Add social share on reddit button #3

Open TarodBOFH opened 4 years ago

TarodBOFH commented 4 years ago

Example html for jekyll templates:

        <a  href="http://www.reddit.com/submit?url={{ site.url }}{{ site.baseurl }}{{ page.url }}"
            onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=900,height=500,toolbar=1,resizable=0'); return false;"
            title="Share on Reddit" >
            <span class="badge badge-danger">Reddit</span>
        </a>