Michael Beckwith

Results 748 comments of Michael Beckwith

An example of a video that will work as a whole, though won't be playable in the editor screen: https://www.facebook.com/PetSemataryMovie/posts/2218578548192717 Extra note about the graph URL, you can append `&height=XYZ`...

You've communicated well enough that I haven't scratched my head going "what?". We can definitely leave this open as well as more information gets found and whatnot. Ideally we would...

We have more requests for this, as well as some example code over at https://wordpress.org/support/topic/facebook-video-embed/ I think the biggest things are going to be: 1. Setting up and wiring up...

Closest i can find for a potential solution, with the current code base in version 1.1.1, would be the `wds_featured_images_from_video_filter_content` and returning some sort of empty value on that. https://github.com/WebDevStudios/Automatic-Featured-Images-from-Videos/blob/1.1.1/automatic-featured-images-from-videos.php#L113...

At least in what I can think of right now, it'd probably end up being more of a case of doing a filter early in our save_post callback that checks...

Gotcha, I missed seeing that checkbox part as I wasn't quite sure at the time about that filter. I know we have output somewhere for some values, i just can't...

Out of curiosity, with your use for the field type, are you providing a desc parameter? May not be properly filling in a default for those who don't, as is....

Sounds like the plugin is only finding certain amounts of data to work with. Perhaps a site that has only 1 plugin active? Only way I can think of off...

Interesting. At the same time though, the only part we use that for is a title attribute, which arguably could also be a candidate for removal as a whole.

Output that info as part of the link text. Been too long since I looked at the actual output to see if that'd break a lot of visual layout and...