Sorry but I have a hell lot do to, especially after this huge release and all kinds of issues, I have no plans trying to support huge 3rd party plugins like that. ARVE is supposed to work with vanilla WP with the Shortcode UI plugin and thats it for now.
Thanks @griphy for the workaround, apart from that I do not think its so hard to manually write shortcodes. You pick youtube or whatever URL and then:
[arve url="https://www.youtube.com/watch?v=Z7g8-GxLTSc"]
for parameters you can look up the documentation.
SEO ready Shortcode would be [arve url="https://youtu.be/Z7g8-GxLTSc" title="Your SEO Title" description="Your SEO Description" upload_date="2016-09-14"]
If you need a ID for the thumbnail
parameter you can get if from the media gallery but clicking on the image and looking at the URL wp-admin/upload.php?item=13968
the number on the end is the ID. So a video with this image as responsive custom thumbnail would be:
[arve url="https://youtu.be/Z7g8-GxLTSc" thumbnail="13968"]
Apart from the last part with the image ID (that most people to not use) from my point of view, creating shortcodes is pretty straight forward. But I would be glad to hear your opinions on that.
Also I not mean to offload work to them but Visual Composer seems like a highly successful plugin with a high user base, maybe ask them about this? My guess is that it is not compatible with the Shortcake Shortcode UI plugin ARVE uses now, if true that also effects other plugins using it not just ARVE.
-
This reply was modified 8 years, 2 months ago by Nico.