[wp-trac] [WordPress Trac] #31180: Add tumblr.com oEmbed support
WordPress Trac
noreply at wordpress.org
Mon Feb 9 01:19:17 UTC 2015
#31180: Add tumblr.com oEmbed support
----------------------------+------------------------------
Reporter: elliottcarlson | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Embeds | Version:
Severity: normal | Resolution:
Keywords: | Focuses:
----------------------------+------------------------------
Comment (by archimedes.trajano):
Looks good, I added one for thecodinglove myself using the My Custom
Functions plugin to add it without making any changes to the core.
wp_oembed_add_provider(
'#http://(www\.)?thecodinglove.com/post/\d+/\S+#i',
'http://www.tumblr.com/oembed/1.0', true );
The only problem I see is that sometimes the images do not automatically
load up and you see some grey placeholder. I haven't seen anyway around
it yet.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31180#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list