Creating a social media icon
本问题已经有最佳答案,请猛点这里访问。
我创建了自己的社交媒体图标,如下所示:
1
2 3 |
<a href="https://www.facebook.com/sharer/sharer.php?u=example.org"
target="_blank"><div class="containercross"> |
CSS:
1
2 3 4 5 6 7 8 9 10 |
.cross1 {height:30px;
width: 7px; background- color: black; margin-left: 50px;} .cross2 {height:30px; width: 7px; background- color: black; margin-left: 50px;transform:ro tate(90deg);margin- left:0px;} |
我的问题是上面代码中的
Facebook 使用
有关更多信息,请参阅这篇 CSS 技巧文章。他们给出的例子包括:
1
2 3 4 |
<meta property="og:title" content="European Travel Destinations">
<meta property="og:description" content="Offering tour packages for individuals or groups."> <meta property="og:image" content="http://euro-travel-example.com/thumbnail.jpg"> <meta property="og:url" content="http://euro-travel-example.com/index.htm"> |
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/269138.html