Adding a Google Plus (one or share) link to an email newsletter

前端 未结 8 2027
终归单人心
终归单人心 2020-12-12 08:48

I am trying to find a way to embed a share/+1 link for Google+ in a Newsletter, much like the Facebook share and tweeter tweet links can be embedded in a newsletter, which c

8条回答
  •  既然无缘
    2020-12-12 09:17

    There has got to be a way to do this by hacking the +1 script.

    If you are interested in just changing the apperance you should download and modify this to suit your requirements.

    Then, add this to your css:

    .Uu .KF {
        background: url("your-replacement-image") no-repeat scroll -132px -21px transparent !important;
    }
    

    to override the Google icons. However, this is probably very unstable and subject to change.

提交回复
热议问题