芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/network.digitalhubbd.com/fns/url_metadata/redgifs.com.php
title) && isset($oembed_request->html)) { $result['title'] = $oembed_request->title; $result['image'] = $oembed_request->thumbnail_url; if (isset($oembed_request->description)) { $result['description'] = $oembed_request->description; } elseif (isset($oembed_request->author_name)) { $result['description'] = $oembed_request->author_name; } $html_embed_url = $oembed_request->html; preg_match("/src='([^']+)'/", $html_embed_url, $html_embed_url_match); if (isset($html_embed_url_match[1])) { $html_embed_url_match = $html_embed_url_match[1]; $result['iframe_embed'] = $html_embed_url_match; $result['iframe_class'] = 'w-auto h-75'; } } } }