Monday, March 01, 2021

More social buttons

<ul style="padding:0">
  <li>
    <button onclick="window.open('https://twitter.com/intent/tweet?url=' + encodeURIComponent(document.URL) + '&text=' + encodeURIComponent(document.title) + '&via=YOUR_HANDLE', '_blank', 'width=550,height=420')" style="border:0;background:none;padding:0;width:45px;text-align:center;cursor: pointer;"><img src="https://cdn.cms-twdigitalassets.com/content/dam/developer-twitter/images/Twitter_logo_blue_48.png" alt="Twitter" height="48"/></button>
  </li>
  <li>
    <button onclick="window.open('https://www.minds.com/newsfeed/subscribed?intentUrl=' + encodeURIComponent(document.URL), '_blank', 'width=550,height=420')" style="border:0;background:none;padding:0;width:45px;text-align:center;cursor: pointer;"><img src="https://cdn-assets.minds.com/front/dist/en/assets/logos/bulb.svg" alt="Minds" height="48"/></button>
  </li>
</ul> 

No comments:

Post a Comment