我在这里有一些代码:
<div class="social-icons desktop">
<div class="icons-container">
<p>Let's be friends!</p>
<a href="https://www.facebook.com/iloveshowpo" target="_blank"><img src="/media/wysiwyg/Facebook.png" alt="" /></a><a href="https://www.instagram.com/showpo" target="_blank"><img src="/media/wysiwyg/Instgram.png" alt="" /></a><a href="https://www.youtube.com/user/showponytv" target="_blank"><img src="/media/wysiwyg/Youtube.png" alt="" /></a><a href="https://www.pinterest.com/iloveshowpo" target="_blank"><img src="/media/wysiwyg/Pinterest.png" alt="" /></a><a href="http://www.showpo.com/snapchat-thelazyceo" target="_blank"><img src="/media/wysiwyg/snapchat.png" alt="" /></a></div>
它靠近Showpo网站的最底层。我想将此添加到我自己的网站,替换为我自己的社交媒体帐户的链接,但如何将此代码添加到我的网站的HTML?我试过复制它并没有用。任何编码都没有经验,所以所有的帮助将不胜感激。我似乎无法让这个为我工作。代码来源网站是:http://www.iloveshowpo.com/
答案 0 :(得分:2)
如前所述,你不能这样做。但是,<iframe>
可能有时很有用 - 它可以让您在另一个网页内设置一个&#34;网页&#34;。
这不是你想要的,但它有点接近。
答案 1 :(得分:1)
您无法将HTML添加到您自己的网站。您需要将影响这些元素的图片和CSS添加到您网站的目录中。
作为附注,我建议您不要从其他人的网站上获取代码,否则您可能会对版权和其他法律问题感到不安。
答案 2 :(得分:1)
检查css代码并将相关内容复制到css页面。首先,您需要下载图像并将图像链接更改为您的目录