arulrajnet / attila

Pelican version of ghost theme https://github.com/zutrinken/attila
MIT License
173 stars 74 forks source link

Feature Request - Replace Google+ Share with LinkedIn Share #83

Closed hatdropper1977 closed 1 year ago

hatdropper1977 commented 1 year ago

The Current Atilla theme generates share buttons for Twitter, Facebook and Google+.

Google discontinued Google+ in 2019 (4 years ago!), and when a user clicks the share button we get a redirect to a message that reads:

Google+ is no longer available for consumer (personal) and brand accounts

Click here for an example.

I request that we replace the Google+ Share icon with LinkedIn.

https://github.com/bradvin/social-share-urls#linkedin

Here is some example HTML:

<a href="https://www.linkedin.com/shareArticle?mini=true&url=https://john.soban.ski/m30-linux.html&title=Connect your M30 Controller to RetroPie&summary=john.soban.ski&source=Sobanski" onclick="window.open(this.href, 'mywin', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;">
  <img src="https://raw.githubusercontent.com/bradvin/social-share-urls/master/images/logo-icons/linkedin.jpg" alt="" width="50" height="50" />
</a>

Try it out below:

arulrajnet commented 1 year ago

Related #24