将其他类添加到 Pinterest 固定按钮 iframe

Add additional class to Pinterest Pin It Button iframe

本文关键字:按钮 iframe Pinterest 其他 添加      更新时间:2023-09-26

我在Pinterest固定按钮时遇到了问题。 Pinterest JS默认创建一个iframe。 但是,iframe在我的页脚中创建了不需要的空间。 我正在尝试通过隐藏iframe来解决不需要的间距。 我无法隐藏所有iframe因为页面上还有其他需要。 此外,iframe中的class不断变化,所以我不能使用它。

有没有办法将额外的classID添加到动态加载的iframe

您可以像这样定位它:

iframe[src^="//assets.pinterest"] {
 display: none;
}