Hello Bamce,
Thank you for interest in our product.
Below are an answers to your questions:
The first post showing up from my page is a box with the text "This Facebook post is no longer available. It may have been removed or the privacy settings of the post may have changed." I have no idea what that post is and how to get rid of it. Any ideas? Is there any way to make the module filter such posts away automatically?
-> Please send me Facebook page what you used for further checking
How can I change the speed of the carousel? It is too fast at default setting in my opinion. And changing to fade instead of slide would be a nice option.
Follow steps below to change speed of carousel.
- Open the file: modules/mod_geekfacebookembed/tmpl/carousel.php
- Find the code snippet:
Code:
<div id="<?php echo $carouselid; ?>" class="carousel slide" data-ride="carousel">
- And replace it with:
Code:
<div id="<?php echo $carouselid; ?>" class="carousel slide" data-ride="carousel" data-interval="10000">
- where 10000 is delay time between automatically cycling an item. You can learn more about bootstrap carousel
here
Any plans to make the module responsive? Now it has a fixed width only. I would like to use 100% instead of 350/750px. Can this be done using an override?
- The content of post is rendered by Facebook and it only supports to display in this width range
Do you have some similar module for Twitter and/or YouTube in your plans?
We have a plan to release a new component for retrieving YouTube data, but it will be released in Premium Extension club.
You can read more information in
this thread
Or watch demo video
here