Brady Vercher

Results 68 comments of Brady Vercher

Is the ID useful? What if we were to remove it altogether? Otherwise, a counter sounds like the best bet and is how WordPress handles things like galleries. Aside from...

I much prefer the feature classes and would like to limit modifications to the markup as much as possible. Additional changes introduce greater potential for things to break if/when GitHub...

So you're looking to process oEmbeds in an arbitrary blob of content without all the formatting provided by the `the_content` filter?

Something to consider is how changes to the HTML structure will affect the way the plugin works. Right now it's reliant on the current markup, so if there's a way...

After thinking about it a bit, it seems like that method could be used by anyone that might want to negatively impact the server, so it'd probably have to be...

Just dropping this here for future reference: ``` php

Thanks @Dan0sz! If you can make a few updates, I'll go ahead and get this merged: 1. Can you add some spaces around the argument to conform to the WordPress...

I've thought about this a bit in the past and I'm not sure it'll work with the data we have currently. Everything we're working with has already been processed for...

Hmm, I didn't think about stripping the HTML. That seems like a much more viable approach if the white space can be preserved.

It's not in the repo mostly for some of the reasons outlined in this blog post about a different Gist plugin: http://srcmvn.com/blog/2012/12/19/embedding-github-gists/