【问题标题】:Wordpress: automatically add images from youtube video within the postWordpress:自动在帖子中添加来自 youtube 视频的图像
【发布时间】:2020-05-07 02:30:19
【问题描述】:

我正在向一些文章添加一些 youtube 视频,但它们没有图片。

有没有办法让视频图像自动添加到帖子中?

我不想将图片存储在我的服务器上,我希望将 youtube 图片链接嵌入帖子标题下方。

我看到了一个将图像存储在服务器上的插件,但我想要来自 youtube 本身的图像。

例子:

帖子标题

图片

<a href="https://i.ytimg.com/vi/05FTMpoyoK4/sddefault.jpg" imageanchor="1" ><img border="0" src="https://i.ytimg.com/vi/05FTMpoyoK4/sddefault.jpg" width="400" height="300" data-original-width="640" data-original-height="480" /></a>

有这样的功能吗?

【问题讨论】:

    标签: wordpress function youtube


    【解决方案1】:

    你可以试试下面的格式

    https://img.youtube.com/vi/<insert-youtube-video-id-here>/0.jpg
    
    <a href="#" imageanchor="1" ><img border="0" src="https://img.youtube.com/vi/dsyXyz_kQuk/0.jpg" width="400" height="300" data-original-width="640" data-original-height="480" /></a>
    

    【讨论】:

    • 我正在寻找一种在发布中自动添加 youtube 视频的外部图像的方法
    猜你喜欢
    • 2013-12-26
    • 2019-09-27
    • 2017-04-29
    • 1970-01-01
    • 2014-06-15
    • 2011-10-06
    • 1970-01-01
    • 1970-01-01
    • 2016-01-28
    相关资源
    最近更新 更多