我正尝试在我的网页上添加quora follow按钮
我搜索了一下,发现一些旧的链接现在不起作用了。我认为quora现在已经删除了这些选项。有什么方法可以做到这一点吗?
发布于 2018-04-11 03:50:47
好像,下面的关系,加载Quora follow图标,需要包含在头里面。
<link rel="icon" href="https://qsf.fs.quoracdn.net/-3-images.favicon.ico-26-
3f34badcb59c8f6c.ico">要在正文中添加按钮,只需创建相应大小的按钮并添加超链接即可。inspect元素对此进行了迭代,
<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>https://stackoverflow.com/questions/32008778
复制相似问题