Based on the original code is applied in this forummybbus.mybb.im->>>that uses the fb applicationid code:
...//connect.facebook.net/ru_RU/sdk.js#xfbml=1&version=v2.5&appId=763403030437680...
the facebook video will displaying only the russian language in the forum post
Please see the Example Real fb video below: ( the Other problem is the position of the displaying video can not be changed to the middle/center position)
If possible, You help us to replace the video appId code to the fb video embed code...
Recommendation to use the embed code share provided by FB to display video on the post page instead of using FB application Id...
Code:<center><iframe style="border: none; overflow: hidden;" src="https://www.facebook.com/plugins/video.php?href={URL where facebook video post is located}&show_text=0&width=560" width="560" height="315" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen"></iframe></center>
A simple implementation (the simple example) to show a facebook video in which the user poster of forum can change the position of the video and the ABTop of video will display in the user language:
BBCode usage
[VideoFB]{URL}[/VideoFB]or
[Video]{URL}[/Video]HTML replacement
Code:<center><iframe style="border: none; overflow: hidden;" src="https://www.facebook.com/plugins/video.php?href={URL}&show_text=0&width=560" width="560" height="315" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen"></iframe></center>
Help Line text in Creating New Post
facebook.com
The Result is:
Implementation in the post creation remains the same as the previous one ,
the user just simply insert the url address of facebook video
Last edited by kami (2016-12-27 19:12:20)