Redundant posts and speed

More
8 years 5 months ago #160 by Bamce
Hello. A very promising module! I have some questions, though:
  • 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?
  • 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.
  • 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?
Do you have some similar module for Twitter and/or YouTube in your plans?

Please Log in or Create an account to join the conversation.

More
8 years 5 months ago - 8 years 5 months ago #162 by Thanh Nguyen
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

Thanh Nguyen
Founder & Lead Developer
Last edit: 8 years 5 months ago by Thanh Nguyen.

Please Log in or Create an account to join the conversation.