묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
혹시 최신코어 oembed애드온에 vine 도 추가됐나요?
2015.03.11 08:02
https://dev.twitter.com/web/vine/oembed
Example Request GET https://vine.co/oembed.json?url=https%3A%2F%2Fvine.co%2Fv%2FMl16lZVTTxe { "version": 1.0, "type": "video", "cache_age": 3153600000, "provider_name": "Vine", "provider_url": "https://vine.co/", "author_name": "The White House", "author_url": "https://vine.co/u/944054069482373120", "title": "Marine One, ready for takeoff. \ud83d\ude81", "thumbnail_url": "https://v.cdn.vine.co/r/thumbs/3A1E5CC27C1116110482407841792_2.5.1.13603721890676705621.mp4.jpg?versionId=_B5dDtCI.ZNd_JLK_.sFmfpQq44iXdey", "thumbnail_width": 480, "thumbnail_height": 480, "html": "<iframe class=\"vine-embed\" src=\"https://vine.co/v/Ml16lZVTTxe/embed/simple\" width=\"600\" height=\"600\" frameborder=\"0\"><\/iframe><script async src=\"//platform.vine.co/static/scripts/embed.js\"><\/script>", "width": 600, "height": 600 }
제가 능력이 안되서 위 바인 api를
new $.fn.oembed.OEmbedProvider("youtube", "video", ["youtube\\.com/watch.+v=[\\w-]+&?", "youtu\\.be/[\\w-]+", "youtube.com/embed"], 'http://www.youtube.com/embed/$1?wmode=transparent', { templateRegex: /.*(?:v\=|be\/|embed\/)([\w\-]+)&?.*/, embedtag: { tag: 'iframe', width: '425', height: '349' } }),
이런식으로 고쳐서 추가할수가 없네요 ㅎㅎ......
바인영상 oembed가 추가되어있으면 최신버전으로 갈아타려고 합니다 ㅠ
깁헙에도 올리고 싶었는데 감히제가 끼어들수있는 분위기가 아닌거같아서요
혹시 추가가안되었으면 다음버전에 부탁드립니다!