It is today my birthday! So no trouble today! 😉
I don’t want to trouble you nor myself with my website, so i am wondering, would you consider creating a YouTube installation video (or similar) to allow people like myself who are struggling to follow your instructions to use your plugin?
the plugin need to be improved, i’m following another that is coming out in these coming days, i’m sure you’ll appreciate this new coming trend plugin! It is about video and audio …
Can you explain exactly what kind of video you would like to embed or what the feature should be added ? I do not have exactly understand this:
would you consider creating a YouTube installation video (or similar) to allow people like myself who are struggling to follow your instructions to use your plugin?
Do You mean you want to see an example about how to embed/display a youtube video into WP posts using shortcodes?
Or how to embed a phpBB post into WordPress?
The plugin already have some code about this, if you speak about phpBB posts into WP that should display bbcode video may added on phpBB posts using the media embed mod https://www.phpbb.com/customise/db/extension/mediaembed/, into shortcode:
if a phpBB post contain this bbcode to embed a video (note: also if has not been installed Media Embed mod in phpBB):
[media]https://www.youtube.com/watch?v=O66x9FjHBP4[/media]
or any other link to any other video resource, wrapped inside bbcode tag [media]...[/media]
will be parsed into WP posts (i’ve add right now the example to embed a video and an explain into post and documentation):
see the post in phpBB with no Media embed mod installed here:
https://www.axew3.com/w3/forums/viewtopic.php?f=13&t=566&p=2249#p2249
and the resulting Wp post with the video correctly parsed:
https://www.axew3.com/w3/2017/07/wordpress-shortcode-phpbb-posts-into-wp-post/
On this phpBB example has not been installed the phpBB Media Embed mod, to display video into phpBB posts, but if i add this bbcode into this post like this:
[media]https://www.youtube.com/watch?v=r8NZa9wYZ_U[/media]
it will not be parsed into this phpBB post, because the mod Media Embed has not been installed in phpBB, but will be parsed into the WP post because recognized and parsed by the WP_w3all plugin code.
Maybe i’ve misunderstand the question, so if any request to add into plugin (for example will be added the option to parse the entire topic with replies, and not only singles posts) please explain in few words what should be added and to achieve what here in reply.
Cheers!
-
This reply was modified 8 years, 2 months ago by
axew3.