1

我正在尝试在我的网页上添加 quora 关注按钮

我搜索了它并得到了一些现在不起作用的旧链接。我认为quora现在已经删除了这些选项。有没有办法做到这一点

4

1 回答 1

0

好像,以下关系,加载 Quora 关注图标,需要包含在 head 里面。

<link rel="icon" href="https://qsf.fs.quoracdn.net/-3-images.favicon.ico-26-
3f34badcb59c8f6c.ico">

对于正文中的按钮添加,只需创建一个相关大小的按钮并添加一个超链接。检查元素对此进行了迭代,

<g class="icon_svg-unpressed icon_svg-stroke" transform="translate(4.400000, 
4.000000)" stroke="#666" fill="none" stroke-width="1.5">
<path d="M10.5999999,12.5 C10.5999999,10.8431458 9.25685415,9.5 
7.5999999,9.5 C5.94314566,9.5 4.5999999,10.8431458 4.5999999,12.5 
M7.5999999,8.5 C8.84264059,8.5 9.8499999,7.49264069 9.8499999,6.25 
C9.8499999,5.00735931 8.84264059,4 7.5999999,4 C6.35735922,4 
5.3499999,5.00735931 5.3499999,6.25 C5.3499999,7.49264069 6.35735922,8.5 
7.5999999,8.5 Z" id="profile"></path>
<path d="M15.0999999,13 L15.0999999,18 M12.5999999,15.5 L17.5999999,15.5" 
id="plus" stroke-linecap="round"></path>
<path d="M9.0999999,15.5 L3.0999999,15.5 C1.44314566,15.5 
0.0999999046,14.1568542 0.0999999046,12.5 L0.0999999046,3.5 
C0.0999999046,1.84314575 1.44314566,0.5 3.0999999,0.5 L12.0999999,0.5 
C13.7568542,0.5 15.0999999,1.84314575 15.0999999,3.5 L15.0999999,9.5" 
id="outline" stroke-linecap="round"></path>
</g>
于 2018-04-10T19:50:46.913 回答